@charset "utf-8";
body {
	background-image: url(fondo.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #EBEBED;
}
 /* para centrar contenido */
#contenedor {
	width: 940px;
	margin: auto;
	padding: 0px;
	clear: both;
}

#top {

}
 /* menu */
#contenedor ul {
	height: 52px;
	padding: 0px;
	float: left;
	margin: 0px;
}
.boton_chico {
	font-size: 9px;
}

#contenedor ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1F4273;
	text-decoration: none;
	font-weight: bold;
	display: inline;
}
#contenedor ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1F4273;
	text-decoration: none;
	font-weight: bold;
	background-image: url(fondo_btn.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	padding-top: 18px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 14px;
	margin: 0px;
	float: left;
}
#contenedor ul li a:hover {
	color: #FFFFFF;
}

#contenedor ul li #activo {
	background-image: url(fondo_btn.jpg);
	background-repeat: no-repeat;
	background-position: center -52px;
}

#contenedor ul li #english {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url(fondo_btn_ingles.jpg);
	padding-right: 52px;
	padding-left: 5px;
	float: right;
	text-decoration: none;
}
#contenedor ul li #aleman {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url(fondo_btn_aleman.jpg);
	padding-right: 52px;
	padding-left: 5px;
	float: right;
	text-decoration: none;
}
#contenedor ul li #espanol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url(fondo_btn_espanol.jpg);
	padding-right: 52px;
	padding-left: 5px;
	float: right;
	text-decoration: none;
}

 /* Contenidos */
#contenido {
	width: 920px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #1F4273;
	font-size: 14px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}
#fotos {
	width: 520px;
	height: 340px;
	float: right;
}
#sobre {
	width: 350px;
	height: 340px;
	float: right;
}

#quienes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #1F4273;
	text-decoration: none;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#caja_quienes {
	float: left;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1F4273;
	text-decoration: none;
	text-align: center;
	margin: 8px;
}
#caja_quienes img {
	border: 8px solid #FFFFFF;
}

#caja_quienes a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F9A61A;
	text-decoration: none;
}



#divisor {
	background-image: url(divisor.gif);
	clear: both;
	margin: 0px;
	height: 8px;
	padding: 0px;
	background-repeat: repeat-x;
}
#contenedor_paquetes {
	background-image: url(fondo_paquetes.jpg);
	background-repeat: repeat-x;
	background-color: #EBEBED;
	float: left;
}
#botones {
	width: 940px;
	display: block;
}
#paquetes {
	float: left;
	height: 180px;
	width: 290px;
	background-image: url(fondo_paquetes.jpg);
	background-repeat: repeat-x;
	background-color: #EBEBED;
	font-family: Arial, Helvetica, sans-serif;
	color: #1F4273;
	font-size: 12px;
	padding: 10px;
	margin: 0px;
}
#divisor_vertical {
	background-image: url(divisor_paquetes.gif);
	height: 180px;
	width: 4px;
	float: left;
}
 /* Ubicacion de botones */
#mas_info {
	margin-right: 55px;
	margin-left: 55px;
	margin-top: 6px;
	margin-bottom: 6px;
}

 /* Pie de pagina */

#contenedor_pie {
	background-image: url(fondo_pie.jpg);
	height: 150px;
	padding: 0px;
	margin: 0px;
	clear: left;
}
#pie {
	background-image: url(pie.jpg);
	height: 100px;
	width: 920px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 50px;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	font-weight: bold;
	display: block;
}
#pie a {
	color: #F9A61A;
	text-decoration: none;
}

 /* Textos titulos*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1F4273;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

 /* Formulario*/
label {
	display:block;
	font-weight:bold;
	float: left;
	width: 150px;
} 
br {
	clear: left;
}

legend {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #1F4273;
	margin: 5px;
} 
fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
input, textarea {
	border:1px solid #000;
	margin: 5px;
	float: left;
} 
.submit {
	font-family: Arial, Helvetica, sans-serif;
	color: #19396A;
	text-decoration: none;
	height: 40px;
	width: 100px;
	background-image: url(btn.jpg);
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 150px;
	font-size: 12px;
}
.reset {
	font-family: Arial, Helvetica, sans-serif;
	color: #19396A;
	text-decoration: none;
	height: 40px;
	width: 100px;
	background-image: url(btn.jpg);
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 20px;
	font-size: 12px;
}
input:focus, textarea:focus {
	background-color: #FBC330;
}  
#galeria {
	margin: 8px;
	float: left;
	width: 200px;
	border: 5px solid #FFFFFF;
}
