body {
	color:#666666;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:11px;
	margin:0;
}
a {
	color: #297093;
	text-decoration:none;
}
#pagina {
	margin:0 auto;
	width:980px;
}
#header {
	float:left;
	width:980px;
}
#bannHead {
	background:transparent url(imagenes/header.jpg) no-repeat scroll 0 0;
	float:left;
	height:290px;
	width:978px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#navMenu {
	background-color:#000000;
	float:left;
	margin:0;
	padding:0;
	width:978px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
}
#navMenu ul {
margin:0;
padding:0;
}
#navMenu li {
	background-color:#666666;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	width:162px;
}
#navMenu li.line {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
#navMenu a {
/*
color:#CCCCCC;
display:block;
margin:0;
padding:5px 0;
text-decoration:none;
*/
	display:block;
	margin:0px;
	padding:4px 6px 5px 10px;
	border-right:1px solid #666666;
	color:#FFFFFF;
	background:#000000;
	text-align:center;
	text-decoration: none;
}
#navMenu a:hover {
color:#FFFFFF;
background:#CCCCCC;
background-color:#CC0000;
}
#navMenu :hover > a {
	color:#000000;
	background-color: #FFFFCC;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
#navMenu li a{
	border-bottom:1px solid #666;}	
#contenido {
	float:left;
	width:978px;
	background-color: #333333;
	border: thin solid #000000;
}
#izquierda {
	float:left;
	width:570px;
/*	width:588px;*/
	background-color: #FFFFFF;
}
#lastUpdateTitle {
	float:left;
	text-align:justify;
	font-size:16px;
	line-height:20px;
	width: 545px;
	color: #333333;
	text-transform: none;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 10px;
}

#lastUpdate {
	float:left;
	padding:10px 10px 20px 10px;
	text-align:justify;
	font-size:13px;
	line-height:22px;
}
#lastUpdate .ti {
width:90%;
margin-left:0px;
}
#lastUpdate table {
margin-left:5px;

}
#lastUpdate img {
padding:8px;
}
#derecha {
	float:left;
	text-align:justify;
	width:390px;
	height:1000px;
	font-size:12px;
}
#publicidad {
float:left;
padding-bottom:20px;
width:390px;
}
#tempImage {
padding-bottom:6px;
padding-right:6px;
padding-top:6px;
padding-left:6px;
max-width:500px;
}
#novedades {
	float:left;
	height:auto;
	padding-top:60px;
	width:390px;
	color: #FFFFFF;
	font-weight: normal;
	background-image: url(vent.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#novedades .box {
float:left;
padding:10px 25px;
width:340px;
}
#novedades .box p {
margin:0;
}
#novedades .box img {
padding-bottom:6px;
padding-right:6px;
}
#novedades .endBox {
padding-right:5px;
padding-top:10px;
text-align:right;
width:335px;
}
#novedades .endBox a {
color: #FFFFFF;
text-decoration: none;
}
#varios {
	float:left;
	height:20px;
	padding-top:60px;
	width:390px;
	color: #FFFFFF;
	background-image: url(fijate.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#varios .box {
float:left;
padding:10px 25px;
width:340px;
}
#varios .box p {
margin:0;
}
#varios .box img {
padding-bottom:6px;
padding-right:6px;
}
#varios .endBox {
padding-right:5px;
padding-top:10px;
text-align:right;
width:335px;
}
#varios .endBox a {
color: #FFFFFF;
text-decoration: none;
}
#footer {
	float:left;
	height:160px;
	width:978px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
	background-color: #000000;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
}
#footer .disclaimer p {
	font-size:10px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	color:#E4DEC9;
	text-align:justify;
}
#footer .copyright {
	color:#E4DEC9;
	padding-top:10px;
	text-align:center;
	padding-left: 20px;
}
/*NO ME TOQUES !!! */
#navMenu li{position:relative;}

#navMenu ul ul{
	position:absolute;
	z-index:500;}

#navMenu ul ul ul{
	top:0;
	left:100%;}

div#navMenu ul ul,
div#navMenu ul li:hover ul ul,
div#navMenu ul ul li:hover ul ul
{display:none;}

div#navMenu ul li:hover ul,
div#navMenu ul ul li:hover ul,
div#navMenu ul ul ul li:hover ul
{display:block;}

