@charset "utf-8";
/* CSS Document */
/* ---------------------Reset style (tecnica desarrollada por Eric Meyer)---------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
} 
/* ---------------------General---------------------*/

body {
	text-align:center;
	width: 100%;
	height: 100%;
	background-image:url(img/fondo_circulos.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#cbeffd;
	width: 100%;
	height: 100%;
	font-family: sans-serif,Geneva, Arial, Helvetica;
}
h1 {
	font-size:16px;
	font-weight:bold;
	margin-left: 45px;
}
h2 {
	font-size:18px;
	color:#7fb719;
	margin-bottom: 0px;
	font-weight:normal;
	display:inline;
}
h3 {
	font-size:20px;
	color:#666666;
	font-weight:normal;
	display:inline;
}
h4 {
	font-size:larger;
	font-weight:normal;
}
h5 {
	font-size:14px;
	color:#666666;
	font-weight:normal;
	display:inline;
}
h6 {
	font-size:14px;
	color:#666666;
}
p {
	font-size:small;
	word-spacing: 3px;
	line-height: 150%;
}
.justificado {
	text-align:justify;
}
img {
	margin-bottom: 0px;
}
a {
	text-decoration:none;
}
textarea {
	width: 380px;
}
#cuerpo {
	width: 1000px;
	margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	background-image:url(img/fondo.png);
	background-position:center;
	background-repeat:repeat-y;
}
#cabecera {
	float:left;
	background-image:url(img/cabecera.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:1000px;
	height: 85px;
	margin-top: 0px;
}
#cabecera a {
	color:#666666;
}
#cabecera a:visited {
	color:#666666;
}
#cabecera a:hover {
	color:#666666;
}
#tabla_menu {
	margin-top: 25px;
}
#tabla_menu li{
	display:inline;
	margin-left: 60px;
	}
.boton {
	float:left;
	display:inline;
	background-image:url(img/marco.gif);
	background-position:center;
	background-repeat:repeat-x;
	margin-left: 70px;
	margin-top: 15px;
}
#logo {
	float:left;
	display:inline;
	margin-top: 7px;
	text-align:left;
	margin-left: 20px;
}
.centrada {
	vertical-align:middle;
}

.imgFinal {
	margin-right: -5px;
	vertical-align:middle;
}
#tabla_logo {
	margin-left: 20px;
}
#imagen_central {
	float:left;
	background-image:url(img/fondo.png);
	background-position:center;
	background-repeat:repeat-y;
	width: 1000px;
	text-align:left;
}
#tabla_imagen_central {
	width: 800px;
	height: 260px;
	border:#64c7ed solid 1px;
	margin:auto;
}
#titulo {
	float:left;
	margin-top: 80px;
	margin-left: 25px;
	
}
#main {
	float:left;
	margin-top: 20px;
	margin-left: 55px;
}
#sin_main {
	float:left;
	margin-top: 20px;
	margin-left: 30px;
}
#boton_prev {
	float:left;
	position:relative;
	top: 105px;
	right: 15px;
}
#boton_next {
	float:right;
	position:relative;
	top: 105px;
	right: 5px;
}

#tabla_imagen_central td{
	padding: 20px;
}
#tabla_imagen_central img{
	vertical-align:middle;
}
.imagen_central {
	margin-left: 5px;
	border:#CCCCCC double 6px;
}
.subtitulo {
	color:#999999;
	font-weight:normal;
	font-size:36px;
	margin-bottom: 5px;
}
.subtitulo_evento {
	color:#999999;
	font-weight:normal;
	font-size:28px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.subtitulo2 {
	color:#999999;
	font-weight:lighter;
	margin-top: 5px;
}
#menu_residencia {
	float:left;
	background-image:url(img/fondo.png);
	background-position:center;
	background-repeat:repeat-y;
	width: 1000px;
	text-align:center;
}
#menu_residencia a {
	color:#666666;
}
#menu_residencia a:visited {
	color:#666666;
}
#menu_residencia a:hover {
	color:#666666;
}
#tabla_menu_residencia {
	width: 800px;
	margin:auto;
	padding: 1px;
	border-spacing: 2px;
	
}
#tabla_menu_residencia td {
	border:#cccccc solid 1px;
	padding-left: 10px;
}
#tabla_menu_residencia img {
	vertical-align:middle;
	margin-right: 2px;
}
.azul {
	color:#64c7ed;
}
.azul_titulo {
	color:#1380A8;
}
.verde {
	color:#7fb719;
}
.gris {
	color:#333333;
}
.blanco {
	color:#FFFFFF;
}
.melocoton {
	color:#cf7d03;
}
.margenDer {
	margin-right: 5px;
}
.boton_resi {
	background-color:#eeeeee;
}
#contenido {
	float:left;
	background-image:url(img/fondo.png);
	background-position:center;
	background-repeat:repeat-y;
	width: 1000px;
	text-align:left;
	padding-top: 30px;
}
#bloque{
	float:left;
	width: 600px;
	padding-left: 70px;
}
#bloque_ubicacion{
	float:left;
	width: 790px;
	padding-left: 110px;
}
#div_correo {
	margin:auto;
	margin-left: 30px;
	width: 800px;
	border:#64c7ed solid 1px;
	text-align:center;
	padding-left:20px;
	padding-bottom: 20px;
	padding-top: 20px;
}
#div_correo1 {
	float:left;
	margin-top: 20px;
	margin-left: 0px;
	width: 800px;
	border:#64c7ed solid 1px;
	text-align:center;
	padding-left:20px;
	padding-bottom: 20px;
	padding-top: 20px;
}
#div_eventos {
	margin:auto;
	margin-left: 30px;
	margin-bottom: 10px;
	width: 780px;
	border:#64c7ed solid 1px;
	text-align:left;
	padding-left:20px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.titulo_correo{
	color:#999999;
	font-weight:lighter;
	font-size:x-large;
	margin-left: 280px;
}

