/* v1.0 | 20080212 | http://meyerweb.com/eric/tools/css/reset/ */

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* fin reset */




html {
	font-size: 70.0%; /* reset 1em to 10px */
	height: 100%;
}

body {
	color: #5A5A50;
	font: normal 1.3em Trebuchet,Tahoma,Verdana,Arial,sans-serif;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
	
	background-color: #fff;
	background: url(fondo.png) top center no-repeat;
	font-size: 1em;
	margin-top: 0;
}

.center_wrapper {
	margin: 0 auto;
	width: 960px;
}



#layout  .center_wrapper {
	background: #eee;
	background: url(body.png) top center repeat-y;
	padding-top: 22px;
}

#header  {
	/*height: 297px;*/
	background: url(body.png) top center repeat-y;
}




#footer {
	background: url(footer_background.png) center 159px repeat-x;
}
#footer  .center_wrapper {
	background: url(footer.png) top center no-repeat;
	padding-top: 190px;
}


#body{
	width: 680px;
	display: block;
	float: left;
}
/*
#breadcrumb{
	float: left;
	display: block;
	clear: both;
	width: 100%;
	height: 19px;
	color: #008ae1;
	font-size: 1.1em;
	margin-bottom: 12px;
}*/
#main_content {
	display: block;
	float: left;
	width: 100%;
}
#sidebar {
	background: url(sidebar.png) right top no-repeat;
	float: left;
	display: block;
	width: 153px;
	padding: 0 53px 0 31px;
}












/* HEADER */
#header .logo {
	width: 250px;
	height: 85px;
	margin-left: 14px;
	display: block;
	float: left;
}
#header .phone {
	width: 160px;
	height: 55px;
	padding-top: 30px;
	text-indent: 18px;
	display: block;
	float: left;
	font-size: 2em;
	color: #00AE48;
	background: url(icon_header_phone.png) no-repeat left center;
}
#header .image {
	margin-left: 14px;
	margin-bottom: 15px;
	height: 191px;
	width: 932px;
	display: block;
	float: left;
	border-top: 10px solid #AB73C2;
	border-bottom: 11px solid #AB73C2;
}
#header .noimage {
	margin-left: 14px;
	height: 20px;
	width: 932px;
	display: block;
	float: left;
	border-top: 10px solid #AB73C2;
}
#header .languages {
	display: block;
	float: left;
	width: 16px;
	margin-top: 15px;
	padding-left: 10px;
	text-decoration:none;
}
#header ul.nav {
	display: block;
	float: left;
	width: 480px;
	margin-top: 36px;
}
#header ul.nav li a,
#header ul.nav li a:visited {
	color: #fff;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.5em;
	background: url(nav.png) top left no-repeat;
	width: 87px;
	height: 20px;
	margin-right: 9px;
	float: left;
	display: block;
	text-align: center;
	text-decoration: none;
}
#header ul.nav li a:hover {
	background-position: left -20px;
	text-decoration: none;
}
#header ul.nav li.active a,
#header ul.nav li.active a:link,
#header ul.nav li.active a:visited{
	background-position: left -20px;
}






/* BREADCRUMB */
#breadcrumb a,
#breadcrumb a:link,
#breadcrumb a:visited{
	color: #008ae1;
}
#breadcrumb span{
	padding: 0 10px;
}







/* SIDEBAR */
#sidebar .accesos a,
#sidebar .accesos a:link {
	display: block;
	float: left;
	width: 96px;
	height: 55px;
	height: 48px;
	padding: 0 5px 0 52px;
	line-height: 55px;
	line-height: 42px;
	font-size: 1.4em;
	font-weight: bold;
	color: #AB73C2;
	text-decoration: none;
}
#sidebar .accesos a.a:hover,
#sidebar .accesos a.b:hover {
	color: #81449B;
	text-decoration: none;
	background-position: left -55px;
}
#sidebar .accesos a.a {
	background: url(acceso_a.png) left top no-repeat;
}
#sidebar .accesos a.b {
	background: url(acceso_b.png) left top no-repeat;
}


#sidebar .buscador {
	padding: 15px 0 15px 0;
	display: block;
	float: left;
	width: 153px;
}
#sidebar .buscador form div {
	width: 100%;
	display: block;
	clear: both;
	padding: 3px 0;
	height: auto;
}
#sidebar .buscador form select{
	width: 100%;
}
#sidebar .buscador form input.submit{
	width: 111px;
	height: 33px;
	background: url(buscador_submit.png) top left no-repeat #3A991B;
	border: none;
	padding: 0;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	cursor: pointer;
}
#sidebar div {
	width: 100%;
	display: block;
	clear: both;
}




/* FOOTER */
 #footer  .up {
	padding: 0 25px ;
}
#footer  a.crearimagen:link,
#footer  a.crearimagen:visited {
	font-size: 0.9em;
	color: #888;
	text-decoration: none;
}
#footer  a.crearimagen:hover {
	color: #000;
}
#footer  a.crearimagen img {
	vertical-align: middle;
}


