/* CSS Document */
html, body{
	height: 100%;
}

body{
    background: #000 url(../imagenes/fondo.jpg) no-repeat center top;
	margin: auto;
}

#contenedor{
	text-align: center;
    width: 800px;
    margin: auto;
	min-height: 100%;
	position: relative;
}

#cuerpo{
	background-color: #FFF;
	width: 800px;
	margin: auto;
}

.imagen {
	text-indent:0px;
	text-decoration:-10000;
}

.imagen img {
	border:0;
}

.imagen span {
	display: none;
}

.imagen:hover span {
	display: inline;
}

.imagen:hover>img {
	display: none;
}

#lateral_izq{
    width: 160px;
    background-color: #FFF;
    float: left;
} 

#lateral_der{
    width: 180px;
	background: url(../imagenes/fondo_principal.png) repeat-x #FFF;
    float: right;
	height: 400px;
	border-top: #FFF solid 1px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#principal{
	width: 415px;
	_width: 409px;
	margin-left: 160px;
	background: url(../imagenes/fondo_principal.png) repeat-x #FFF;
	border-top: #FFF solid 1px;
	border-right: #CCC solid 1px;
	padding-left: 12px;
	padding-right: 12px;
} 

#texto{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	*line-height: 1.3;
}

.titulo_texto{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	*font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.enlace_menu:link, .enlace_menu:visited{
	text-decoration: none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.enlace_menu:hover, .enlace_menu:active{
	color: #0CF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.enlace_pie:link, .enlace_pie:visited{
	color: #999;
	text-decoration: none;
}

.enlace_pie:hover, .enlace_pie:active{
	color: #999;
	text-decoration: underline;
}

.enlace_link:link, .enlace_link:visited{
	color: #06F;
	text-decoration: none;
	font-weight: bold;
}

.enlace_link:hover, .enlace_link:active{
	color: #06F;
	text-decoration: underline;
	font-weight: bold;
}

.caja_cabecera{
	background-color: #FFF;
	width: 150px;
	border-top: #06F 4px solid;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0 8px 10px;
}

ul.menu_mitja{
	margin : 0 0 0 0;
    padding: 4px 0 4px 0;
    list-style: none; 
	background-color: #EEE;
	width: 160px;
	border-top: #999 1px solid;
	border-bottom: #999 1px solid;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 1px;
}

ul.menu_mitja li{
    padding: 2px 0 2px 10px; 
	position: relative;
	cursor: pointer;
}

ul.menu_mitja ul{
   position:absolute;
   left: 160px;
   *left: 120px;
   width: 150px;
   top:-5px;
   display: none;
   list-style: none;
   background-color: #DDD;
   border: #999 1px solid;
   padding-left: 0px;
}

ul.menu_mitja li:hover > ul
{
   display:block;
   list-style:none;
}  

.enlace_menu_lateral:link, .enlace_menu_lateral:visited{
	color: #666;
	text-decoration: none;
}

.enlace_menu_lateral:hover, .enlace_menu_lateral:active{
	color: #06F;
	text-decoration: underline;
}

.caja_patrocinadores{
	background-color: #FFF;
	width: 800px;
	height: 260px;
	margin-top: 10px;
}

.caja_pie{
	background: url(../imagenes/fondo_pie.gif) no-repeat center #000;
	width: 800px;
	height: 40px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.articulo{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	*font-size: 14px;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
	margin-top:8px;
 	*margin-top:4px;
} 	

.pex{
	*margin-top: 14px;
	*margin-bottom: 14px;
}

.hrex{
	*margin-top: 8px;
	*margin-bottom: 8px;
}

.hrex_lateral{
	margin:2px 0 0 0;
	*margin-top:-4px;
}

.pex_lateral{
 	margin-top:8px;
 	*margin-top:4px;
}
