body {
	
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(fondo_propuesta.jpg);
	background-color: #008DC4;
	background-repeat: repeat-x;
}
.fondo_boletin {
	background-color: #2D96C0;
	background-image: url(fondo_boletin.jpg);
	background-repeat:  repeat-x;
}

.link_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #858484;
	text-decoration: none;
}
.link_header:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #19789D;
	text-decoration: underline;
}
.texto_blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.texto_rojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
}
.texto_naranja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6600;
	text-decoration: none;
}
.texto_amarillo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
	text-decoration: none;
}
.texto_negro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535353;
	text-decoration: none;
}
.texto_negro_10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #535353;
	text-decoration: none;
}
.texto_azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #126E92;
	text-decoration: none;
}
.texto_azul_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #126E92;
	text-decoration: none;
}

.texto_azul_titles2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #126E92;
	text-decoration: none;
	font-weight:400;
}

.borde_temporada_alta {
	border: thin solid #990000;
}
.borde_temporada_regular {
	border: thin solid #CC6600;
}
.borde_temporada_baja {
	border: thin solid #FFCC00;
}
.borde_azul {
	border: thin solid #136F94;
}
.btn_enviar {
	background-image: url(btn_enviar.gif);
	height: 19px;
	width: 73px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.listado_estrellas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535353;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(vineta_estrella.gif);
}
.linea_inferior {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #81C4DE;
}
.texto_promos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}
.texto_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.degradado_sup_izq {
	background-image: url(degradado_izq.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.fondo_gaviota {
	background-image: url(gaviota.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.degradado_sup_izq_interiores {
	background-image: url(degradado_interiores.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.borderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #136F94;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #136F94;
}
.borderdown {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #136F94;
}
.borderleft {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #136F94;
}
.border {
	border: 1px solid #136F94;
}
.borderpadding {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #136F94;
	padding-left: 10px;
}