@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}

body {
	background-color: #FFF;
	height: auto;
	width:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:2em;
	background-image:url(img/fondo.svg);
	background-repeat: no-repeat;
	}
#contenido{
	width:1090px;
	height:800px;
	position:relative;
	margin:auto;
	background-color:#FFF;
	top:10px;
	}


head {
	width:1090px;
	height:300px;
	position:relative;
}
	
nav{
	position: relative;
	height: 70px;
	width: 1090px;
	background-color: #999;
		}
		
		
nav ul {
	list-style-type: none;
	font-size:1em;
	text-decoration: none;
	font-style: normal;
	text-decoration: none;
	

}

nav ul li {
	font-size: 0.8em;
	color: #CCC;
	float:left;
	padding-left:45px;
	padding-right:40px;
	padding-top:40px;
	text-decoration: none;
}
	
	nav ul li a{
	font-size: 0.8em;
	color: #CCC;
	text-decoration: none;
	
	}
	
	nav ul li a:hover{
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	
	
	}

#cuerpo {
	background-color: #303;
	width:1090px;
	height:900px;
	position:relative;
	top:30px;
	
	}
	
	#cero{width:680px;
	height:auto;
	position:relative;
	background-color: #FFF;
	float:left;
	margin:16px;
	top:30px;
	}

#uno{
	
	width:330px;
	height:auto;
	position:relative;
	background-color: #FFF;
	float:left;
	margin:16px;
	top:30px;
	}
#dos{width:330px;
	height:auto;
	position:relative;
	background-color: #FFF;
	float:left;
	margin:16px;
	top:30px;}

#tres{width:330px;
	height:auto;
	position:relative;
	background-color: #FFF;
	float:left;
	margin:16px;
	top:30px;}

footer{background-color: #666;
	width:1050px;
	height:200px;
	position:relative;
	top:60px;
	padding:20px;
		}
	
	p {
		font:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:1rem;}
		
		
		
#submenu ul {
	list-style-type: none;
	font-size:1em;
	text-decoration: none;
	font-style: normal;
	text-decoration: none;
	

}

#submenu ul li {
	font-size: 0.6em;
	color: #CCC;
	float:left;
	padding-left:45px;
	padding-right:28px;
	padding-top:17px;
	text-decoration: none;
}
	
#submenu ul li a{
	font-size: 0.6em;
	color: #303;
	text-decoration: none;
	
	}
	
#submenu ul li a:hover{
	font-size: 0.6em;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;}
	
#submenu {
	position:relative;
	width:auto;
	height:40px;
	background-color: #CCC;
	margin:10px;}
	
p{ font-size:0.8rem;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;padding:20px;	}

h1{ font-size:1rem;
font-weight:400;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;padding:20px;	}

.actualmenu {
	font-size: 0.8em;
	color: #FFF;
	
}