/* ------------- GENERALS ---------------- */

ul, li, p {
	margin: 0;
	padding: 0;
}
body {
	background: #FFF;
	font: 12px Verdana, Arial, Helvetica, sans-serif;

}


/* ---------- GLOBAL DIVISIONS ----------- */

#wrapper {
	width: auto;
	height:800px;
	margin: 0 auto;
	background:url(portada%202.jpg) no-repeat;
}
#main {
	overflow: hidden;
	width: 100%;
	
}
/* --------------- HEADER ---------------- */

#header {
	height: 270px;
	width:1000px;
	margin-bottom: 10px;
	position:relative;
	
}
#header h1 {
	display:none;
}
* html #header {
	
	margin:0 0 0 0;
}
#header ul {
	list-style: none;
	position: absolute;
	bottom: 0;
	margin-left:100px;
	bottom:70px;
	
	
	
}

#header ul li {
	display: block;
	position: relative;
	float: left;
	
}
#header ul li a {
	
	color: #000;
	text-decoration: none;
	display: block;
	width: 179px;
	padding: 15px 0px;
	float: left;
	text-align: center;
	border:1px #000 solid;
	border-left: 1px #000 solid;
	border-width: 1px 0 1px 1px;
	font-size: 16px;
	font-weight: bold;	
}


#header ul li a:hover {
	color:#FFF;
	background:#FF0000;
}

#header ul li ul {
	display: none;
	
}

#header ul li:hover ul{
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
}
#header ul li:hover ul li{
	background:#F90;
}

#header ul li:hover ul a:hover{
	background:#FF6600;

}

/* -------- LEFT NAVIGATION -------------- */

#nav {
	width: 180px;
	float: left;
	margin-left: 10px;
	font-weight: bold;
	font-size: 1.3em/* = font-size: 16px;*/
}

/* hack IE6 */ * html #nav {
	margin-left: 5px;
}

#nav ul {
	list-style: none;
	margin: 30px 0 0 0;
	
	
}

#nav ul li {
	background: #FF3300;
	border-bottom: 1px solid #FFF;
	padding: 15px 0;
	text-align:center; 
}
#nav ul li a {
	color:#000000;
	text-decoration:none;

}

/*#nav ul li a, #nav ul li a:visited{
	color:;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	width: 160px;
}*/


#nav ul li a:hover {
	background: #CC0000;
	padding: 15px 25px;
	color:#FFF;
	
}

/* ------------- CONTENT --------------- */

#content {
	width: 690px;
	height: 500PX;
	
	margin: 0 0 0 10px;
	float: left;
}


/* --------------- FOOTER ---------------- */

#footer {
	width:auto;
	height:50px;
	background: #333;
	margin-top: 0px;
	color: #999;
	padding: 20px;
	text-align: center;
}
#footer a {
	color: #DBDBDB;
	text-decoration: none;
}


