/*Aquí los estilos que modifican, sobretodo, las medidas frontend_tableless para
adaptarlos a las dos columnas de la home en vez de las tres interiores
también estilos específicos de la home, como los referentes al cuadro del banner y "noticias" */


img#logo {
	margin-top:10px;
	}
	
#list_top {
	padding-top:17px;
	}
	
#clearer { /*contenedor de la imagen de la cabecera */
	padding-left:0px 10px 0 0; 
	}	


#mainBlock{ /*dibuja la línea que separa left de main */
	background:url(../../picture/separador_home.gif) 305px 0 repeat-y;
	}

#leftContent {
	width:285px;
	margin-left:-755px; /* para que aparezca segundo en el codigo */
	}

	
#mainText {
	margin-top:0px;
	}
	
#mainText p{
	margin:0 0 5px 0;
	}	

#mainText ul{
	margin-bottom:10px;
	}	

p#fakeH {
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:16px; 
	font-weight: bold; 
	color: #004183;
	margin:20px 0 0px 0;
	}
	
#mainContent {
	border-left-width:0;
	}

#leftContent {
	float:left; 
	overflow:hidden;
	}
	
* html #leftContent {
	display:inline; 
	word-wrap:break-word; 
	}

#mainContent{
	width:440px; 
	margin-left:305px; /* para que aparezca primero en el codigo */
	border-width:0;
	}

p#bannerWrapper {
	border: 1px solid rgb(237, 241, 242); 
	width:284px;
	}

p#bannerWrapper img {
	width:284px; 
	height:112px;
	} 

	
* html #noticias { /* simulación de min-height para IE 6 */
	height:98px;
	overflow:visible;
	}	

#noticias {
	min-height:98px;
	position: relative; 
	width: 100%;
	border: 1px solid rgb(237, 241, 242);
	margin:20px 0 0 0;
	}
	
#noticias p#imgWrapper	{
	position: absolute; 
	left: 3px; 
	top:3px; 
	width: 85px;
	}


#noticias #noticiasText {
	position: relative; 
	margin-left: 90px;
	}

#noticias #noticiasText p {
	margin:0 0 5px 0;
	}

	
	



