@charset "utf-8";
/* CSS Document */
.active{
border-bottom:1px solid #000;
}
html,body{
	}
a:hover{
	text-decoration:none;
	}
a{
	text-decoration:none;
	}
.contenedor-principal{
	padding:0;
	width:100%;
	height:100%;
	min-width:1024px;
	}
.header{
	width:100%;
	background-color:#EAEBF0;
	height:72px;
	}
.header img{
	float:left;
	padding:20px;
	width:70px;
	}
.header ul{
	display:block;
	list-style:none;
	padding:20px;
	}
.header ul li{
	list-style:none;
	margin-right:10px;
	float:right;
	background-color:#FFF;
	width:70px;
	text-align:center;
	border:solid 2px #ccc;
	color: #329ED0;
	font-weight:bold;
	padding:5px;
	}
.titulo{
	margin-top:3%;
	width:70%;
	max-width:1024px;
	}	
.titulo img{
	float:left;
	width:140px;
	}
.titulo h1{
	text-align:center;
	color:#334696;
	font-family:"Times New Roman", Times, serif;
	margin:4%;
	}
.menu{
	width:100%;
	}
.menu ul{
	text-align:center;
	list-style:none;
	display:block;
	margin:0 auto;
	left:0;
	border-top:2px solid #999;
	right:0;
	}
.menu ul li{
	float:left;
	padding:10px;
	text-align:center;
	color:#329ED0;
	font-weight:bold;
	border-right:2px solid #999;
	}

.menu ul li img{
	float:left;
	width:40px;
	padding:10px;
	margin-top:-10px;
	border-right:1px solid #CCC;
	}
.copy-home h3{
	text-align:center;
	color: #666;
	font-size:20px;
	}
.footer{
	width:100%;
	padding:20px;
	background-color:#329ED0;
	color:#FFF;
	height:180px;
	}
.redes-footer img{
	float:left;
	padding:20px;
	margin-top:50px;
	width:65px;
	border-right:1px solid #FFF;
	}
.suscribirse{
	width:82%;
	padding:10px;
	border-radius:10px;
	color:#666;
	}
.menu-footer{
	width:100%;
	}	
.menu-footer ul{
	list-style:none;
	width:100%;
	}
.menu-footer ul li{
	list-style:none;
	float:left;
	font-size:10px;
	padding:10px;
	}	
.text-about h3{
	color:#666;
	text-align:justify;
	}
.text-about h2{
	color:#329ED0;
	text-align:justify;
	}
.help{
	width:100%;
	height:350px;
	background-image:url(../images/slider3.jpg);
	background-size:cover;
	}
.help-casillas{
	width:100%;
	padding:5px;
	border:solid 2px #999;
	}
.formulario-help p{
	font-size:20px;
	color:#666;
	}
.tipo-de-solicitud{
	width:100%;
	background-color:#329ed0;
	}
.tipo-de-solicitud h3{
	color:#FFF;
	text-align:center;
	padding:10px;
	}
.contact{
	width:100%;
	height:700px;
	background-image: url(../images/Monja.jpg);
	background-size:cover;
	}
.mapa{
	width:100%;
	margin-top:5%;
	}												
							
																