/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration:none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
table {
    border-spacing:0;
}
fieldset,img,abbr,acronym {
    border:0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style:normal; */
    /* font-weight:normal; */
}

ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
q:before,q:after {
    content:'';
}
a {
    text-decoration:underline;
    outline:none;
}
hr {
    border:0;
    height:1px;
    background-color:#000;
    color:#000;
}
a img,:link img,:visited img {
    border:none;
}
address {
    font-style:normal;
}


/* Layout ----------------------------------------------------------------- */

body {
    text-align: center;
    background: #fff;
}

#container-inner {
    width: 940px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}


/* Wide-Thin-Thin */

.layout-wtt #alpha {
    width: 560px;
}

.layout-wtt #beta {
    left: 190px;
    width: 190px;
}

.layout-wtt #gamma {
    right: 190px;
    width: 190px;
}


/* Thin-Wide-Thin */

.layout-twt #alpha {
    left: 190px;
    width: 560px;
}

.layout-twt #beta {
    left: -560px;
    width: 190px;
}

.layout-twt #gamma {
    width: 190px;
}


/* Wide-Thin */

.layout-wt #alpha {
    width: 750px;
}

.layout-wt #beta {
    width: 190px;
}


/* Thin-Wide */

.layout-tw #alpha {
    left: 190px;
    width: 750px;
}

.layout-tw #beta {
    left: -750px;
    width: 190px;
}


/* Utilities */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */


/* Content ---------------------------------------------------------------- */

a:link, a:visited {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */

#header-name {
    margin-bottom: .25em;
}

#header-description {
    margin-bottom: 0;
}


/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}

.asset-name {
    margin-bottom: .25em;
}

.asset-footer,
.asset-meta {
    font-size: 11px;
}

.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
}

.asset-footer {
    margin-top: 1.5em;
    padding-top: .5em;
}

.content-nav {
    text-align: center;
}

.entry-tags-header,
.entry-categories-header {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags-list,
.entry-categories-list {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags-list .entry-tag,
.entry-categories-list .entry-category {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}


/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
    margin: 5px 0 20px;
}

.widget-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-list .widget-list {
    margin-left: 15px;
}

.widget-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-cloud .widget-list {
    margin-right: 0;
    margin-left: 0;
}

.widget-cloud .widget-list-item {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-cloud .rank-1  { font-size: 1.75em; }
.widget-cloud .rank-2  { font-size: 1.75em; }
.widget-cloud .rank-3  { font-size: 1.625em; }
.widget-cloud .rank-4  { font-size: 1.5em; }
.widget-cloud .rank-5  { font-size: 1.375em; }
.widget-cloud .rank-6  { font-size: 1.25em; }
.widget-cloud .rank-7  { font-size: 1.125em; }
.widget-cloud .rank-8  { font-size: 1em; }
.widget-cloud .rank-9  { font-size: 0.95em; }
.widget-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-assets .widget-content .widget-list {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search .search-options,
.widget-syndicate .blog-feeds  {
    list-style: none;
    margin: 5px 0;
}





/* CSS Document */

/*general*/
html{
margin:0;
padding:0;
height:100%;
min-height:100%;
}

body{
background-color:#fff;
color:#666358;
font-size:68%;
text-align:left;
margin:0px;
padding:0px;
font-family: "Trebuchet MS", Arial, sans-serif;
height:100%;
min-height:100%;
}

.clearb{
clear:both;
margin:0px;
padding:0px;
font-size:0em;
}

a img{
border:0px;
}

 
.oculta{
display:none;
}

a:link{
color: #83A902;
text-decoration:none;
}
a:visited{
color: #83A902;
text-decoration:none;
}

a:hover{
color: #FF7800;
}

p{
line-height:1.2em;
}


/* posicionamiento*/

#gral_container{
background:#E8E5DC  url(http://www.dailyflatrental.com/support/img/fondo_contenidos.jpg) top left repeat-x;
margin: 0 auto;
padding: 0px;
}

#gral_container_home{
background:#E2DFD4  url(http://www.dailyflatrental.com/support/img/back_home.jpg) top left repeat-x;
margin: 0 auto;
padding: 0px;
}

#header_d{
position: relative;
top:0px;
height:143px;
width:830px;
margin: 0 auto;
}


#header_d h1{
position: absolute;
width:450px;
top: 43px;
left: 345px;
margin:0px;
padding:0px;
font-size: 18px;
font-weight:bold;
font-style:italic;
color: #71A4CC;
}


