body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
p {
	line-height: 1.5em;
}

#main_div {
	text-align: justify;
	width: 955px;
	margin: auto;
	background-color: #FFFFFF;
}
h1 {
	color: #66CC00;
	font-size: 20px;
}
#banner_logo {
	height: 120px;
	width: 940px;
	background-image: url(images/interior_encabezado_mf.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #E3F2F7;
	text-align: right;
	line-height: 14pt;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
}
#lateral_izq {
	width: 155px;
	float: left;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
a  {
	color: #0099CC;
	text-decoration: none;
}
a:hover  {
	color: #66CC00;
}

#center {
	width: 525px;
	float: left;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 30px;
}
.titulo_lista {
	font-size: 16px;
	color: #0099CC;
	font-weight: bold;
}
.estado_lista {
	font-size: 11px;
	color: #FF0000;
}
.comentarios_lista {
	color: #66CC00;
	font-size: 11px;
}
.descripcion {
	color: #0004C2;
	font-size: 11px;
}

#lateral_der {
	width: 165px;
	float: left;
	text-align: right;
	padding-top: 20px;
}
label {
	font-weight: bold;
}
h2 {
	font-size: 18px;
	color: #0099CC;
}
h3 {
	font-size: 16px;
	color: #66CC00;
}

#footer {
	clear: both;
	background-color: #0065B3;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	float: none;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #D2FBFF;
}

#banner_logo a {
	color: #2279BC;
	text-decoration: none;
}
#banner_logo a:hover {
	color: #66CC00;
}

#comentarios {
	background-color: #D6EDF5;
}
#comentarios p {
	margin: 10px;
}
#comentarios  h3 a {
	color: #0034FF;
}
#comentarios h3 {
	background-color: #FFFFFF;
	padding: 5px;
}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993399;
	border: 1px solid #666666;
}
#center label {
	float: left;
	margin-right: 5px;
}
.mensaje_resaltado {
	padding: 5px;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C5E7F6;
}
.mensaje_resaltado     .enlace {
	text-align: right;
}
.mensaje_alerta {
	background-color: #FFCC00;
	padding: 5px;
}
textarea {
	width: 100%;
}
input.boton_enviar   {
	background-image: url(images/boton_enviar.jpg);
	height: 30px;
	width: 85px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input.boton_reservar {
	background-image: url(../images/_boton_reservar.jpg);
	height: 30px;
	width: 85px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#lateral_izq li {
	list-style-type: none;
}
#center table {
	width: 100%;
}
#login {
	text-align: right;
}
#div_reservacion table {
	border: 1px solid #2780FF;
	border-collapse:collapse;
}
#div_reservacion table th{
	background-color: #2881FF;
	color: #FFF;
	padding: 5px;
	font-size: 14px;
}
#div_reservacion table td{
	padding: 10px;
}

