#bienvenida {
	height: 315px;
	background-image: url(../imagenes/fondo-bienvenida.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#textos {
	float:right;
	width: 220px;
	text-align:right;
	margin-top:105px;
	padding-right: 20px;
}

#textos p {
	color:#FFFFFF;
	text-align: justify;
	line-height: 14px;
	
}
.titulo {
	font-size:12px;
	color:#B19F66;
	border-bottom: 1px solid #B19F66;
	margin-bottom: 5px;
}

#destacados {
	height: 138px;
}

#noticias {
	float:left;
	width: 700px;
	height: 138px;
	text-align:left;
	
}

.foto {
	float:left;
	width:110px;
	height: 138px;
	text-align:center;
}

.foto img {
	margin-top: 15px;
	border: solid 1px #CCCC66;
}

.oferta {
	float:left;
	width:120px;
	height: 138px;
}

.oferta p {
	margin-top: 15px;
	padding:5px;
	line-height: 14px;
}



#contacto {
	float: right;
	width: 220px;
	height: 138px;
	text-align:right;
	background-image:url(../imagenes/fondo-contacto2.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#contacto p {
	padding: 5px;
	margin-top: 5px;
	line-height: 14px;
	
}	

.horario {
	color:#B19F66;
}


/* ///////////////////// COMIENZA pie */

#pie {
	border-top: 1px solid #fff;
	margin-top: 2px;
}