﻿@charset "utf-8";
/* CSS Document */

#cabeceraFichaInmueble {
	float:left;	
}

#divImprimir {
	margin-top: 15px;
	float: right;
}

#divReferencia, #divMunicipio {
	color: #5c84c4;
	text-align: left;

}

#divReferencia {
	margin: 20px 0 0 10px;
	font-weight: bold;
}

#divMunicipio {
	color: #f9a801;
	margin: 0px 0 0 10px;
}

#divFotoPrincipal {
	float: left;
	margin: 10px 0px;
}
#divFotoPrincipal img {
	border: 1px solid #E1E1E1;
	background-color: #E8E6E6;
	padding: 4px;
}

#divDescripcion {
	color: #5c84c4;
	text-align: left;

	float: left;
	margin: 10px 30px;
	width: 400px;
	line-height: 120%;
}

#divOpciones {
	float:right;
	margin-right: 30px;
}

.opcion {
	float:left;
	height: 58px;
	width: 249px;	
	padding: 0px;

	text-align: left;
	color: #666666;
	font-family: 'Segoe UI',Arial,Verdana,Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	background-image: url('../img/fondo_opciones_peq.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
}

.opcion h3 {
	color: #666666;
	font-family: 'Segoe UI',Arial,Verdana,Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	margin: 3px;
}

.opcion #enlaceImagen {
	margin-top: 7px;
	display: block;
}

.opcion #enlaceTexto {
	display: block;
	margin-top: 19px;
	margin-left: 16px;
	
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 12px;
}

.opcion img {
	float: right;
	margin-right: 12px;
	margin-top: 6px;
}

#precio {
	display: block;
	float: right;

	background-image: url('../img/btn-naranja-izq.gif');
	background-repeat: no-repeat;
	padding-left: 16px;
	height: 58px;
	color: #FFF;
	text-align: center;

	font-size: 18px;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;	
}

#precio span {
	background-image: url('../img/btn-naranja-der.gif');
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	float: right;
	height: 39px;
	padding-right: 25px;
	padding-top: 19px;

	color: #ffffff;
	font-family: 'Segoe UI',Arial,Verdana,Sans-Serif;
	font-size: 18px;
	font-weight: bold;	
}


.opcion a:hover {
	text-decoration: underline;
}

#lasFotos, #sinFotos {
	text-align: center;
	width: 650px;
	margin: auto;
}

#lasFotos a {
	display: block;
	width: 280px;
	float: left;
	margin: 5px;

	border: 1px solid #E1E1E1;
	background-color: #E8E6E6;
	padding: 4px;
}

#lasFotos a:hover {
	background-color: #FFEA97;
}

#divFotoPrincipal img:hover  {
	background-color: #FFEA97;
}

