*{
	margin: 0;
	padding: 0;
	list-style: none;
	
	box-sizing: border-box;
}
body{
	font-family: sans-serif;
}
header{
	width: 1000px;
	height: 120px;
	background-color: #3C7C97;
	position: relative;
	margin: 20px auto;
}
#logo{
	position: absolute;
	top: 30px;
	right: 30px;
	left: 30px;
	bottom: 30px;
	width: 190px;
	height: 60px;
	background-image: url("../imagen/LogoPagina.png");
	background-size:contain ;
	background-repeat: no-repeat;
}
.redes{
	position: absolute;
	width: 32px;
	height: 32px;
	background-color:#3C7C97;
	border-radius: 100%;
}
#icono0{
	top: 38px;
	right: 197px;
	padding: 10px;

}
#icono1{
	top: 38px;
	right: 131px;
	padding: 10px;

}
#icono2{
	top: 38px;
	right: 75px;
	padding: 10px;

}
#icono3{
	top: 38px;
	right: 19px;
	padding: 10px;

}
#imagenes{
	border-radius: 100%;
}
a{
	background-color:#3C7C97 ;
}
/* css de menu de navegación*/
nav{
	width: 1000px;
	height: 48px;
	background-color:#3C7C97;
	position: relative;
	margin: auto;

}
nav ul li{
	list-style: none;
	margin-left: 25px;
	padding: 12px 0;
	float: left;
	display: inline-block;
}
nav ul li a{
	text-decoration: none;
	color: #444;
	font-weight: bold;
	background-color: #3C7C97;

}
.botones{
	float: left;
	width: 196px;
	height: 43px;
	background-color: #3C7C97;
	margin: 0 2px;
	padding-top: 5px;
	font-size: 0.8em;
	font-family: Century Gothic;
}
nav ul li a:hover{
	color: white;
	background-color:#303841;
	border-radius: 30%;
}

.menu-vertical{
	position: absolute;
	display: none;
	list-style: none;
	width: 200px;
	background-color: #3C7C97;
}
 li:hover .menu-vertical{
 	display: block; 
 	z-index: 3;
 	
 	
	
}
.menu-vertical li:hover{
	background-color: #3C7C97;
	
}

.menu-vertical li a{
	display: block;
	color: white;
	text-decoration: none;
	padding: 15px 15px 15px 20px;

}
/* fin de css de menu de navegación */


/* inicio de secciones*/
#top{
	width: 1000px;
	height: 192px;
	position: relative;
	margin: 20px auto;
	
}
#top ul li{
	float: left;
	width: 326px;
	height: 192px;
	margin-right: 10px;
	order: 1;
}
#top ul{
	width: 1010px;
	height: 192px;
}
/* fin de secciones*/
/* Inicio secciones grande*/
section	{
	position: relative;
	width: 1000px;
	height: 453px;
	margin: 20px auto;
	background-color:#BD2E92 ;
}
.izquierda{
	left:0px;
	width: 300px;
	height: 453px;
	background-color:#391C19 ;
	position: absolute;

}
.centro{
	left: 300px;
	width: 400px;
	height: 453px;
	background-color:#0776E0 ;
	position: absolute;
}
.derecha{
	right: 0px;
	width: 300px;
	height: 453px;
	background-color: #8377B4;
	position: absolute;
}
.texto-centro{
	padding: 20px;
	text-align: justify;
	color: white;
	font-family: arial black;
}
/* fin de secciones grandes */
/*Inicio de pie de pagina*/
footer{
	position: relative;
	background-color:#303841 ;
	width: 1000px;
	height: 50px;
	margin: 20px auto;
}
.texto-pie{
	padding: 20px;
	text-align: center;
	font-family:Bookman Old Style ;
	color: white;
}
/*Fin de pie de pagina*/
/* Inicio Chat */
#chat{
	position: fixed;
	width: 110px;
	height: 40px;
	background: #00AD00;
	bottom: 0;
	right: 20px;
	z-index: 2;
	text-align: center;
	line-height: 40px;
	font-family: cursive;
	font-size: 20px;
	border-radius: 20px 20px 0 0;
	cursor: pointer;

}
#chat a{
	text-decoration: none;
	color: white;
	background-color: #00AD00;
}
/*Fin chat*/