body {
	background-color: #E8E8FF;
	color: #555;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
}
.clear {
	clear: both;
}


/**************************************/
/*             PAGINATION             */
/**************************************/
p.pagination{
	clear:both;
	/*text-align:right;*/
	padding:1em;
	font-size:12pt;
}
p.pagination a{
	margin-right:2px;
	padding:3px 5px;
	color:#FFF;
	font-weight:normal;
	background-color: #009;
	text-decoration: none;
}
p.pagination a:hover{
	color:#FFF;
	background-color: #004;
}
p.pagination span.disabled{
	background-color: #CCCCCC;
	margin-right:2px;
	padding:3px 5px;
	color:#999999;
	text-decoration: none;
}
p.pagination #current{

}
p.pagination strong{
	background-color:#004;
	color:#FFFFFF;
	font-weight:normal;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
p.pagination span.off{
	color:#888888;
	font-weight:bold;
	margin-right:2px;
	padding:3px 5px;
}
#contenedor {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#contenedor #header {
}
#contenedor #header #logo {
	margin-left: 10px;
	width: 100px;
	float: left;
}

#contenedor #header #flash {
	margin-left: 10px;
	float: right;
	width: 799px;
}

#contenedor #menu {
	background-color: #2B2AA9;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #777;
	border-bottom-color: #777;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}
#contenedor #contenido {
	margin-top: 15px;
	padding: 10px;
}
.btn_buscar {
	background-color: #2B2AA9;
	font-weight: bold;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.titulo_principal {
	font-size: 24px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}
#contenedor #contenido #div_mostar_propiedades #post {
	width: 200px;
	margin: 10px;
	border: 1px solid #EEE;
	padding: 10px;
	float: left;
	height: 280px;
}
#contenedor #contenido #div_mostar_propiedades #post #codigo {
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}
#contenedor #contenido #div_mostar_propiedades #post #detalle {
	text-align: justify;
	padding-bottom: 10px;
	vertical-align: bottom;
	height: 60px;
	width: 200px;
	overflow: hidden;
}
#contenedor #contenido #div_mostar_propiedades #post #img img {
	width: 200px;
	height: auto;
}
#contenedor #contenido #div_mostar_propiedades #post #img {
	margin-bottom: 10px;
	height: 150px;
	width: 200px;
	overflow: hidden;
}

#contenedor #contenido #div_mostar_propiedades #post #btn_detalle a {
	display: block;
	background-color: #2B2AA9;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contenedor #contenido #div_mostar_propiedades #post #btn_detalle a:hover {
	display: block;
	background-color: #13134A;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.select_stilo01 {
	font-size: 12px;
	border: 1px solid #BBB;
	width: 200px;
}
.input_chico {
	width: 40px;
	height: 30px;
	border: 1px solid #BBB;
	font-size: 16px;
}
#contenedor #footer {
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #2B2AA9;
	margin-bottom: 20px;
	text-align: center;
	padding: 10px;
}



/* DETALLE */

#contenedor #contenido #div_detalle {
	margin-top: 10px;
}

#detalle_img{
	width: 350px;
	height: 263px;
}

#detalle_img img {
	width: 350px;
	height: 263px;
}

#box_detalle_1{
	float: left;
	width: 360px;	
}	

#box_detalle_2{
	float: left;
	width: 550px;
	font-size: 12px;
}
.mini_cont_img{
	float: left;
	width: 150px;
	height: 130px;
	padding: 3px;
}