/*  
Theme Name: 10rent
*/


/* Begin Typography & Colors */

.post p.sep ,.post-page p.sep{
    padding: 2ex 0 0 0;
    margin: 0 0 0 0;
    clear: both;
}

div.apartamentos-thumb{
    float:left;
}
div.thumbs {
    margin-bottom: 1ex;
}

div.thumbs img {
    border: 1px solid black;
    padding: 1px;
    margin-right: 1em;
    margin-bottom: 1ex;
    
}

div.apartamentos-thumb img {
    padding: 4px;
    margin-right: 1em;
    margin-bottom: 1ex;
    border: 1px solid black;
}
.detalles {
    float: left;
    border: 1px solid #dddddd;
    margin-right: 1em;
    margin-bottom: 1ex;
    background-color: #FFF0E5;
}

.detalles td {
    font-size: .9em;
    text-align: left;
    padding-top: 1ex;
    padding-bottom: .4ex;
    background: url(images/dots.gif) bottom no-repeat;
}
.detalles td span {
    padding: 0 .7em .2ex .7em;
    font-weight: bold;
}
.llamada-precio {
    padding-left: .7em;
}

.detalles td.links {
    background: none;
    text-align: right;
    padding-bottom: 1ex;
}
.detalles td.links div {
    padding-top: 1ex;    
    padding-right: 1em;
    padding-left: 2em;
}
.post p {
    margin: 0;
    padding-top: 1ex;
}
.post-page p {
    padding: 0 0 1ex 0;
    margin: 0;
}

.postmetadata {
	text-align: center;
}

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

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
h2 {
    margin: 0;
    padding: 0;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}
h4 {
    text-align: left;
    font-size: 1.1em;
    font-weight: bold;
}

p.destacado {
    margin-top: 0;
    padding-top: 0;
    font-size: 125%;
}
p.dest-titulo {
    margin-bottom: 0;
    padding-bottom: 0;
}
    

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

	
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 {
	text-decoration: underline;
	}

a:hover {
	color: #147;
	text-decoration: none;
	}
	
/* End Typography & Colors */



/* Begin Structure */
	
#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

/* End Structure */



/*	Begin Headers */

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

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

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



/* Begin Images */
p img {
	padding: 0;
}

/*	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 */
.post,.post-page {
    text-align: left;
}

.post-page ol li {
    margin-top: .5ex;
}

h5 {
    color: gray;
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}   
.post ul {
    text-align: justify;
    list-style: none;
	padding-left: 10px;
    font-weight: bold;
    margin: 0 0 0 1em;
    padding: 1ex 0 0 0;
} 

.post ul li {
    background: url(images/bullet.gif) 0 .5ex no-repeat;
    margin-top: .5ex;
    padding-left: 2em;
}

ul.error {
    color: red;
    font-weight: bold;
    list-style-position: inside;
}
ul.error li {
}
    

/* End Entry Lists */



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

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.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 Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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 */
	background-color: #fff; }
/* 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;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px; 
/*	margin-bottom: 60px;*/
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

/* Reservas - Busqueda */

select#huespedes,input#huespedes {
    width: 3em;
}
form input {
    margin: 0;
    padding: 0;
}

table#reserva-confirmacion {
    background-color: #FFF0E5;
    border-top: 1px solid #D2C3B7;
    border-bottom: 1px solid #D2C3B7;
}
table#reserva-confirmacion td {
    padding-left: .5em;
    padding-right: .5em;
}

table#reserva-confirmacion tr.referencia td{
    border-top: 1px solid white;
    background-color: #D2C3B7;
}

table#reserva-confirmacion tr.ultimo td{
    border-bottom: 1px solid white;
}
    
table#reserva-confirmacion td, table#tabla-reserva td,.formulario td {
    padding-top: .2ex;
    padding-bottom: .2ex;
}
table#reserva-confirmacion tr.sep td, table#tabla-reserva tr.sep td, tr.sep td {
    padding-top: 2ex;
}
tr.precio td{
    font-weight: bold;
}

ol#guia-reservas {
    list-style-type: none;
}
ol#guia-reservas li {
    font-weight: bold;
    background: #eee no-repeat;
    padding-left: 35px;
    padding-top: 3px;
    padding-bottom: 4px;
    margin-bottom: .7ex;
}
ol#guia-reservas li.step1 {
    background-image: url(images/step1.gif);
}
ol#guia-reservas li.step2 {
    background-image: url(images/step2.gif);
}
ol#guia-reservas li.step3 {
    background-image: url(images/step3.gif);
}
ol#guia-reservas li.step4 {
    background-image: url(images/step4.gif);
}
div#mapa {
	margin-top: 2ex;
	height: 400px;
}