/*Generales*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/

#botones_nav{
	
	text-align: right; 
	margin-top: 0px; 
	margin-bottom: 5px; 
	height: 24px
}

#detalle .breadcrumb{
	
	margin-bottom: 10px;
	color: #073F66;
	font-weight: bold;
	font-size:10px;
}

#detalle .breadcrumb a{
	color: #073F66;
}

#detalle .breadcrumb b{ color: #F81803; }

/*Tabs*/
/*-------------------------------------------------------------------------------------------------------*/
ul#mainTabs { 
	
	margin-left: 10px;
	width: 100%;
	margin-top: 2px;
	position: relative;
	z-index: 3;
}

#mainTabs li{ 
	
	list-style:none;
	float: left;
	margin-bottom: -2px;
}

#mainTabs a {
	
	padding: 5px;
	margin: 0px 3px;
	display: block;
	height: 15px;
	width: 132px;
	color: white;
	font-weight: bold;
	text-decoration:none;
	margin-bottom: -2px;
	padding-top: 15px;
	padding-left: 10px;
	background-image: url("../../imagenes/tab_link_sistema.png");
	background-repeat: no-repeat;
}

#mainTabs a:hover {
	
	background-image: url("../../imagenes/tab_hover_sistema.png");
	background-repeat: no-repeat;
}

#mainTabs a.selected{
	
	color: #222;
	font-weight: bold;
	border-bottom: none;
	background: white;
	background-image: url("../../imagenes/tab_selected_sistema.png");
	background-repeat: no-repeat;
	padding-top: 10px;
	height: 20px;
}

div#tabs_container{

	padding: 10px;
	clear: both;
	min-height: 300px;
	background-image: url("../../imagenes/top_tabs.png");
	background-repeat: no-repeat;
	z-index: 2;
	position: relative;
}

img.fondo_tabs{ margin-top: -42px; }

#tabs_content h2{
	
	font-size: 16px;
	margin: 5px 0px;
	margin-top: 15px;
	background-image: url("../../imagenes/heading_sistema.png");
	color: white;
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 10px;
	height: 29px;
	clear: both;
}
#tabs_content h3{
	
	font-size: 16px;
	margin: 5px 0px;
	margin-top: 15px;
	background-image: url("../../imagenes/heading_sistema.png");
	color: white;
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 10px;
	height: 29px;
	clear: both;
}

/*Media*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/

#mapa, #video, #calculadora{ display: none; }

/*Galería*/
/*-------------------------------------------------------------------------------------------------------*/
#galeria #gal{
	
	position:relative;
    height: 309px;
	width: 352px;
	float: left;
	margin: 10px 0px;
	margin-bottom: 8px;
	margin-top: 18px;
}

#galeria #gal #imagen{
	
	position:relative; 
	width:350px; 
	height:250px; 
	background:#FFF url("../../imagenes/galeria/load.gif") center center no-repeat;
	border: 1px solid #F81803;
}

#galeria #gal #thumbs{
	
	margin-top: 3px;
	border: 1px solid #F81803;
	height: 52px;
	width: 288px;
	padding: 0px;
	float: left;
	overflow: hidden;
	margin-left: 1px;
}

#galeria #gal #thumbs ul li{ display: inline; }

#galeria #gal a.prev img{
	
	float: left; 
	margin-top: 3px;
}

#galeria #gal a.next img{
	
	float: right; 
	margin-top: 3px;
}

#singaleria{
	
	position:relative;
    height: 307px;
	border: 1px solid #F81803;
	width: 350px;
	float: left;
	margin: 10px 0px;
	margin-bottom: 8px;
	margin-top: 18px;
}

/*Mapa*/
/*-------------------------------------------------------------------------------------------------------*/
#mapa #map{
	
	position:relative;
    height: 307px;
	border: 1px solid #F81803;
	width: 350px;
	margin-bottom: 0px;
	float: left;
	margin: 10px 0px;
	background-image: url("../../imagenes/load.gif");
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 8px;
	margin-top: 18px;
	overflow: hidden;
}