#header_d .logo{
position: absolute;
top: 23px;
left: 20px;
}


#header_d #navlist_d{
position:absolute;
top: 113px;
right:2px;
margin:0px;
padding:0px;
list-style: none;
background:url(http://www.dailyflatrental.com/support/img/separador_menu_n.jpg) top right no-repeat;

}

#header_d #navlist_d li{
position: relative;
float:left;
height: 30px;
margin:0px;
padding:0px;
padding-top: 5px;
background:  url(http://www.dailyflatrental.com/support/img/separador_menu_n.jpg) top left no-repeat;
}
#header_d #navlist_d li a{
padding-left: 20px;
padding-right: 20px;
font-weight: bold;
font-size: 14px;
color:#FFFFFF;
padding-top:5px;
padding-bottom: 13px;
}

#header_d #navlist_d li a:hover{
background: url(http://www.dailyflatrental.com/support/img/separador_menu_over.jpg) no-repeat;
background-position: 0 0 2em 0;

}

#header_d #navlist_d li .active{
background: url(http://www.dailyflatrental.com/support/img/separador_menu_over.jpg) no-repeat;
background-position: 0 0 2em 0;
}

#header_d #idioma{
position:absolute;
top: 4px;
right:0px;
margin:0px;
padding:0px;
list-style: none;
background: url(http://www.dailyflatrental.com/support/img/tit_idioma.gif) no-repeat;
background-position: 5em .5em;
width: 300px;
}

#header_d #idioma li{
position:relative;
float:right;
top: 0px;
right:0px;
margin:0px;
padding:0px;
list-style: none;
}


#header_d #idioma li a{
margin:0px;
padding:0px;
padding-left: 20px;
padding-right: 15px;
font-size: 10px;
color:#FFFFFF;
padding-bottom: 5px;
}

#header_d #idioma li a:hover{
color: #E4FF02;
}

#header_d #idioma .active a{
color: #E4FF02;
}

#header_d #idioma li .spanish{
background: url(http://www.dailyflatrental.com/support/img/ico_spanish.gif) no-repeat;
background-position: 0 0.2em;
}
#header_d #idioma li .english{
background: url(http://www.dailyflatrental.com/support/img/ico_english.gif) no-repeat;
background-position: 0 0.2em;
}

#header_d #idioma li .french{
background: url(http://www.dailyflatrental.com/support/img/ico_french.gif) no-repeat;
background-position: 0 0.2em;
}



/*area contenidos*/
#container{
position:relative;
background:#F9F8F7  url(http://www.dailyflatrental.com/support/img/tile_backgroud_cont.jpg) top left repeat-y;
width: 861px;
margin: 0 auto;
padding: 0px;
}

#gral_container_home #container{
position:relative;
background:#F9F8F7 url(http://www.dailyflatrental.com/support/img/tile_home.jpg) top left repeat-y;
width: 861px;
margin: 0 auto;
padding: 0px;
}

#contenidos{
position:relative;
background: url(http://www.dailyflatrental.com/support/img/backcontenidos.jpg) top left no-repeat;
width: 861px;
margin: 0 auto;
padding: 0px;
clear:both;
font-size:1.2em;
}

#gral_container_home #contenidos{
position:relative;
background:  url(http://www.dailyflatrental.com/support/img/back_cont_home_.jpg) top left no-repeat;
width: 861px;
margin: 0 auto;
padding: 0px;
clear:both;
}

/*cabecera contenidos y tiulo de pagina*/
#contenidos h2{
position:relative;
top: 26px;
left:45px;
margin:0px;
padding:0px;
font-size: 1.7em;
color:#6F9EC5;
font-stretch:extra-expanded;
font-weight:normal;
}

#contenidos #submenu{
position:absolute;

top: 32px;
right:20px;
margin:0px;
padding:0px;
list-style: none;
}

#contenidos #submenu li{
position:relative;
float:left;
margin:0px;
padding:0px;
list-style: none;
}

#contenidos #submenu li a{
padding-left: 8px;
padding-right:8px;
font-weight: bold;
font-size: 1.2em;
}


/*columnas*/

#contenidos #col_left{
position:relative;
float:left;
width: 507px;
top: 60px;
left: 45px;
padding-bottom: 100px;
background: url(http://www.dailyflatrental.com/support/img/dotted.gif) top right repeat-y;

}

