/*----------------------------------
CSS & HTML MASTER: Juan Antonio Charneco
	  XHTML 1.0  CSS 2  WEB 2.0 

Si hubiera previsto las consecuencias, me hubiera hecho relojero.
EINSTEIN, Albert  
------------------------------------*/


/******************************************************************************
		HOJA DE ESTILOS ESPECIFICA PARA LA HOME
/******************************************************************************/


#titulares {
	overflow: hidden;
	width: 641px;
	height: 222px;
	background: url(../img/home/fotohome.png) left top no-repeat;	
	margin: 31px 0 0 69px;
	padding-bottom:34px;
}

h2 {
	overflow: hidden;
	width: 191px;
	height: 19px;
	margin: 27px 0 0 224px;
}

h2 span {
	visibility: hidden;
}

h3 {
	overflow: hidden;
	width: 306px;
	height: 24px;
	margin: 162px 0 0 175px;
}

h3 span {
	visibility: hidden;
}

#ofertas {
	overflow: hidden;
	width: 306px;
	height: 144px;
	background: url(../img/home/fondoofertas.png) left top no-repeat;	
	margin: 0px 0 0 75px;
	float: left;
	display: inline;
}

#ofertas h4 {
	overflow: hidden;
	width: 135px;
	height: 22px;
	margin: 16px 0 0 15px;
}
 
#ofertas h4 span {
	visibility: hidden;
}

#ofertas dt {
	/*overflow: hidden;*/
	width: 100px;
	/*height: 13px;*/
	/*background: url(../img/home/dtofertas.png) left top no-repeat;	*/
	margin: 0 0 0 21px;
	padding-left:120px;

}
 
#ofertas dt span {
	/*visibility: hidden;*/
	font-family: Tahoma;
	font-size: 17px;
	color:#582477;
	font-weight: bold;
}

#ofertas dt a {
	position: relative;
}

#ofertas dd {
	width: 150px;
	margin: 0 0 0 21px;
	padding-left:120px;	
}

#noticias {
	overflow: hidden;
	width: 303px;
	height: 144px;
	background: url(../img/home/fondonoticias.png) left top no-repeat;	
	margin: 1px 0 0 26px;
	float: left;
	display: inline;
}

#noticias h4 {
	overflow: hidden;
	width: 131px;
	height: 21px;
	background: url(../img/home/titulonoticias.png) left top no-repeat;
	margin: 15px 0 0 17px;
}

#noticias h4 span {
	visibility: hidden;
}

#noticias span {
	font-weight: bold;
}

#noticias span.fecha {
	color: #B702C1;
	font-size: 10px;
	display: block;
	margin: 6px 0 5px 17px;
}

#noticias span.titulo {
	color: #592578;
	margin: 0 0 0 17px;
}

#noticianew
{
	width:270px;
}

#noticias dd {
	width: 270px;
	margin: 9px 0 0 17px;
} 

a#noti{
	position: relative;
	left: 17px;
}


