/* Begin Typography & Colors */
body{
	font-size:62.5%;/* Resets 1em to 10px */
	font-family:'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background:#FFF  url('images/bg.jpg') repeat-x;
	text-align:center;
}
#content .entry, .widecolumn .entry{
	line-height:1.4em;
}
#content .postmetadata{
	text-align:center;
}
#content{
	position:relative;
	float:left;
	padding:0 0px 24px 24px;
	margin:0px 0px 0;
	width:706px;
	font-size:1.2em;
	background:url('images/fondo_ventana.jpg');
}

#content .postmetadata{
	padding-top:5px;
}
	

#principal{ 
	float:left;
	width:610px;
	padding-left:16px;
}
#headerimg_menu{
	position:absolute;
	bottom:0px;
	right:0px;
	width:540px;
	height:38px;
}
#headerimg_menu div{
	background:#38c url('images/menu.gif');
	width:112px;
	height:19px;
	float:left;
	margin-right:16px;
	text-align:center;
	vertical-align:bottom;
	color:#FFF;
	font-size:13px;
	font-weight:bolder;
	padding-top:3px;
}

#headerimg_menu div:hover{
	background:#996655 url('images/menu.gif');
	cursor:pointer;
}

div#logo_inicio{
	position:absolute;
	/*border:1px solid #0f0;*/
	top:30px;
	left:40px;
	width:200px;
	height:100px;
}
div:hover#logo_inicio{
	cursor:pointer;
}
div#logo_inicio{
	display:block;
	margin:0;
	padding:0;
	width:200px;
	height:100px;
}
#footer{
	border:none;
}

small{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:0.9em;
	fne-height:1.5em;
}

h1, h2, h3{
	font-family:'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight:bold;
}

h1{
	font-size:4em;
	text-align:center;
}

#headerimg .description{
	font-size:1.2em;
	text-align:center;
}

h2{
	font-size:1.4em;
}

h2.pagetitle{
	font-size:1.6em;
}

h3{
	font-size:1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description{
	text-decoration:none;
	color:white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited{
	color:#333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite{
	text-decoration:none;
}

small,.nocomments, .postmetadata, blockquote, strike{
	color:#777;
}

code{
	font:1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size:0.9em;
	letter-spacing:.07em;
}

a, h2 a:hover, h3 a:hover{
	color:#06c;
	text-decoration:none;
}

a:hover{
	color:#147;
	text-decoration:underline;
}

#wp-calendar #prev a, #wp-calendar #next a{
	font-size:9pt;
}

#wp-calendar a{
	text-decoration:none;
}

#wp-calendar caption{
	font:bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:center;
}

#wp-calendar th{
	font-style:normal;
	text-transform:capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
body{
	margin:0px;
	padding:0px;
}

#page{
	margin:0 auto 0 auto;
	padding:0;
	width:730px;
	border:1px solid #959596;
	text-align:left;
}

#header{
	margin:0;
	padding:0;
	padding-top:24px;
	height:180px;
	width:730px;
	background:#FFF url('images/fondo_ventana.jpg');	
}

#headerimg{
	background:url('images/cabecera.jpg') no-repeat top center;
	height:182px;
	position:relative;
}

#footer{
	padding:0px 0px 24px 0px;
	margin:0px 0px 0px 0px;
	border:0;
	width:730px;
	height:164px;
	clear:both;
	background:url('images/fondo_ventana.jpg');
	text-align:center;
}

#footer #pie{
	padding:24px 0px 0px 0px;
	background:url('images/pie.jpg') no-repeat top;
	vertical-align:middle;
	height:140px;
}
#footer p{
	text-align:center;
	margin:0px 0px 0px 0px;
}
#footer h4{
	margin:2px 0px 18px 0px;
	font-size:16px;
	/*color:#38c;*/
}

#footer .ensamble{
	color:#FFF;
}
#footer .ensamble:hover{
	color:#CCC;
	text-decoration:none;
}
/* End Structure */



/*	Begin Headers */
h1{
	padding-top:0px;
	margin:0;
}

h2{
	margin:4px 0px 12px 0px;
}

h2.pagetitle{
	margin-top:0px;
	text-align:center;
}

h3	{
	padding:0;
	margin:15px 0 0;
}

h3.comments{
	padding:0;
	margin:40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img{
	padding:0;
	max-width:100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img.alignright{
	padding:4px;
	margin:0 0 2px 7px;
	display:inline;
}

img.alignleft{
	padding:4px;
	margin:0 7px 2px 0;
	display:inline;
}

.alignright{
	float:right;
}

.alignleft{
	float:left
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */





/* Begin Form Elements */
#searchform{
	margin:10px auto;
	padding:5px 3px;
	text-align:center;
}

.entry form{ /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select{
	width:130px;
}

#commentform input{
	width:170px;
	padding:2px;
	margin:5px 5px 1px 0;
}

#commentform textarea{
	width:100%;
	padding:2px;
}

#commentform #submit{
	margin:0;
	float:right;
}
/* End Form Elements */





