
/* ///////////////////// EMPIEZA DATOS CONTACTO */
#contacto {
	float: left;
	width: 159px;
	height: 480px;
	background-color:#CCDAE1;
	padding: 5px 5px 5px 5px;
}

#contacto p {
	text-align:right;
	margin-right:5px;
}

#contacto a {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000;
	text-decoration:underline;

}

#contacto a:hover {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000;
	text-decoration:none;

}

#datos {
	padding-top: 12px;
}

#formulario {
	text-align:right;
	font-size: 12px;
	color:#742828;
	width: 159px;
}

#formulario a {
	font-size: 12px;
	color:#742828;
	text-decoration: underline;
}

#formulario a:hover {
	font-size: 12px;
	color:#742828;
	text-decoration: none;
}

.celdas_form {
	border: 1px solid #742828;
	font-size: 12px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;

}

.boton-form{
	background-color: #742828;
	color: #fff;
	font-size: 12px;
	border: 1px solid #742828;
	margin-top: 5px;
	margin-right: 5px;
}
/* ///////////////////// EMPIEZA ANIMACION*/
#ofertas { 
	float: right;
	padding: 0px;
	margin: 0px;
	width: 715px;
	height: 490px;
	background-color:#E3EBEF;
	overflow:auto;
}

 .fotos {
	float:left;
	width: 249px;
	height: 200px;
	border: 1px solid #742828;
	margin: 10px;
	text-align: center;
	
 }
 
 .fotos img {
 	margin-top: 7px;
	
 }
 .fichas {
 	float:right;
 	width: 398px;
	height: 200px;
	border: 1px solid #742828;
	margin: 10px;
 }


.titulos-ofertas {
	color: #742828;
}
.fichas p {
	color: #000;
	margin-left: 10px;
	margin-right:10px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	margin-bottom: 4px;
	margin-top: 5px;
}	

.b {
	color: #000000;
}

.btachado {
	color: #000000;
	text-decoration: line-through;
}

.descripcion {
	background-color:#CCDAE1;
	padding:5px;
	height: 100px;
	overflow:auto;
}
/* ///////////////////// TERMINA PRINCIPAL */

