@import url("//fonts.googleapis.com/css?family=Josefin+Sans:300,400,700");/*Fuente para el sitio*/

div#menubar1{
	padding: 24px;
	/* border:#00adee 1px solid; */
	border-top: #00adee 1px solid;
	border-bottom: #00adee 1px solid;
}

div#menubar1 > a {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	background: #FFF;
	padding: 12px 24px;
	color: #83c234;
	margin-right: 10px;
	text-decoration: none;
	border-radius: 3px;
	-ms-transition: background 0.3s linear 0s, color 0.3s linear 0s;
	transition: background 0.3s linear 0s, color 0.3s linear 0s;
}

div#menubar1 > a:hover{
	background: #00adee;
	color: #FFF;
}