@charset "UTF-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
header{
	position:fixed;
	z-index:99;
	width:100%;
	background-color:#f2f2f2;
}
#precabecera {
	margin: 0px auto;
	background-color:#f2f2f2;
	color:#3f3f3f;
	font-size:1.2rem;
	font-family:'Poppins', Verdana, Geneva, sans-serif;
	width:900px;
	height:60px;
	font-weight:500;
	
}
.precabecera_texto{
	float:right;
	width:100px;
	text-align:right;
	margin:0px;
	padding-top:20px;
	letter-spacing:1px;
}
#cabecera_fondo {
	margin: 0px auto;
	background-color:#215968;
	width:100%;
	
}
#cabecera {
	margin: 0px auto;
	background-color:#215968;
	color:#fff;
	font-size:3rem;
	font-family:'Baumans', Verdana, Geneva, sans-serif;
	width:1000px;
	height:80px;
	font-weight:700;
	
}
.cabecera_texto{
	float:left;
	width:900px;
	text-align:left;
	margin:0px auto 0px 0px;
	padding-top:8px;
	
}

#botonera {
	background-color: #b2b2b2;
	height:10px;
	margin:0px auto;
	
}
main{
	width:800px;
	margin:0px auto;
	padding:30px;
	position:relative;
	top:150px;
}
.home{
	width:30px;
	float:right;
	margin-top:10px;
	display:block;
	height:30px;
	margin-right:63px;
}
main2{
	width:800px;
	margin:0px auto;
	padding:30px;
}
#textos{
	width:570px;
	font-size:1rem;
	text-align:justify;
	margin:0px auto 50px auto;
	font-family:'Poppins', Verdana, Geneva, sans-serif;
	font-weight:300;
	color:#000;
	float:right;


}
#textos a{
	text-align:center;
	text-decoration:none;
	color:#000;
}
#textos a:hover{
	text-align:center;
	text-decoration:underline;
	color:#000;
}
#fotos{
	clear:both;
	width:170px;
	font-size:1.1rem;
	text-align:center;
	margin:30px auto;
	font-family:'Poppins', Verdana, Geneva, sans-serif;
	font-weight:300;
	color:#000;
	float:left;

}
#textos p{
	margin:25px auto;

}
.direcciones{
	text-align:center;

}
body{
	background-color:#f2f2f2;
}
#header2{
	margin: 0px auto;
	color:#215968;
	font-size:3rem;
	font-family:'Baumans', Verdana, Geneva, sans-serif;
	width:1000px;
	height:80px;
	font-weight:700;
	clear:both;
}
.titulo_alianzas{
	float:left;
	width:500px;
	text-align:left;
	margin:0px auto 0px 0px;
	padding-top:8px;
}
.titulo_alianzas_inicio{
	font-family:'Poppins', Verdana, Geneva, sans-serif;
	text-align:justify;
	width:850px;
	padding-top:8px;
	margin-botom:100px;
	font-size:1.3rem;
}


