@charset "utf-8";


.grecaptcha-badge{
	display: none;
}

	/*menu superior*/
.menu a{
	text-decoration: none;
}
.menu_btn{
	height:50px;
	width:204px;
	margin:0 auto;
 	text-align:center;
	float:left;
	top:30%;
	position: relative;
}
.menu_seccion{
	height:20px;
	width:204px;
	margin:0 auto;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #999;
	letter-spacing: 2px;
	font-weight: bold;
}
.menu_on .menu_seccion{
	height:20px;
	width:204px;
	margin:0 auto;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #777;
	letter-spacing: 2px;
	font-weight: bold;
}
.menu_subseccion{
	height:20px;
	width:204px;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
}
.menu_on .menu_subseccion{
	height:20px;
	width:204px;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	border-top-color:#5BC4B6;
	border-top-width:2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

