/* CSS Document */
html, body{
	height: 100%;
}

body{
    background: #FFF;
	margin: auto;
}

#contenedor{
	text-align: center;
    width: 800px;
    margin: auto;
	min-height: 100%;
	margin-bottom: -30px;
	position: relative;
}

#cuerpo{
	background-color: #FFF;
	width: 800px;
	margin: auto;
}

.clear{
	clear: both;
}

#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;
} 

#principal_llistat{
	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;
}

.menu{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}

.menu:hover{
	background-color: #06F;
}

.enlace_menu:link, .enlace_menu:visited{
	color: #FFF;
	text-decoration: none;
}

.enlace_menu:hover, .enlace_menu:active{
	color: #FFF;
	text-decoration: none;
}

.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;
}

.enlace_dalt:link, .enlace_dalt:visited{
	color: #00F;
	text-decoration: none;
}

.enlace_dalt:hover, .enlace_dalt:active{
	color: #00F;
	text-decoration: underline;
}

.caja_cabecera{
	background-color: #FFF;
	width: 154px;
	border-top: #06F 4px solid;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0 8px 6px;
}

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 6px; 
	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: 200px;
	margin-top: 10px;
	border-top: #999 solid 4px;
	border-bottom: #999 solid 4px; 
}

.caja_pie{
	background-color: #FFF;
	width: 800px;
	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;
}