#footer  a img {
	vertical-align: middle;
}



/* BODY > MAIN CONTENT */
#body  h1 {
	color: #AB73C2;
	font-size: 2em;
	font-weight: normal;
	padding-bottom: 12px;
}

#body  h2 {
	color: #AB73C2;
	font-size: 1.6em;
	font-weight: normal;
	padding-bottom: 12px;
}

#main_content p {
	line-height: 1.7em;
	margin-bottom: 1.4em;
}
#main_content ul {
	margin-bottom: 1.4em;
	list-style: disc;
}
#main_content li {
	margin-bottom: 1.4em;
	margin-left: 1.4em;
}


#body  .orderBy {
	clear: both;
	padding: 5px 0 16px 0;
}


#main_content a.back {
	display: block;
	float: left;
	padding: 0 0 0 20px;
	margin-bottom: 10px;
	background: url(icon_back.png) top left no-repeat;
	text-decoration: none;
}
#main_content a.back:hover {
	text-decoration: underline;
	color: #444;
}


#main_content .more a{
	text-decoration: none;
}
#main_content .more a:hover {
	text-decoration: underline;
	color: #444;
}



/*
#main_content img{
	max-width: 100%;
}

#main_content h2{
	font-family: Times, serif;
	
	display: block;
	font-size: 2.6em;
	margin-bottom: 10px;
	font-weight: normal;
}*/
/*
#main_content ul.subnav {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	
	background: #ff0;
}
#main_content ul.subnav li {
	display: block;
	float: left;
	width: 46%;
	padding: 3px 1%;
	margin: 0 1%;
	
	background: #fff;
}*/
/*
#main_content p,
#main_content li,
#main_content {
	vertical-align: middle;
}

#main_content em {
	color: #00A6E4;
	font-style: normal;
}

#main_content img.bordered {
	padding: 2px;
	border: 1px solid #888;
}
*/


/* resources */
/*
#main_content ul.resources {
	clear: both;
	float: left;
	display: block;
	width: 100%;
	margin: 15px 0 5px 0;
	
	border-top: 5px solid #000;
}
#main_content .gallery li{
	width: 122px;
	height: 100px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #555;
	float: left;
	display: block;
	background: #fff;
	text-align: center;
}
#main_content .files li{
	margin: 5px;
	padding: 5px;
	border: 1px solid #555;
	display: block;
}
#main_content .video li{
	width: 100%;
	margin: 5px 0;
	display: block;
	text-align: center;
}
#main_content ul.gallery li:hover,
#main_content ul.files li:hover{
	border: 1px solid #888;
	background: #ddd;
}
*/





/* experimental */
#layout  .box .span-290 {
	width: 290px;
}
#layout  .box .span-460 {
	width: 460px;
}
#layout  .box .span-380 {
	width: 380px;
}








/* Estilos generales */
a,
a:link,
a:visited {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #555;
}
a:hover {
	color: #000;
	text-decoration: none;
}
p
{
	line-height: 1.4em;
	margin: 3px 0 8px 0;
}

hr { 
	clear: both;
	width: 100%;
	
}




/* Colores * /
.red {
	color: #e22110;
}
.brown {
	color: #db6702;
}
.green {
	color: #4fa601;
}
.yellow {
	color: #FDB200;
}
.blue {
	color: #00A6E4;
}
.magenta {
	color: #893688;
}
*/





/* Floats */
.left {float: left;}
.right {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}





img.processing {display: none;}







#main_content ul.catalog {
	display: block;
	float: left;
	width: 100%;
}
#main_content ul.catalog li {
	margin: 0 15px 15px 0;
	width: 202px;
	height: 310px;
	
	display: block;
	float: left;
	
	border: 1px solid #fff;
}

/*#main_content ul.catalog li:hover{
	background-color: #efefef;
	border: 1px solid #eee;
}*/
#main_content ul.catalog li .mini{
	/* esto esta duplicado y seguro se puede mejorar, ver .mini a */
	float: left;
	display: block;
	width: 200px;
	height: 143px;
	text-align: center;
	border: 1px solid #aaa;
}
#main_content ul.catalog li .mini:hover {
	border: 1px solid #444;
}
#main_content ul.catalog li .mini a {
	float: left;
	display: block;
	width: 200px;
	height: 143px;
	text-align: center;
}

#main_content ul.catalog li .info {
	display: block;
	float: left;
}
#main_content ul.catalog li .info div {
	display: block;
	clear: both;
	width: 200px;
	border-bottom: 1px dotted #888;
	padding: 4px 0;
}
#main_content ul.catalog li .info div.a,
#main_content .inmueble_datos div.a {
	color: #00AE48;
	font-size: 1.3em;
	font-weight: bold;
}
#main_content ul.catalog li .info div.b {
	color: #00AE48;
}
#main_content ul.catalog li .info div.c {
	color: #81449B;
}
#main_content ul.catalog li .info div.more {
	border: none;
	padding-top: 5px;
	text-align: right;
}
#main_content ul.catalog li .info div.more a:visited {
	color: #AB73C2;
}
#main_content ul.catalog li .info div.more img {
	vertical-align: middle;
}