div.asset-footer{
position:relative;
margin:0px;
padding:0px;
margin-right:18px;
padding-bottom:5px;
padding-top:2px;
background: url(http://www.dailyflatrental.com/support/img/dotted.gif) top right repeat-x;
}



#contenidos #col_right{
position:relative;
float:right;
width: 252px;
top: 60px;
right: 40px;
padding-bottom: 100px;

}

#gral_container_home #col_left{
position:relative;
float:left;
width: 252px;
top: 15px;
left: 45px;
padding-bottom: 100px;
background: url(http://www.dailyflatrental.com/support/img/dotted.gif) top right repeat-y;

}

#gral_container_home #col_right{
position:relative;
float:right;
width: 507px;

top: 15px;
right: 40px;
padding-bottom: 100px;

}


/*columna izquierda, descripción del apartamento*/
.foto{
padding: 3px;
border: solid 1px #B7B4A5;
background:#FFFFFF;
margin-right: 5px;
margin-bottom: 3px;

}

#col_left .media{
position:relative;
list-style-type:none;
padding:0px;
margin:0px;
font-size:.8em;
}

#col_left .media li{
position:relative;
float:left;
height:30px;
}



#col_left h3{
position:relative;
color: #4586B4;
font-size:14px;
margin:0px;
margin-top: 0px;
margin-bottom: 4px;
padding-bottom: 3px;
border-bottom: solid 1px #CECBBF;
margin-right: 18px;
clear: both;
}
#col_left .asset-header h3.asset-name a{
color:#FD8402;
font-size:14px;
margin:0px;
padding:0px;
clear: both;
}

#col_left .asset-header h3.asset-name{
margin:0px;
padding:0px;
clear: both;
margin-right:18px;
}


#col_left p{
margin-right:18px;
text-align:justify;

}

#col_left .asset-body{
padding-right:18px;
text-align:justify;
line-height:1.2em;
}

#servicios{
position:relative;
list-style-type:none;
width: 493px;
margin:0px;
padding:0px;
margin-bottom:12px;
padding-bottom: 20px;
}

#servicios li{
position:relative;
width: 140px;
float: left;
background:url(http://www.dailyflatrental.com/support/img/bullet-tic.gif) no-repeat;
background-position: 0 .3em;
padding-left: 18px;
margin:0px;
line-height: 1.8em;
color: #4586B4;
font-weight:bold;
}

#condiciones {
position:relative;
list-style-type:none;
padding:0px;
padding-top: 20px;
background:#EEEDE7 url(http://www.dailyflatrental.com/support/img/corner_f_large_top.gif) no-repeat;
background-color:#EEEDE7;
background-position: 0 0;
margin:0px;
width: 490px;
}

#condiciones li {
position:relative;
margin:0px;
padding:0px;
list-style-type:none;
width: 320px;
}

#condiciones .prim {
width: 150px;
float:left;
padding-left:15px;
font-weight:bold;
}

.cierre {
clear:both;
width: 490px;
background:url(http://www.dailyflatrental.com/support/img/corner_f_large_bottom.gif) no-repeat;
background-position:0 0;
height:10px;
margin:0px;
padding:0px;
padding-bottom:20px;
}

.descargarpdf{
clear:both;
text-align:center;
margin-top: 40px;
background:url(http://www.dailyflatrental.com/support/img/ico_pdf.gif) no-repeat;
background-position: 0 0;
padding-left: 20px;
padding-bottom: 10px;

}



/*columna derecha*/
#col_right h3{
position:relative;
color: #4586B4;
font-size:14px;
margin:0px;
margin-top: 0px;
margin-bottom: 10px;
padding-bottom: 3px;
clear: both;
background:url(http://www.dailyflatrental.com/support/img/dotted.gif) bottom left repeat-x;
}
#box_reserv{
position:relative;
width:248px;
background:#D8D4C5  url(http://www.dailyflatrental.com/support/img/reserva-bot.jpg) bottom left no-repeat;
margin:0px;
padding:0px;
padding-bottom:5px;
}
#col_right #box_reserv h4{
position:relative;
color: #78735F;
font-size:12px;
margin:0px;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 7px;
padding-bottom: 5px;
padding-left: 15px;
font-size: 12px;
font-weight:bold;
clear: both;
background: url(http://www.dailyflatrental.com/support/img/reserva-top.jpg) top left no-repeat;
}

/*formulario de reserva*/

#box_reserv form, #box_reserv fieldset{
margin:0px;
padding:0px;
border:none;
clear:both;
}
#box_reserv ul, #box_reserv ul li{
margin:0px;
padding:0px;
list-style-type:none;
border:none;
}
#box_reserv ul{
padding-left:15px;
padding-right: 10px;
color:#666666;
height: 100px;

}
#box_reserv ul li{
position:relative;
float: left;
margin-bottom:5px;

}
#box_reserv ul .tit{
width: 75px;

}