/*Video*/
/*-------------------------------------------------------------------------------------------------------*/
#video #vid{
	
	position:relative;
    height:307px;
	border: 1px solid #F81803;
	width: 350px;
	margin-bottom: 0px;
	float: left;
	margin: 10px 0px;
	background-image: url("../../imagenes/load.gif");
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 8px;
	margin-top: 18px;
}

/*Calculadora*/
/*-------------------------------------------------------------------------------------------------------*/
#calculadora #calc{
	
	position:relative;
    height: 251px;
	border: 1px solid white;
	width: 350px;
	float: left;
	margin: 10px 0px;
	margin-bottom: 8px;
	margin-top: 18px;
	background-image: url("../../imagenes/fondo_calculadora.png");
	padding-top: 56px;
}

#calculadora #calc table{
	
	margin: 0 auto;
}

#calculadora #calc table th,
#calculadora #calc table td{
	
	padding: 3px 5px;
	font-size: 11px;
}

#calculadora #calc table th{
	
	text-align: right;
}

#calculadora #calc table td input{
	
	background: white;
	color: black;
	width: 140px;
	height: 14px;
	font-size:11px;
}

#calculadora #calc p.calcular{
	
	text-align: right;
	position: relative;
	padding: 5px;
}

#calculadora #calc p.calcular a.ayudada{
	
	float: left;
	margin-top: 5px;
}

table.calcu{
	
	width: 500px; 
	margin: 0 auto;
}

table.calcu td, 
table.calcu th{
	
	padding: 5px;
	text-align: center;
}

table.calcu th{
	
	background: #073F66;
	color: white;
}

table.calcu tr.zebra td{ background: #D2D8E1; }

/*Datos*/
/*-------------------------------------------------------------------------------------------------------*/
#detalle #datos_detalle{
	
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 400px;
	margin-bottom: 5px;
	height: 120px;
}

#detalle #datos_detalle p{ margin: 5px 0px; }

#detalle #datos_detalle p.precio{
	
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

#detalle #datos_detalle h2{
	
	font-size: 15px;
	font-weight: bold;
	background-image:none;
	margin:0px;
	padding:0px;
	height:12px;
	padding-left:0px;
	padding-top:0px;
	color:#333333;
}

.titulovac{
	
	font-size: 15px;
	font-weight: bold;
	position: relative;
	width: 380px;
}

#detalle #comments{
	
	background-image: url('../../imagenes/fondo_comentarios.png');
	float: left;
	width: 380px;
	height: 161px;
	margin-left: 7px;
	padding: 10px;
	font-size: 12px;
	margin-top: 10px;
}

#detalle #comments h2{
	
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #073F66;
	padding-left:0px;
	padding-top:0px;
	background-image:none;
	height:12px;
	clear:none;
}

#detalle #comments p{
	
	text-align: justify;
	margin: 5px;
}

/*Botones*/
/*-------------------------------------------------------------------------------------------------------*/

#botones{
	
	clear: both;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

#botones p{

	display: inline;
	position: relative;
	font-weight: bold;
	top: -10px;
}

#botones div.guardar_inmueble, 
#botones div.reportar_propiedad,
#botones div#envprop,
#botones div#guardar_inmueble,
#botones div#reportar_propiedad,
#botones div#logueo{ display: none; }

#botones select{

	width: 200px;
	display: inline;
	position: relative;
	top: -10px;
}

#botones input{

	display: inline;
	position: relative;
}

#botones input[type="text"]{

	width: 200px;
	top: -10px;
}

#botones img{
	
	display: inline;
	margin: 0px;
	padding: 0px;
}

/*-------------------------------------------------------------------------------------------------------*/
#envprop form{
	
	width: 300px;
	margin: 0 auto;
}

#envprop p{
	
	text-align: center;
	margin: 10px;
}

#envprop form label{
	
	float: left;
	width: 70px;
	text-align: left;
	margin-left: 20px;
}

/*-------------------------------------------------------------------------------------------------------*/
#logueo form{
	
	width: 300px;
	margin: 0 auto;
}

#logueo p{
	
	text-align: center;
	margin: 10px;
}

#logueo form label{
	
	float: left;
	width: 70px;
	text-align: left;
	margin-left: 20px;
}

