/* CONTENIDOS ///////////////////////////////////////////////// */
#contenidos {
	clear:both;
	width:940px;
	height: 377px;
}

#mensaje {
	float: left;
	width: 276px;
	height: 377px;
	background-image:url(../imagenes/fondo-bienve.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#mensaje p { 
	margin: 15px;
	color:#FFFFFF;
}

#mensaje img { 
	margin-left: 15px;
}

#mensaje h1 {
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	margin-top: 20px;
	margin-left: 15px;
}





/* OFERTAS ///////////////////////////////////////////////// */

#columna {
	float:left;
	width: 660px;
}

.columna-novedades {
	float:left;
	width: 200px;
	margin-left: 6px;
	margin-right: 6px;
}

.foto-sustitucion {
	margin-left: 5px;
	margin-right: 5px;
}



.ofertas {
	width:200px;
}



.titulo {
	width:202px;

}

.titulo h1 {
	width:202px;
	height: 22px;
	font-size: 12px;
	text-align:right;
	color:#FFFFFF;
	background-image:url(../imagenes/fondo-titulo-ofertas-2.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.textoh1 {
	margin-right: 15px;
	
}


.foto {
	width:200px;
	height:150px;
	border: 1px solid #CCCCCC;
	margin: 0 auto;
	margin: 0; padding: 0;
}

.foto img {
	text-align: center;	
}



.ofertas h2 {
	font-size:12px;
	color: #E15509;
	font-weight:bold;
}

.ofertas p {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:10px;
}

.ofertas a {
	text-decoration:underline;
}

.ofertas a:hover {
	text-decoration:none;
}
.foto p {
	margin: 0; padding: 0;
}
.foto {
	width:200px;
	height:150px;
	border: 1px solid #CCCCCC;
	margin: 0 auto;
	text-align: center;
}

.foto img {
	margin-top: 5px;
}



/* DIRECCIONES ///////////////////////////////////////////////// */


#datos-contacto {
	float:left;
	width: 660px;
}

.direccion { 
	float:left;
	height: 110px;
	width:200px;
	margin-top: 5px;
		margin-left: 6px;
	margin-right: 6px;
	background-color: #F5F5F5;
	text-align:right;
	font-size: 11px;
	
}

.direccion p {
	padding-top: 10px;
	padding-right: 3px;
}

.direccion a {
	text-decoration:underline;
}

.direccion a:hover {
	text-decoration:none;
}

.direccion h2 {
	font-size:12px;
	color: #E15509;
	font-weight:bold;
	padding-top: 5px;
	padding-right: 3px;
	
}