/**
* inc/css/local/inicio.css
*
* Hoja de estilo para la seccion de inicio
* Proyecto: Prototipo hoteles
*
* @copyright (c) Aquí Nuevas Tecnologías
*/

/**
* Estilo para el borde de la tabla del menu
*/
.bordeinicio
{
  border: 0px solid #666666;
	background-color:#46551A ;
}

/**
* Estilo para el borde de el texto de situación y servicios
*/
.bordetexto
{
  border: 1px solid #FFC205;
}

/**
* Estilo para el borde de el texto de situación y servicios
*/
.bordeazul
{
  border: 1px solid #00517D;
}


/**
* Estilo para el borde de las ofertas
*/
.bordeoferta
{
  border: 0px solid #FFC205;
}

/**
* Estilo para las opciones del menu
*/
a:link.enlace
{
 	font-family: arial, helvetica, sans-serif;
  font-size: 75%;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: justify;
  text-indent: 0em;
  color: #46551A;
  background-color: transparent;
}

a:visited.enlace
{
 	font-family: arial, helvetica, sans-serif;
  font-size: 75%;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: justify;
  text-indent: 0em;
  color: #46551A;
  background-color: transparent;
}

a:hover.enlace
{
 	font-family: arial, helvetica, sans-serif;
  font-size: 75%;
  font-weight: bold;
  font-style: normal;
  text-decoration: underline;
  text-align: justify;
  text-indent: 0em;
  color: #46551A;
  background-color: transparent;
}

/**
* Estilo general para titulo de la oferta en el popup
*/
.titulooferta
{
  font-family: arial, helvetica, sans-serif;
  font-size: 120%;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  text-indent: 0em;
  color: #46551A;
  background-color: transparent;
}

/**
* Estilo general para titulo1
*/
.titulo1
{
  font-family: arial, helvetica, sans-serif;
  font-size: 80%;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  text-indent: 0em;
  color: #666666;
  background-color: #ffffff;
}

/**
* Estilo general para titulo2
*/
.titulo2
{
  font-family: arial, helvetica, sans-serif;
  font-size: 70%;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  text-indent: 0em;
  color: #00517D;
  background-color: #ffffff;
}

/**
* Estilo general para titulo3
*/
.titulo3
{
  font-family: arial, helvetica, sans-serif;
  font-size: 65%;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  text-indent: 0em;
  color: #46551A;
  background-color: transparent;
}


/**
* Estilo general para el texto
*/
.texto
{
  font-family: arial, helvetica, sans-serif;
  font-size: 65%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  color: #333333;
  background-color: #ffffff;
}

/**
* Estilo general para el lema
*/
.lema
{
  font-family: arial, helvetica, sans-serif;
  font-size: 100%;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  text-indent: 0em;
  color: #00517D;
  background-color: #ffffff;
}

/**
* Estilo general para el texto de la carta
*/
.textocarta
{
  font-family: arial, helvetica, sans-serif;
  font-size: 70%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  text-indent: 0em;
  color: #333333;
  background-color: #ffffff;
}

/**
* Estilo general para el texto en negrita
*/
.textobold
{
  font-family: arial, helvetica, sans-serif;
  font-size: 65%;
	font-weight:bold;
  font-style: normal;
  text-decoration: none;
  color: #46551A;
  background-color: transparent;
}

/**
* Estilo general para el texto de las ofertas
*/
.textooferta
{
  font-family: arial, helvetica, sans-serif;
  font-size: 70%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  text-indent: 0em;
  color: #46551A;
  background-color: transparent;
}

/**
* Estilo general para el enlace de las ofertas
*/
a:link.loferta
{
  font-family: arial, helvetica, sans-serif;
  font-size: 65%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: justify;
  text-indent: 0em;
  color: #333333;
  background-color: #ffffff;
}

a:visited.loferta
{
  font-family: arial, helvetica, sans-serif;
  font-size: 65%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: justify;
  text-indent: 0em;
  color: #333333;
  background-color: #ffffff;
}

a:hover.loferta
{
  font-family: arial, helvetica, sans-serif;
  font-size: 65%;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  text-align: justify;
  text-indent: 0em;
  color: #333333;
  background-color: #ffffff;
}

/*ESTILOS PARTICULAES PARA LA SECCOIN DE TARIFAS*/
/**
* Estilo general para el texto del titular de tabla con la feccha de tarifa
*/
.titulofecha
{
  font-family: arial, helvetica, sans-serif;
  font-size: 90%;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  text-indent: 0em;
  color: #00517D;
	background-color:#ffffff;	
}

/**
* Estilo general para el tipo de habitacion de la tarifa
*/
.tipohabitacion
{
  font-family: arial, helvetica, sans-serif;
  font-size: 85%;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  text-indent: 0em;
  color: #333333;
	background-color:#ffffff;
}

/**
* Estilo general para el texto del regimen de alojamiento
*/
.textoregimen
{
  font-family: arial, helvetica, sans-serif;
  font-size: 80%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  text-indent: 0em;
  color: #666666;
	background-color: #ffffff;
}



/**
* Estilo general para el precio 
*/
.textoprecio
{
  font-family: arial, helvetica, sans-serif;
  font-size: 80%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: right;
  text-indent: 0em;
  color: #666666;
	background-color: #ffffff;
}

/*ESTILOS PARATICULARES PARA LA SECCIÓN DE CONTACTO*/
/*Estilo general para el borde de las tablas de contacto*/
.bordecontacto
{
  border: 1px solid #00517D;
}
/**
* Estilo general para las etiquetas de los formularios
*/
.etiqueta
{
  font-family: arial, helvetica, sans-serif;
  font-size: 70%;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: right;
  text-indent: 0em;
  color: #00517D;
	background-color:#ffffff;
}

/**
* Estilo general para contenidos de contacto
*/
.textocontacto
{
  font-family: arial, helvetica, sans-serif;
  font-size: 70%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  text-indent: 0em;
  color: #333333;
	background-color:#ffffff;
}
/**
* Estilo general para input y textarea de formularios contacto
*/
.inputcontacto
{
  font-family: arial, helvetica, sans-serif;
  font-size: 70%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  text-indent: 0em;
  color: #000000;
  background-color: #FFEDB4;
}

/*ESTILOS GENERALES PARA RESERVAS*/
/**
* Estilo para el borde de la tabla del menu
*/
.bordereservas
{
  border: 1px solid #46551A;
}

/**
* Estilo general para el texto de advertencias
*/
.advertencia
{
  font-family: arial, helvetica, sans-serif;
  font-size: 70%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  text-indent: 0em;
  color: #333333;
}

/*ESTILO GENERAL PARA LAS OFERTAS*/
/**
* Estilo para el borde de la tabla del menu
*/
.bordeofertas
{
  border: 2px solid #46551A;
}

a:link.enlace
{
 	font-family: arial, helvetica, sans-serif;
  font-size: 70%;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  text-align: justify;
  text-indent: 0em;
  color: #00517D;;
  background-color: #ffffff;
}

a:visited.enlace
{
 	font-family: arial, helvetica, sans-serif;
  font-size: 70%;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  text-align: justify;
  text-indent: 0em;
  color: #00517D;;
  background-color: #ffffff;
}

a:hover.enlace
{
 	font-family: arial, helvetica, sans-serif;
  font-size: 70%;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  text-align: justify;
  text-indent: 0em;
  color: #00517D;;
  background-color: #ffffff;
}