/* --------------------------------- ESTILOS ESPECÍFICOS DE LA MAIN PAGE --------------------------------- */
.ZonaSuperior .LanguageCell {
	background-image: url(../images/background/Background_TituloPagSec.gif);	
}

.ZonaSuperior .TituloPagina {
	color: #000000;
}

.Zonacentral {
	/*background-image: url(../images/background/MainPageBackground.gif);*/
	background-color: #E0E0E0;
}

.LeftColumnImage {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

#ImagenHome {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.OfertasCenter
{
	
}

/* --------------------------------- ENLACES CON IMAGENES Y HOVER --------------------------------- */
#BotonReserva { /* Centra horizontalmente el div que contiene la imagen */
	text-align: left;
	margin: 0 auto;
}

#BotonReserva, #BotonReserva img, #BotonReserva a { /* Fijar los tamaños del div contenedor, la imagen y el enlace (ajustar al tamaño de la imagen a mostrar) */
	width:175px;
	height:80px;
}

#BotonReserva a {
	position:absolute;
}
#ReservarES {
	background:url(../images/mainpage/Reservar_ES.gif) top left no-repeat; /* Imagen en reposo */
}

#ReservarES:hover {
	background:url(../images/mainpage/ReservarON_ES.gif) top left no-repeat; /* Imagen con el ratón sobre el enlace */
}

#ReservarDE {
	background:url(../images/mainpage/Reservar_DE.gif) top left no-repeat; /* Imagen en reposo */
}

#ReservarDE:hover {
	background:url(../images/mainpage/ReservarON_DE.gif) top left no-repeat; /* Imagen con el ratón sobre el enlace */
}

#ReservarEN {
	background:url(../images/mainpage/Reservar_EN.gif) top left no-repeat; /* Imagen en reposo */
}

#ReservarEN:hover {
	background:url(../images/mainpage/ReservarON_EN.gif) top left no-repeat; /* Imagen con el ratón sobre el enlace */
}
/* --------------------------------- FIN ENLACES CON IMAGENES Y HOVER --------------------------------- */

/* --------------------------------- ESTILOS OFERTAS ---------------------------------*/
.TituloOfertas
{
	color:#F04B25;
	font-size:16px;
	font-weight:bold;
	margin-left:8px;
	margin-top:5px;
	text-align:center;
	width:90%;
}

.TituloWeb
{
	font-size:21px;
	font-weight:bold;
	color:dimgray;
}

.ImgCocheOferta
{
	
}

.TextoPeriodoWeb
{
	font-size:14px;
	/*font-weight:bold;*/
	color:RoyalBlue;
}

.PrecioOferta
{
	font-size:30px;
	font-weight:bold;
	color:dimgray;
}

.TableOferta
{
	border-bottom:1px dotted #FFFFFF;
	margin:5px;
}

.SubTableOferta
{
	margin-left:15px;
}
/* ---------------------------------- FIN ESTILOS OFERTAS ------------------------------------- */

/* ---------------------------------- ESTILOS TEXTOS OCULTOS ------------------------------------- */
.Oculto{width:100%; height:5px; padding:0; margin:0; overflow:hidden; z-index:-5; opacity:0.0; filter:alpha(opacity=0.0);} /* Oculta los textos */

.Oculto h1 {display:inline; font-size:14px;}
.Oculto h2 {display:inline; font-size:16px;}
.Oculto h3 {display:inline; font-size:18px;}

.ResaltadoMuyAlto {font-size:16px;}
.ResaltadoAlto {font-size:14px;}
.ResaltadoNormal {font-size:12px;}
.ResaltadoBajo {font-size:10px;}
.ResaltadoMuyBajo {font-size:8px;}

.LugaresPie{text-align: center;}
.LugaresPie a {color: #4B4B4B;}
.LugaresPie a:hover {color: #FF6600;}
.LugaresPieTitulo{width:100%; background-color:dimgray; color:#FFFFFF;}
.LugaresPieTextos {}
/* ---------------------------------- FIN ESTILOS TEXTOS OCULTOS ------------------------------------- */