/* Begin Calendar */
#wp-calendar{
	empty-cells:show;
	margin:10px auto 0;
	width:155px;
}

#wp-calendar #next a{
	padding-right:10px;
	text-align:right;
}

#wp-calendar #prev a{
	padding-left:10px;
	text-align:left;
}

#wp-calendar a{
	display:block;
}

#wp-calendar caption{
	text-align:center;
	width:100%;
}

#wp-calendar td{
	padding:3px 0;
	text-align:center;
}

#wp-calendar td.pad:hover{ /* Doesn't work in IE */
	 }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps{
	cursor:help;
}

acronym, abbr{
	border-bottom:1px dashed #999;
}

blockquote{
	margin:15px 30px 0 10px;
	padding-left:20px;
	border-left:5px solid #ddd;
}

blockquote cite{
	margin:5px 0 0;
	display:block;
}

.center{
	text-align:center;
}

hr{
	display:none;
}

a img{
	border:none;
}


.navigation { display:none }
/* End Various Tags & Classes*/


	
.alt{
	background-color:#f8f8f8;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}


/* End Comments */



.entry p a:visited{
	color:#b85b5a;
}


.post{
	margin:0 0 40px;
	text-align:justify;
}

.post hr{
	display:block;
}

.postmetadata{
	clear:left;
}

.gallery{
	margin:auto;
}
.gallery-item{
	float:left;
	margin-top:0px;
	text-align:center;
	margin-left:10px;
}
.gallery img{
	border:2px solid #cfcfcf;
}
.gallery-caption{
	margin-left:0;
}

small{
	clear: left;
}


ul, ul li{
	padding:0;
	margin:0;
}

#editar{
	position:fixed;
	top:0;
	right:0;
}

.cortaFlujo {
	clear: both;
}

ul {float:left; }

#imagenes_galeria{ float:left; } 

.gallery-item { width: 70px; } 

.post #detalles {
	width: 290px;
	float: right; 
	border-top:1px #999 solid; 
	border-bottom:1px #999 solid;
} 
.post #detalles ul{
	margin-left:12px;
}
img { float:left; margin: 2px; } 



/* Template de pagina a dos columnas */


.separador_vertical{
	float:left;
	width:1px;
	margin:0px 10px 0px 10px;
	background-color:#ddd;
}
.destacadas h3{
	padding:12px 8px 0px 8px;
	margin:0;
	color:#fff;
	background-color:#38C;
}
.destacadas ul{
	clear:both;
	float:none;
}
.destacadas .propiedad{
	clear:both;
	position:relative;
	background-color:#fff;
	width:290px;
	border-top:1px #999 solid;
	border-bottom:1px #999 solid;
	margin:6px 0px 6px 0px;
}
.destacadas .propiedad a{
	line-height:100%;
	margin:0;
	padding:0;
}
.destacadas .propiedad img,.destacadas .propiedad .foto{
	float:left;
	width:120px;
	height:90px;
	background-color:#999;
	margin:0;
	padding:0;
}
.destacadas .propiedad .datos, .destacadas .propiedad #detalles{
	float:left;
	width:140px;
	min-height:90px;
	background-color:#fff;
	margin:0px 0px 0px 6px;
}
.destacadas .propiedad .datos h4, .destacadas .propiedad h2{
	text-align:left;
	margin:0px 0px 1px 0px;
	padding:0;
	font-size:1em;
	cursor: pointer;
	color:#06c;
}
.destacadas .propiedad .datos p, .destacadas .propiedad #detalles p {
	margin:0px;
	/*
	habria que achicar un poco el tamano de la letra
	*/
}
.destacadas .propiedad .datos ul, .destacadas .propiedad #detalles ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.destacadas .propiedad .datos ul li, .destacadas .propiedad #detalles ul li {
	margin:0px;
	padding:0px;
	list-style-type:none;
	color:#000;
	font-size:0.8em;
}
.columna {
	width:290px;
	float: left;
}

#contacto{
	width:55px;
	float:left; 
}
#contacto #icono{
	width:46px;
	height:52px;
	background:url(images/contacto.gif) no-repeat;
}
#contacto #icono:hover{
	/*background:url(images/contacto_hover.gif) no-repeat;*/
}

form p {margin:0;padding:0;text-align:left;  padding-top:6px; } 

form input, form textarea {margin:0;padding:0;width: 250px; }

.pie_blanco {
	position: relative;
	height:96px;
}



