*{
	margin:0;
	padding: 0;
	font-family: 'Oxygen', sans-serif;
	
	color:#285199;
}

body{
	background-image: url(../img/fondo.jpg);
}

#contenedor {

	width: 1056px;
	height: 850px;
	margin:auto;
	background-color: #fff;
	box-shadow: 0 0  10px 1px #ebecec;
	-webkit-box-shadow: 0 0 10px 1px #ebecec;
	-moz-box-shadow: 0 0  10px 1px #ebecec;
}

header{
	width:1056px;
	height: 220px;
}

#logo{
	width:430px;
	height:128px;
	padding: 46px;
}

/*menu*/

nav{
	width: 942px;
	height: 50px;
	margin: auto;
	/*border-top-width: medium;
	border-top-style: solid;
	border-top-color: #3A5396;
	/*background-color: #e9edf7;*/
}

nav ul {
	list-style: none;
}

nav ul li{
	float: left;
	width: 215px;
	height: 30px;
	/*padding:15px;*/
	margin-right: 20px;
	background-color: #e9edf7;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #3A5396;
	text-align: center;
	padding-top: 15px;
}

nav ul li a{
	width: 215px;
	height: 45px;
	text-decoration: none;
	color:#285199;
}

nav ul li a:hover{
	border-top-width: bold;
	border-top-style: solid;
	border-top-color: #3A5396;
	
}

/* Banner - Slide - Principal - Noticias */

#banner{
	width:940px;
	height:425px;
	background-color:#3a5295;
	margin-top: 40px;
	margin-right: 55px;
	margin-bottom: 40px;
	margin-left: 55px;
}

/*Pie de pagina*/

footer{
	width:;
	height:;
	margin-bottom:60px;
}

.redes{
	width:60px;
	height:58px;
	
	margin-left: 50px;
	float:left;
}

.copyright{
	float:right;
	margin-right: 75px;
}