/* ficha */
#main_content .inmueble_multimedia {
	display: block;
	float: left;
	width: 410px;
}
/*#main_content .miniaturas {
	width: 410px;
	height: 90px;
	overflow: auto;
}*/
#inmueble_fotos img.mini{
	background-color: #bbb;
	padding: 2px;
	margin: 0 3px 3px 0;
	cursor: pointer;
}

#inmueble_fotos .ampliar{
	text-align: center;
}
#inmueble_fotos .ampliar img{
	vertical-align: middle;
}

#foto_descripcion {
	text-align: center;
}
#foto_descripcion span {
	display: block;
	padding: 3px 0 10px 0;
}

#foto_grande{
	text-align: center;
}
#foto_grande img {
	max-width: 410px;
}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
overflow: hidden; /*leave this value alone*/
width: 370px; /*Width of Carousel Viewer itself*/
height: 80px; /*Height should enough to fit largest content's height*/
margin-bottom: 5px;
/*background-color: #eee;*/
border-left: 20px solid #fff;
border-right: 20px solid #fff;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 8px; /*margin around each panel*/
/*width: 250px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}







#main_content .inmueble_datos {
	display: block;
	float: right;
	width: 240px;
}
#main_content .inmueble_datos div {
	display: block;
	clear: both;
	width: 100%;
	border-bottom: 1px dotted #888;
	padding: 4px 0;
}
#main_content .inmueble_datos div.a {
	color: #00AE48;
	font-size: 1.2em;
	font-weight: bold;
}
#main_content .inmueble_datos div.b {
	color: #00AE48;
}
#main_content .inmueble_datos div.c {
	color: #81449B;
}


#main_content .inmueble_datos ul.caracteristicas {
	display: block;
	float: left;
	width: 100%;
	margin: 5px 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #888;
}
#main_content .inmueble_datos ul.caracteristicas li {
	padding: 2px 0 2px 20px;
	margin: 0;
	display: block;
	float: left;
	width: 95px;
	line-height: 1.8em;
	background: url(icon_item_yes.png) left 2px no-repeat;
}
#main_content .inmueble_datos ul.caracteristicas li.last {
	margin-left: 5px;
}



/* ficha > contacto */
#main_content .contacto {
	margin: 5px 0 15px 0;
}
#main_content .contacto label {
	width: 120px;
	display: block;
	float: left;
}
#main_content .contacto fieldset div {
	margin: 5px 0;
}
#main_content .contacto input.text,
#main_content .contacto textarea.text {
	width: 250px;
}



/* pagination */
.pagination
{
	margin: 10px 0;
	padding: 4px;
}
.pagination div
{
	padding: 0;
	margin: 0 4px;
	border: 1px solid #ccc;
	background: #eee;
	display: inline;
}

.pagination div a,
.pagination div a:link,
.pagination div a:visited,
.pagination div.active
{
	padding: 0 8px;
	text-decoration: none;
	background: #eee;
	color: #aaa;
	display: inline;
}
.pagination div a:hover
{
	background: #888;
	color: #fff;
}
.pagination div.active
{
	background: #888;
	color: #fff;
}







    
.error, 
.notice, 
.success 
{
    padding:1em 1em 1em 4em;
    margin-bottom:1em;
    border:2px solid #ddd;
    /*width: 100%;*/
    display: block;
    clear: both;
}
.error 
{
	background: #FBE3E4 url(Knob_Cancel.png) .8em .3em no-repeat;
	color:#8a1f11;
	border-color:#FBC2C4;
}
.notice 
{
	background: #FBE3E4 url(Knob_Attention.png) .8em .3em no-repeat;
	color:#514721;
	border-color:#FFD324;
}
.success 
{
	background: #E6EFC2 url(Knob_Valid_Green.png) .8em .3em no-repeat;
	color:#264409;
	border-color:#C6D880;
}
.error a {color:#8a1f11;font-weight:bold;}
.notice a {color:#514721;font-weight:bold;}
.success a {color:#264409;font-weight:bold;}
.error a:hover,
.notice a:hover,
.success a:hover 
{
	text-decoration: none;
}




input, select, textarea {
	border: 1px solid #888;
	background: #fff;
	padding: 2px;
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	color: #81449B;
}
input:hover, select:hover {
	border: 1px solid #aaa;
	background: #eee;
}
input[type=checkbox]  {
	border: none;
}
input[type=button] ,
input[type=submit]  {
	background: #81449B;
	border: 1px solid #81449B;
	font-weight: bold;
	color: #fff;
	border: none;
	padding: 3px 6px;
}
input[type=button]:hover  {
	background: #AB73C2;
}



















.flash-replaced {}
.flash-replaced .alt  {
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}