/*

Designed and Coded By: Agustin Ibaņez
Date: 10/10/2008

PRIMARY COLORS:

gray: #999999;
red: #cc0000;
black: #000000;
silver: #999999;

*/

.divPrincipalHoteles
{
    width:760px;
    float:left;
    margin-top:.25em;
    margin-bottom:.25em;
    border: solid 1px white;
}

.FranjaSup
{
    width:758px;
    height:35px;
    background-color: #cc0000;
}

.rotulo
{
    float:left;
    font-size:large;
    font-weight:bolder;
    text-align:left;
    letter-spacing:5px;
}

.rotuloPeq
{
    font-size:x-small;
    font-weight:bolder;
    letter-spacing:5px;
}

.selectorHotel
{
    float:right;
    vertical-align:middle;
    padding-top:5px;
    padding-right:5px;
}

.menuHotel
{
    color:Black;
    padding:0px;
    display: inline-block;
    width:200px;
    white-space:nowrap;
}

.menuHotel > ul li
{
    background:#999999;
	text-align:center;
	font-size:10px;
	height:14px;
	line-height:10px;
	min-height:1em;
    list-style-type: none;
}

.menuHotel > ul li a
{
    color:Black;
}

.menuHotel > ul li:hover
{
    color: White;
	background-color: #cc0000;
	background:solid 1px;
}

.menuHotel > ul li a:hover
{
    color:White;
}

.mejorPGHotel
{
    width: 185px;
    height: 205px;
}

.textoHotel2
{
    width: 373px;
    height: 200px;
    font-size:11px;
    margin: 10px;
    padding: 10px;
    background: solid 1px;
    background-color: #999999;
}

.enlaces
{
    color:White;
    font-size:10px;
    font-style:italic;
    font-weight:bolder;
}

.enlacesExt
{
    color:White;
    font-size:10px;
    font-style:italic;
    font-weight:bolder;
}

.enlacesPDFs a
{
    color:White;
    font-size:10px;
    font-style:italic;
    font-variant:small-caps;
    font-weight:bolder;
}

.imgHotel
{
    width:322px;
    text-align:right;
    background: white url('../Imgs/spinner.gif') no-repeat center center;
}

.imgMiniOferta
{
    float:left;
    width:80px;
}