@charset "utf-8";
/* CSS RESETEO DE ESTILOS */
html {
	color:#000;
	background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
/* para preservar line-height y apariencia de selectores */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*permitir escalado en IE*/
input, textarea, select {
*font-size:100%;
}
/*porque legend no hereda en ID */
legend {
	color:#000;
}
/* ----------------- FIN RESETEO ----------------------- */
body, html {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	min-height: 100%;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(images/bg1.gif);
	background-repeat: repeat-x;
	background-position: top;
}
/* --------------------- MENÚ ----------------------------- */
#top {
	height: 231px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
}
#menu {
	position: relative;
	width: 520px;
	top: 195px;
	left: 395px;
	background-image: url(images/bg2.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 26px;
}
#menu ul {
	list-style-type: none;
	list-style-image: none;
	font-size: 10px;
	font-weight: bold;
}
#menu li {
	display: inline;
	float: left;
	margin-left: 6px;
}
#menu li a {
	text-decoration: none;
	color: #015969;
	display: block;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #A52C89;
	border-right-color: #A52C89;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A52C89;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
#menu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A52C89;
}
/* ----------------------- CONTENIDO ------------------------------ */
#principal {
	width: 920px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
	clear: both;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
#principal h2 {
	font-size: 24px;
	color: #DC5BBF;
	font-weight: bold;
	margin-top: 15px;
	background-color: #FDF4FB;
	margin-bottom: 5px;
	clear: both;
}
#principal h3 {
	font-size: 22px;
	color: #005e70;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
	clear: both;
	background-color: #F2FDFF;
}
#principal h6 {
	font-size: 10px;
	color: #999999;
	margin-top: 15px;
}
#principal p {
	font-size: 13px;
	margin-bottom: 15px;
}
#principal ul {
	font-size: 13px;
	margin-bottom: 15px;
	margin-left: 30px;
}
#principal li {
	list-style-type: square;
	list-style-position: outside;
}
#principal iframe {
	margin: 0px;
	padding: 0px;
	border: 1px solid #FF0099;
}
/* ---------------- PROMOS ---------------------------------- */
#promo {
	padding: 10px;
	width: auto;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	clear: both;
}
#promo h3 {
	font-size: 18px;
	color: #feb52b;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
#promo p {
	font-size: 11px;
	margin-bottom: 5px;
	color: #666666;
	margin-left: 10px;
}
#promo img {
	border: 1px solid #0192AD;
	clear: none;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 3px;
}
#promo ul {
	font-size: 11px;
	margin-bottom: 15px;
	margin-left: 30px;
	color: #666666;
}
#promo li {
	list-style-type: square;
	list-style-position: outside;
}
a.enlace:link, a.enlace:visited, a.enlace:active {
	color: #0099cc;
	text-decoration: none;
}
a.enlace:hover {
	color: #0099cc;
	text-decoration: underline;
}
a.pie:link, a.pie:visited, a.pie:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.pie:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
/* ---------------- FORMULARIO BUSCADOR --------------------- */
#buscador {
	clear: both;
}
#buscador img {
	clear: both;
	float: left;
	margin-top: 10px;
	padding-right: 300px;
	margin-bottom: 2px;
	margin-left: 5px;
}
#buscador form {
	overflow: visible;
}
#buscador fieldset {
	border:1px solid #0094ad;
	margin-bottom: 10px;
	background-image: url(images/bg4.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 20px;
}
#buscador legend {
	color: #0094ad;
	font-weight:bold;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	border: 1px solid #0094ad;
}
#buscador select, #buscador input {
	border: 1px solid #0094ad;
	font-size: 12px;
	background-color: #FFE4A8;
}
/* ******************* CAJA INMUEBLES ************************** */
.inmu {
	height: auto;
	width: 910px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image: url(images/bg5.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0094ad;
	padding-top: 15px;
}
a.amap:link, a.amap:visited, a.amap:active {
	color: #DC5BBF;
	text-decoration: none;
	font-size: 12px;
	margin-left: 20px;
	font-weight: bold;
}
a.amap:hover {
	color: #DC5BBF;
	text-decoration: none;
	font-weight: bold;
}
.inmu strong {
	color: #FF6600;
}
.inmu span {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 19px;
	font-size: 12px;
}
.inmu h4 {
	font-size: 10px;
	font-weight: bold;
	color: #0066CC;
	margin-left: 19px;
	margin-bottom: 5px;
}
.inmu h5 {
	font-size: 14px;
	font-weight: bold;
	color: #669900;
	margin-left: 19px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.aniadefoto {
	margin-left: 19px;
	background-color: #FFFFFF;
	height: 100px;
	display: none;
	width: 700px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	padding: 10px;
}
.cajafotos {
	clear: both;
	margin-left: 20px;
}
.foto {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 9px;
	margin-right: 9px;
	padding: 3px;
}
/* ******************* CAJA INMUEBLES ANUNCIOS************************** */
#anuncio {
	clear: both;
	width: 100%;
	margin-top: 5px;
}
.inmu2 {
	height: auto;
	width: 425px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image: url(images/bg5.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 15px;
	border: 1px solid #0094ad;
	clear: none;
	float: left;
	margin-right: 20px;
}
.inmu2 span {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 19px;
	font-size: 12px;
}
.inmu2 h4 {
	font-size: 10px;
	font-weight: bold;
	color: #0066CC;
	margin-left: 19px;
	margin-bottom: 5px;
}
.inmu2 h5 {
	font-size: 14px;
	font-weight: bold;
	color: #669900;
	margin-left: 19px;
	margin-top: 5px;
}
/* ---------------- FORMULARIO --------------------- */
form {
	overflow: visible;
}
label {
	display:block;
	font-weight:bold;
	color: #DC5BBF;
	margin-bottom: 5px;
}
fieldset {
	border:1px solid #0094ad;
	padding: 20px;
	margin-bottom: 10px;
}
legend {
	color: #0094ad;
	font-weight:bold;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	border: 1px solid #0094ad;
}
select {
	border: 1px solid #666666;
}
input:focus, textarea:focus {
	background-color: #FFFFCC;
}
/* *************** PAGINADO ******************* */
#paginadof {
	padding-top: 10px;
}
a.pag:link, a.pag:visited, a.pag:active {
	color: #DC5BBF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #DC5BBF;
	margin-right: 4px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
a.pag:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #DC5BBF;
}
/* *************** MAPA GOOGLE **************** */
.mapa {
	margin-bottom: 5px;
}
#map {
	height: 300px;
	width: 350px;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #FF3366;
}
/* ******************************************** */
/* ************** MENSAJES ******************** */
/* ******************************************** */
.info, .ok, .atencion, .nok {  
    border: 1px solid;  
    margin: 10px 0px;  
    padding:15px 10px 15px 50px;  
    background-repeat: no-repeat;  
    background-position: 10px center;  
}  
.info {  
    color: #00529B;  
    background-color: #BDE5F8;  
    background-image: url('images/info.png');  
}  
.ok {  
    color: #4F8A10;  
    background-color: #DFF2BF;  
    background-image:url('images/ok.png');  
}  
.atencion {  
    color: #9F6000;  
    background-color: #FEEFB3;  
    background-image: url('images/atencion.png');  
}  
.nok {  
    color: #D8000C;  
    background-color: #FFBABA;  
    background-image: url('images/nok.png');  
}
/* ********************** PIE ********************** */
#pie {
	width: 100%;
	height: 100px;
	overflow: visible;
	clear: both;
	margin-top: 10px;
	padding-top: 20px;
	background-color: #0192AD;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #016576;
}
#pie p{
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
