﻿/*
============================================================================
 Hoteles RH : CONTENIDO LATERAL BOXES
============================================================================
*/
#leftHotels .link-left-hotels
{
    background:#F9F9F9 url(../../imgLib/destinations/bg-knows.jpg) repeat-x left top;
    padding-left:20px;
}
#leftHotels .link-left-hotels p.knows-hotel-link
{
    display:block;
    color:#666;
    font-size:11px;
    text-decoration:none;
    background:transparent url(../../imgLib/destinations/ico-triangle.gif) no-repeat left 18px;
    padding-left:20px;
    padding-top:15px;
    padding-bottom:10px;
}
.content-hotel-box
{
    clear:both;
    margin-bottom:40px;
    overflow:auto;
}
.footer-hotel-box
{
    background:transparent url(../../imgLib/destinations/bg-footer-hotel-box-comun.jpg) no-repeat left bottom;
    padding-bottom:4px;
}
.hotel-box
{
    margin-top:20px;
    background:#FFF url(../../imgLib/destinations/bg-hotel-box.jpg) repeat-x left top;
    width:250px;
    border:1px solid #E1E1E1;
    font-family:Arial, Sans-Serif, Times New Roman;
}
.hotel-box .link-hotel
{
    display:block;
    text-align:center;
    height:40px;
    padding:15px 0px 0px 0px;
}
.hotel-box ul
{
    overflow:auto;
}
.hotel-box ul li 
{
    float:left;
    width:82px;
    padding:0px;
    margin:1px 0px 1px 1px;
}
.hotel-box ul li a
{
    display:block;
    height:26px;
    font-size:12px;
    text-indent:-1000em;
    overflow:hidden;
    padding-bottom:2px;
}
.hotel-box li.link-info
{
    background:#DBF9FD url(../../imgLib/destinations/ico-info-comun.gif) no-repeat center 10px;
}
.hotel-box li.link-availability
{
    background:#FDEDEA url(../../imgLib/destinations/ico-disponibilidad-comun.gif) no-repeat center 10px;
}
.hotel-box li.link-comment-client
{
    background:#FBF0DB url(../../imgLib/destinations/ico-comentarios-comun.gif) no-repeat center 10px;
}