.espacio_celdas {
	border-spacing: 5px;
}

#tabla_contacto th {
	padding-bottom: 30px;
}
#flash {
	margin-left: 0px;
	width: 800px;
	border:#64c7ed solid 2px;
}
.titulo {
	margin-left: -10px;
	color:#1380A8;
}
.lista_caracteristicas {
	margin-left: 80px;
	color:#64c7ed;
	list-style-type:disc;
	list-style-position:outside;
	line-height: 30px;
	font-size:large;
}
#lista a{
	font-size:12px;
	text-decoration:underline;
	color:#64c7ed;
}
#estancias {
	float:left;
	width:250px;
	padding: 5px;
	margin-left: 30px;
	background-color:#99CC00;
}
#estancias th {
	background-color:#99CC00;
}
#estancias td {
	padding: 4px;
	background-color:#DDEE88;
	border:#DDEE88 double 4px;
}
.lista_estancias {
	margin-left: 20px;
	list-style-type:square;
	color:#285018;
}
.lista_estancias li{
margin-bottom: 10px;
}
#eventos {
	float:left;
	width:250px;
	padding: 5px;
	margin-left: 30px;
	margin-top: 20px;
	background-color:#1380A8;
}
#eventos th {
	background-color:#1380A8;
}
#eventos td {
	padding: 6px;
	background-color:#a1d4e6;
	border:#a1d4e6 double 4px;
}
#txt_evento1 {
	float:left;
}
#img_evento1 {
	float:left;
	border:#1380A8 solid 2px;
}
#texto {
	float:left;
	width:550px;
}
.relleno_izq {
	padding-left: 5px;
}
#bolsa_trabajo {
	float:left;
	width:200px;
	padding: 5px;
	background-color:#880033;
	margin-left: 30px;
	margin-bottom: 20px;
}

#bolsa_trabajo th {
	background-color:#880033;
}
#bolsa_trabajo td {
	padding: 2px;
	background-color:#ffccdd;
}
#tutorial {
	float:left;
	width:250px;
	padding: 5px;
	margin-left: 30px;
	background-color:#057aa8;
}
.step {
	overflow:hidden;
	
}
.step th {
	background-color:#057aa8;
}
.step td {
	padding: 2px;
	background-color:#c4eaf9;
}
.step a {
color:#c4eaf9;
}
.azul_step {
	color:#c4eaf9;
}
.imagen_izq {
	border:#057aa8 solid 2px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	float:left;
}
.dos_imagen {
	border:#057aa8 solid 2px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	float:left;
}
.imagen_cen {
	border:#057aa8 solid 2px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 10px;
}
.aviso {
	color:#FF0000;
	font-size:larger;
}
#img_pag_eventos {
	float:left;
	border:#057aa8 solid 2px;
} 
#txt_pag_eventos {
	float:left;
	margin-left: 35px;
	text-align:left;
} 
#pie {
	margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	width: 1000px;
}
#step hr{
	color:#FFFFFF;
	border:0;
	background-color:#FFFFFF;
}
#linea{
	width: 1000px;
	margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	background-image:url(img/fondo.png);
	background-position:center;
	background-repeat:repeat-y;
	float:left;
	text-align:center;
}
.linea {
	width: 500px;
	color:#999999;
}
.campo_obligatorio {
	display:inline;
	font-size:xx-small;
	color:#333333;
}
.advertencia {
	display:inline;
	font-size:small;
	color:#FF0000;
}
#bus {
	float:left;
	width:200px;
	padding: 5px;
	margin-left: 30px;
	margin-bottom: 30px;
	background-color:#99CC00;
}
#bus th {
	background-color:#99CC00;
}
#bus td {
	padding: 4px;
	background-color:#DDEE88;
	border:#DDEE88 double 4px;
}