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

body {
	background-color: #FFF;
	height: auto;
	width:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:2em;
	}
	
img { border:none;
}

a { outline: none;
text-decoration: none;
}
	
#contenido {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 20px;
	height: 800;
	width: 900px;
}

p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.5em;
	color:#000;
	
	}
	
h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:37px;
	color:#000;
	float:left;
	
	}
	
nav {
	position: relative;
	height: 50px;
	width: auto;
	bottom: 10px;
	background-color:#000;
}

#logo {
	position:relative;
	height: 100px;
	width: auto;
	left: 50px;}
	
header ul {
	list-style-type: none;
	font-size:1em;
	text-decoration: none;
	font-style: normal;
	

}

header ul li {
	font-size: 0.8em;
	color: #CCC;
	float:left;
	padding-left:80px;
	padding-right:10px;
	padding-top:8px;}
	
	header ul li a{
	font-size: 0.8em;
	color: #CCC;
	
	}
	
	header ul li a:hover{
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	
	}
	
	article {
		width:510px;
		height:300px;
		background-color: #666;
		position:relative;
		top: -330px;
		left: 360px;
		padding:15px;
		
		}
		article img {
		
		padding-left:37px;
		padding-top:25px;
		
		}
		
#cuerpo {
	width:350px;
	height:350px;
	position:relative;
	top: 20px;
	}
	
	#fotos {
	width:450px;
	height:150px;
	position:relative;
	top: -40px;
	left: 14px;
	float:left;
	background-color:#FFF;
		}
		
		article ul {
	list-style-type: none;
	font-size:0.7em;
	text-decoration: none;
	font-style: normal;
	float:left;
	}
	
		article ul li{
	font-size: 0.8em;
	color: #CCC;
	float:left;
	padding-left:15px;
	padding-right:15px;
	top:150px;
	
	
	}
	
			
	h3 {
		list-style-type: none;
	font-size:0.7em;
	padding-left:10px;
	padding-top:-10px;
	color:#FFF;
	
		}
		
footer {
	position: relative;
	height: 100px;
	width: 880px;
	bottom: 250px;
	background-color:#000;
	padding:15px;
}

footer p{
	color:#FFF;
	font-size:0,9em;
	
}

#propuesta{
	width:900px;
	height:1800px;
	position:relative;
	top:-250px;}