#box_reserv  a.boton1 {
position:relative;
display:block;
padding-bottom:10px;
padding-top: 7px;
padding-left: 15px;
background:url(http://www.dailyflatrental.com/support/img/butom_calculeprecio.jpg) no-repeat;
background-position: 0 0;
text-transform:uppercase;
color:#FFFFFF;
font-size: 11px;
font-weight:bold;
margin-left:40px;
clear:both;
margin-bottom: 3px;
}
#box_reserv  a.boton2 {
position:relative;
display:block;
padding-bottom:10px;
padding-top: 7px;
padding-left: 15px;
background: url(http://www.dailyflatrental.com/support/img/button-reserve.jpg) no-repeat;
background-position: 0 0;
text-transform:uppercase;
color:#FFFFFF;
font-size: 11px;
font-weight:bold;
margin-left:40px;
clear:both;
margin-bottom:10px;
}





#box_reserv ul li select {
border: solid 1px #666;
height: 20px;
padding:1px;
font-size:11px;
color:#666666;

}


/*como funicona*/


#col_right #instrucciones2{
position:relative;
margin:0px;
padding:0px;
padding-bottom: 5px;
list-style: none;

}
#col_right #instrucciones2 li{
position:relative;
list-style-type: none;
margin:0px;
padding:0px;
margin-bottom: 10px;
padding-left: 20px;
text-align: justify;
background: url(http://www.dailyflatrental.com/support/img/bullet-tic_large.gif);
background-repeat: no-repeat;
background-position: 0 0em;
font-size: 1.2em;
color: #8E836C;
line-height: 1.2em;
}




#col_right #instrucciones2 li strong{
color:#6F9EC5;
}


#col_right #instrucciones3{
position:relative;
margin:0px;
padding:0px;
padding-bottom: 5px;
list-style: none;

}
#col_right #instrucciones3 li{
position:relative;
list-style-type: none;
margin:0px;
padding:0px;
margin-bottom: 10px;
padding-left: 20px;
text-align: justify;
background: url(http://www.dailyflatrental.com/support/img/bullet-tic_large.gif);
background-repeat: no-repeat;
background-position: 0 0em;
font-size: 1.2em;
color: #8E836C;
line-height: 1.2em;
}


#col_right_reserv #instrucciones2{
position:relative;
margin:0px;
padding:0px;
padding-bottom: 5px;
list-style: none;
padding-right: 20px;
padding-top: 30px;

}
#col_right_reserv #instrucciones2 li{
position:relative;
list-style-type: none;
margin:0px;
padding:0px;
margin-bottom: 20px;
padding-left: 20px;
text-align: justify;
background: url(http://www.dailyflatrental.com/support/img/bullet-tic_large.gif);
background-repeat: no-repeat;
background-position: 0 0em;
font-size: 1.2em;
color: #8E836C;
line-height: 1.2em;
}

#col_right_reserv #instrucciones2 li strong{
color:#6F9EC5;
}

.list1{
position:relative;
margin:0px;
padding:0px;
padding-bottom: 5px;
list-style: none;

}
.list1 li{
position:relative;
list-style-type: none;
margin:0px;
padding:0px;
margin-bottom: 10px;
padding-left: 20px;
text-align: justify;
background: url(http://www.dailyflatrental.com/support/img/bullet-tic_large.gif);
background-repeat: no-repeat;
background-position: 0 0em;
font-size: 1.1em;
color: #8E836C;
line-height: 1.2em;
}

/* contanto apartament*/

#contacto{
position:relative;
width:250px;
height: 326px;
margin:0px;
padding:0px;
background: url(http://www.dailyflatrental.com/support/img/contacto_bot.gif) top left no-repeat;
}
#contacto form, #contacto fieldset{
margin:0px;
padding:0px;
border:none;
}
#contacto h4{
margin:0px;
margin: 10px;
font-size: 12px;
color: #78735F;
background: url(http://www.dailyflatrental.com/support/img/dotted.gif) bottom left repeat-x;
padding-bottom: 3px;
line-height: 1em;
padding-top: 5px;
}

