/* CSS Document */

BODY{
margin-top:0;
margin-bottom:0;
background-color: #FEEDCF;

}

#contenedor{
width:800px;
border:2px groove #F5DFBA;
margin-left: auto;
margin-right: auto;
text-align:left;
background-color:#FCBC52;
}


#cabecera
{
width:auto;
background-color:#9F1A06;
height: 90px;
text-indent:50px;
}

#pie
{
width:auto;
background-color:#9F1A06;
height: 35px;
text-indent:20px;
color:#FFFFFF;
font-size:12px;
margin-bottom:auto;
margin-top:auto; 
}

.texto
{
width:90%;
font-family:Verdana;
font-size:12px;
color:#FFFFFF;
font-weight:bold
}

.borde_negro
{
border:2px solid #F5DFBA;
}

.celdas_hoteles
{
cursor:pointer;
}

.letras_hotel
{ 
font-family:"Century Gothic", Arial;
color:#000000;
font-size: 20px;
font-weight:400;
}

A.enlace_pie{
color:#FFFFFF;
}


.descripciones
{
font-style:italic;
font-size:12px;
font-family:Verdana
}

.pinche
{
	font-size:20px;
	color: #9F1A06;
}