/*Características*/
/*-------------------------------------------------------------------------------------------------------*/
#caracteristicas{
	
	clear: both;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

#caracteristicas table{
	
	width: 350px;
}

#caracteristicas table tr.zebra th,
#caracteristicas table tr.zebra td{ background: #D2D8E1; }

#caracteristicas table th{
	
	font-size: 12px;
	width: 250px;
	padding: 2px;
	text-align: left;
}

#caracteristicas table td{
	
	font-size: 12px;
	width: 100px;
	padding: 2px;
	text-align: center;
}

/*Contacto*/
/*-------------------------------------------------------------------------------------------------------*/
#contacto{
	
	margin: 0 auto;
	width: 100%;
}

#contacto h2{
	
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

#contacto #ficha{
	
	width: 450px;
	height: 195px;
	padding: 5px;
	padding-top: 40px;
	float: left;
	background-image: url("../../imagenes/fondo_ficha.png");
	margin-bottom:25px;
}

#contacto #ficha p{ 
	
	margin: 10px; 
	clear: left; 
}

#contacto #ficha p span.etiqueta{
	
	font-size: 10px;
	float: left;
	color: gray;
	font-weight: bold;
	width: 70px;
	margin-top: 2px;
}

#contacto #ficha img{
	
	float: right;
	margin: 5px;
}

#contacto form{ 
	
	width: 280px;
	height: 195px;
	padding: 5px;
	padding-top: 40px;
	float: left;
	margin-left: 12px;
	background-image: url("../../imagenes/fondo_forma.png");
	text-align: center;
}

#contacto form input[type="text"], #contacto form textarea{ font-size: 10px; }

#contacto form p{ 
	
	clear: both;
	margin: 6px auto;
	width: 260px;
}

#contacto form label{
	
	font-size: 10px;
	color: gray;
	font-weight: bold;
	width: 70px;
	display: inline-block;
	margin-top: 2px;
}

#contacto form input[type="text"]{ width: 170px; }

#contacto form textarea{
	
	width: 240px;
	height: 75px;
	margin: 0 auto;
}

#contacto form p.remlen{ 
	
	text-align: left; 
	font-size: 11px;
	width: 240px;
}

#contacto form p.remlen input[type="text"]{
	
	border: none; 
	background: white; 
	width: 20px;
}

#contacto form p.remlen img{ float: right; }

/*Inmueble Vacacional*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/

#detalle #datos_detalle.vacacional{ width: 190px; }

#precios{
	
	float: right;
	font-weight: bold;
	width: 210px;
	margin-top: 35px;
}

#detalle #precios span.lab{
	
	width: 100px;
	font-weight: normal;
}

#habitaciones{
	
	clear: both;
	font-size: 11px;
	margin-bottom: 10px;
}

#habitaciones div#habitacion{
	
	width: 690px;
	margin: 0 auto;
	padding: 5px;
	background: #D2D8E1;
}

#habitaciones div#habitacion strong{
	
	color: #143663;
	font-size: 12px;
	margin: 4px 0px;
	position: relative;
	width: 100px;
	float: left;
	top: -5px;
	clear: both;
}

#habitaciones div#habitacion span{
	
	margin: 4px 10px;
	position: relative;
	width: 120px;
	float: left;
	top: -5px;
	text-align: center;
}

/*Comisiones*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
div#comision p.explicacion{
	
	text-align: justify;
	margin-bottom: 10px;
}

div#comision p.com{
	
	font-size: 18px;
	font-weight: bold;
}

div#comision p.com span.lab{
	
	width: 150px;
	font-size: 12px;
	text-align: left;
	padding-top: 3px;
}

div#comision #comments{
	
	background-image: url('../../imagenes/fondo_comentarios.png');
	float: left;
	width: 380px;
	height: 161px;
	margin-left: 7px;
	padding: 10px;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
}

/*------------------------------------anuncios similares ---------------------------*/
div#cola div.elemento{
	
	clear: both;
	height: 50px;
	width:467px;
}

div#cola h3{
	
	font-size: 12px;
	color:#084594;
}

div#cola img{
	
	float: left;
	margin-right: 5px;
	margin-left: 40px;
	clear: both;
}