body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
}
select, input {
	font-size: 10px;
	text-decoration: none;
}
.contenido {
	font-size: 10px;
	text-decoration: none;
}
.titulo {
	font-size: 12px;
	font-weight:bold;
	text-transform:uppercase;
	color: #000000;
	text-decoration: none;
}
.LetraRoja11px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a73f00;
}
.negrita {
	font-weight: bold;
}
.Letra_10px {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.textbox{
	font-size:10px;
	border:1px solid #4c0000;
}
.area_texto{
	border:1px solid #4c0000;
	width:337px;
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	overflow:auto;
}
/* Maquetacion de la pagina */
#container{
	margin-top:10px;
}
#cuerpo{
	width: 456px;
	height: 560px;
	background-image:url(../images/fondo_centro.jpg);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}
#lateral_izquierdo{
	width: 160px;
	vertical-align:middle;
}
#lateral_derecho{
	width: 151px;
	vertical-align:middle;
}
#lateral_izquierdo #tabla{
	height: 475px;
}
#lateral_derecho #tabla{
	height: 475px;
}
/* Partes del lateral izquierdo */
#lateral_izquierdo_superior{
	height:7px;
	background-image:url(../images/lat_sup_izq.jpg);
	background-repeat:no-repeat;
}
#titulo_lateral_izquierdo{
	height:14px;
	background-image:url(../images/titulo_lat_izq.jpg);
	background-repeat:no-repeat;
}
#lateral_izquierdo_inferior{
	height:5px;
	background-image:url(../images/lat_izq_inf.jpg);
	background-repeat:no-repeat;
}
#telefono_reservas{
	height:38px;
	background-image:url(../images/reservas_telefonicas.jpg);
	background-repeat:no-repeat;
}
#hueco_inferior_izquierdo{
	height: 5px;
	background-image:url(../images/fondo_lat_izq.jpg);
}
#lateral_izquierdo_reservas{
	height:270px;
	background-image:url(../images/fondo_lat_izq.jpg);
}
#lateral_izquierdo_centro{
	background-image:url(../images/fondo_lat_izq.jpg);
}
#boletin{
	height:20px;
	background-image:url(../images/boletin.jpg);	
}

/* Partes del lateral derecho */
#lateral_derecho_superior{
	height: 7px;
	background-image: url(../images/lat_sup_der.jpg);
	background-repeat:no-repeat;
}
#titulo_lateral_derecho{
	height:14px;
	background-image:url(../images/titulo_lat_der.jpg);
	background-repeat:no-repeat;
}
#titulo_lateral_derecho_noticias{
	height: 7px;	
	background-image:url(../images/noticias.jpg);
	background-repeat:no-repeat;
}
#lateral_derecho_centro{
	background-image:url(../images/fondo_lat_der.jpg);
	background-repeat:repeat-y;
}
#lateral_derecho_noticias{
	background-image:url(../images/fondo_lat_der.jpg);
	background-repeat:repeat-y;
}

#hueco_inferior_derecho{
	height:20px;
	background-image:url(../images/fondo_lat_der.jpg);
	background-repeat:repeat-y;
}
#lateral_derecho_inferior{
	height: 5px;
	background-image:url(../images/lat_der_inf.jpg);
	background-repeat:repeat-y;
}
#cuerpo #cabecera{
	height: 125px;
}
#cuerpo #imagen_rotatoria{
	height: 223px;
}
#cuerpo #contenido{
	height: 212px;
	padding: 0px 5px 5px 5px;
}
#cuerpo #contenido div{
	height: 212px;
	overflow : hidden; 
	/*overflow-y : scroll;*/
}
/* Cajetin de reservas */
#cajetin_reservas{

}
#cajetin_reservas #titulo{
	color:#4c0000;
	font-size:10px;
}
#cajetin_reservas .textbox{
	border: 1px solid #4c0000;
	font-size:10px;
	width:130px;
}
#cajetin_reservas textarea{
	border:1px solid #4c0000;
	font-size:10px;
	overflow:auto;
	width:130px;
}
#cajetin_reservas select{
	border:1px solid #4c0000;
	font-size:10px;
}
.boton{
	border:1px solid #4c0000;
	background-color:#4c0000;
	color:#FFFFFF;
	font-size:10px;
	margin-top:2px;
}
/* Boletin */
#cajetin_boletin{
	width:130px;
	text-align:justify;
	font-size:10px;
}
#cajetin_boletin .textbox{
	border: 1px solid #4c0000;
	font-size:10px;
	width:130px;
}