#contacto p{
margin:0px;
margin-left: 10px;
margin-right: 10px;
font-size: 10px;
color: #78735F;
}

#contacto ul{
margin:0px;
padding:0px;
list-style-type:none;
padding-left: 40px;
padding-bottom: 10px;
}
#contacto ul li{
margin:0px;
padding:0px;
font-weight:bold;
font-size:11px;
}
#contacto ul .tit{
margin-top:5px;
}
#contacto #comments{
width:160px;
border: solid 1px #D8D4C5;
background: url(http://www.dailyflatrental.com/support/img/fondo_coments.gif) top left repeat-x;
}

#contacto input{
width:160px;
border: solid 1px #D8D4C5;
background: url(http://www.dailyflatrental.com/support/img/fondo_input.gif) top left repeat-x;  
}
#contacto a.boton1 {
position:relative;
display:block;
padding-bottom:10px;
padding-top: 7px;
padding-left: 15px;
background: url(http://www.dailyflatrental.com/support/img/button_enviar.jpg) no-repeat;
background-position: 0 0;
text-transform:uppercase;
color:#FFFFFF;
font-size: 11px;
font-weight:bold;
margin-left:38px;
clear:both;
margin-bottom: 3px;
}

/* resumen de cuentas*/

#box_resumen{
position:relative;
width:249px;
background:#F1EFE9 url(http://www.dailyflatrental.com/support/img/resumen_bottom.gif) bottom left no-repeat;
margin:0px;
padding:0px;
padding-bottom:5px;
font-size: 1.1em;
text-align:left;
margin-bottom:10px;
}
#col_right #box_resumen h4{
position:relative;
color: #78735F;
font-size:12px;
margin:0px;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 7px;
padding-bottom: 5px;
padding-left: 15px;
font-size: 12px;
font-weight:bold;
clear: both;
background: url(http://www.dailyflatrental.com/support/img/resumen_rop.gif) top left no-repeat;
}

#col_right_reserv #box_resumen h4{
position:relative;
color: #78735F;
font-size:12px;
margin:0px;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 7px;
padding-bottom: 5px;
padding-left: 15px;
font-size: 12px;
font-weight:bold;
clear: both;
background: url(http://www.dailyflatrental.com/support/img/resumen_rop.gif) top left no-repeat;
}

#box_resumen .resumen1{
position:relative;
margin:0px;
padding:0px;
padding-left: 15px;
padding-bottom: 10px;
list-style-type:none;
clear:both;

}

#box_resumen .resumen1 li{
position:relative;
float:left;
margin:0px;
padding:0px;
font-weight:bold;
width: 150px;
padding-bottom: 5px;
}
#box_resumen .resumen1 .tit{
width: 70px;
font-weight:normal;
}

#resumen2{
position:relative;
margin:0px;
padding:0px;
list-style:none;
background: url(http://www.dailyflatrental.com/support/img/dotted.gif) top left repeat-x;
padding-top:5px;
clear:both;
width: 250px;

}

#resumen2 li{
position:relative;
float:left;
margin:0px;
padding:0px;
font-weight:bold;
font-size: 12px;

height: 20px;

}
#resumen2 .titulo{

width: 113px;
padding-left:15px;
}

#resumen2 .error{

width: 213px;
padding-left:15px;
color: #A63402;
padding-bottom: 3px;
padding-top: 3px;

}

#resume .error{

color: #A63402;
padding-bottom: 3px;
padding-top: 3px;


}



















#gral_container_home #contenidos #col_left h2{
margin:0px;
padding:0px;
top: 0px;
left: 0px;
line-height: 1.2em;
font-size: 1.2em;
padding-right: 15px;
color:#FD8402;

}
.intro{
font-size: 1.1em;
font-weight:bold;
color:#6F9EC5;
padding-top: 2px;

}

#gral_container_home #col_left #instrucciones{
margin:0px;
padding:0px;
padding-right: 20px;

}
#gral_container_home #col_left #instrucciones li{
margin:0px;
padding:0px;
margin-bottom: 10px;
text-align: justify;
list-style:inside;
list-style-type: decimal;
font-size: 1em;
color: #8E836C;
line-height: 1.1em;
}

#gral_container_home #col_left #instrucciones li strong{
color:#6F9EC5;
}

#col_right #instrucciones{
margin:0px;
padding:0px;
padding-right: 20px;

}
#col_right #instrucciones li{
margin:0px;
padding:0px;
margin-bottom: 10px;
text-align: justify;
list-style:inside;
list-style-type: decimal;
font-size: 1em;
color: #8E836C;
line-height: 1.1em;
font-size: 1.2em;
}

