
/****************** HOME *********************/


#izqHome{ 
	width: 195px;
	height: 500px;
	border-right: 10px solid #ffffff;
	background: url(../images/t_home.jpg) top right no-repeat #FFFFFF;
	vertical-align: top;
	padding: 60px 0 0 0;

} 


#derecha{ 
    width: 175px; 
	background-color: #F3F3F3;
	border-left: 10px solid #ffffff;
	vertical-align: top;
} 


/******************************************************  NOTICIAS HOME *********************/


#noticiasHome{
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px 0 0 0px;
	background-color: #FFFFFF;
	width: 175px;

}
	
#noticiasHome .notHomeTitulo{
	font: 16px  Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background-image:url(../images/masNoticias_arriba.gif);
	
	height: 50px;
	padding: 0px 20px 0 30px; 
	margin: 0;
	color: #DA6132;
	text-align: left;

}

#noticiasHome .notHomeCentro{
	background-image:url(../images/masNoticias_centro.gif);
	margin: 0;
	padding: 0;

}

#noticiasHome .notHomeAbajo{
	background-image:url(../images/masNoticias_abajo.gif);
	margin: 0;
	height: 45px;
}

#noticiasHomeContenido{
	position: relative;
	margin: 10px 0 10px 0px;
	left: 0px;
}

#noticiasHomeContenido .notHomeFecha{
	font-size: 9px;
	color: #DA6132;
	padding: 0 0 0 5px;
}

#noticiasHomeContenido .notHomeContenido{
	font-size: 9px;
	color: #999999;
	line-height: 11px;
	display: block;
	
	}
	
#noticiasHomeContenido .notHomeContenido a{
	text-decoration: none;
	font-size: 10px;
	color: #999999;
	line-height: 11px;
	display: block;
	padding: 3px  3px 3px 5px ;
	border-bottom: 1px dotted #DA6132;
	margin-bottom: 5px;

	}


#noticiasHomeContenido .notHomeContenido a:hover{
	color: #666666;
	background-color: #F2F2F2;
	}

#noticiasHomeContenido .notHomeVermas{
	font-size: 9px;
	color: #DA6132;
	text-align: right;
	padding: 0 0 0 120px;
}

/***********************************************************************/


#principalHome{ 
	width: 410px;
	padding: 55px 5px 5px 5px;
	vertical-align: top;
	background: url(../images/fnd_top.gif) top right no-repeat ;
} 