#col_right #instrucciones li strong{
color:#6F9EC5;
}
.apartamento{
position:relative;
padding-bottom: 5px;
margin-bottom: 30px;
border-bottom: solid 2px  #EFE7DC;
}
.apartamento .foto{
position:relative;
float:left;
margin-right: 10px;
margin-bottom:0px;
}

#contenidos #col_right h2, #contenidos #col_left .apartamento  h2{
position:relative;
margin:0px;
padding:0px;
top: 0px;
left: 0px;
font-size: 16px;
font-weight: bold;
background: url(http://www.dailyflatrental.com/support/img/dotted.gif) bottom left repeat-x;
margin-bottom: 8px;
}
#contenidos .apartamento h2 img{
position:relative;
float: right;
top: -24px;
}
#contenidos .apartamento p{
margin:0px;
padding:0px;
padding-bottom: 10px;
font-size: 1.2em;
text-align:justify;
}

#contenidos .serv_apart{
position:relative;
width: 240px;
float:left;
margin:0px;
padding:0px;
list-style-type:none;
}

#contenidos .serv_apart li{
margin:0px;
padding:0px;
background: url(http://www.dailyflatrental.com/support/img/bullet-tic_large.gif);
background-repeat: no-repeat;
padding-left: 20px;
color: #4A88B7;
font-weight:bold;
line-height: 1.5em;
font-size: 1.2em;
}


#gral_container_home #contenidos #col_right  h2 span{
color: #FD8402;
}

#containerblog{
position:relative;
margin-top: 15px;
}

#containerblog h3{
font-size: 1.2em;
margin-top: 15px;
}
#containerblog h3 span{
position:absolute;
right: 0px;
color: #FD8402;
font-weight: normal;
margin-bottom: 0px;
}



#containerblog p{
margin:0px;
padding: 0px;
padding-bottom: 5px;
font-size: 1.2em;
}
#containerblog .footer_post{
margin:0px;
padding: 0px;
padding-top: 3px;
background: url(http://www.dailyflatrental.com/support/img/dotted.gif) top left repeat-x;
color: #FD8402;
}


#contenidos #col_left .apartamento{
font-size: .8em;
margin-right: 10px;

}

#contenidos #col_right .tit_right{
padding-top: 21px;
padding-bottom: 6px;

}
#contenidos #col_right .tit_right_flat{
padding-top: 0px;
padding-bottom: 6px;
position:relative;
top: -2px;

}
#contenidos #col_right .terminos{
font-size: 1.2em;


}

#col_right .tit_temr{
font-size: 1.3em;
color:#FD8402;
margin-top: 0px;
margin-bottom: 0px;
padding:0px;

}

.img_left{
float:left;
}

.img_right{
float:right;
margin-right: 5px;
margin-left: 20px;
}


.confirmacion{
font-size: 1.2em;

}
#footer{
position:relative;
top:0px;
margin: 0 auto;
background:  url(http://www.dailyflatrental.com/support/img/fondo_footer.jpg) top left repeat-x;
text-align:center;
margin:0px;
padding:0px;
height: 100px;
border-top: solid 1px #FFFFFF;

}


#footer p{
position:relative;
top: 20px;
color:#6E6D6D;
}

#footer p a{
text-decoration:underline;
}


#map
{
width:490px;
height:300px;
margin:10px 0;
}

#videoplayer{
display:none;
text-align:center;
background:none;
border: none;
}

/*pagina formulario reserva*/
#contenidos #col_left_reserv{
position:relative;
float:left;
width: 507px;
top: 60px;
left: 45px;
padding-bottom: 100px;

}

#contenidos #col_right_reserv{
position:relative;
float:right;
width: 252px;
top: 60px;
right: 40px;
padding-bottom: 100px;

}

#col_left_reserv h3{
position:relative;
color: #4586B4;
font-size:14px;
margin:0px;
margin-top: 0px;
margin-bottom: 10px;
padding-bottom: 5px;
border-bottom: solid 1px #CECBBF;
margin-right: 18px;
clear: both;
}
#col_right_reserv h3{
position:relative;
color: #4586B4;
font-size:14px;
margin:0px;
margin-top: 0px;
margin-bottom: 10px;
padding-bottom: 5px;
border-bottom: solid 1px #CECBBF;
margin-right: 18px;
clear: both;
}


