@charset "utf-8";
/* CSS Document */

* {margin:0px;
	padding:0px;}

body{
	width:900px;
	margin:auto;
	background: url(imagenes/fondo1015.png);
}
#contenedor {
	width:900px;
	float:left;
	border:#000 solid 1px;
	background:#FFF;
}
#foto {
	width:200px;
	height:200px;
	float:left;
}
#logo {
	width:700px;
	height:200px;
	float:left;
}
#direccion {
	width:900px;
	height:20px;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	}
#menu {
	width:900px;
	height:30px;
	float:left;
	background-color: #000;
	text-decoration: none;
}
#espacio {
	width:900px;
	height:30px;
	float:left;
	background:#FFF;
}

#saludo {
	width:200px;
	height:100px;
	float:left;
	background:#FFF;
}


#titulo-pag {
	width:900px;
	height:25px;
	float:left;
}
#panel-izquierdo {
	width:190px;
	float:left;
}
#panel-izquierdo-superior {
	width:190px;
	height:20px;
	float:left;
}
#panel-izquierdo-inferior {
	width:170px;
	float:left;
	margin-left:10px;
	border: 2px solid #039;
}

#panel-central {
	width:530px;
	float:left;
	background-color: #E9EBEB;
}

#panel-derecho {
	width:180px;
	float:left;
}
#panel-derecho-botones {
	width:160px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	float:left;
	text-align: center;
	margin-bottom:30px;
}
#panel-derecho-botones-galeria {
	width:160px;
	height:70px;
	float:left;
	margin-bottom:20px;
	margin-left:10px;
	padding-top:20px;
}

#final {
	width:900px;
	height:40px;
	float:left;
	background: #464646;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 40px;
	color: #CCC;
	text-align: center;
}
#contador {
	width:900px;
	height:50px;
	float:left;
	background:#FFF;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	margin-top:20px;
}
.finish {
	clear:both;
}

#menu li{
	list-style-type: none;
	float:left;
	width:125px;
	height:30px;
	margin-left:5px;
	margin-right:15px;
	margin-top:0px;
	text-align:center;
	line-height: 30px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
}


/* a es una etiqueta de linea no admite ancho y alto (es para que la manito me aparezca en la etiqueta li y no en el vinculo 
propiedad DISPLAY (la forma en que se muestra) BLOCK >> bloque

*/

h2 {
	color:#036;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
}
h3 {
	color:#036;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 30px;
	text-decoration: underline;
	margin-left:10px;
}
h4 {
	color:#036;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-decoration: underline;
}

h5 {
	color:#AC2DC8;
	font-family:"Courier New", Courier, monospace;
	font-size:18px;
	color: #093;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin-left:20px;
}
h6 {
	font-family:"Courier New", Courier, monospace;
	font-size:18px;
	color: #39C;
	line-height:35px;
	text-align: center;
	background-color: #E6F2F2;
	font-weight: bold;
	text-transform: uppercase;
}
.texto_panel_izquierdo {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color: #99A3B5;
	line-height:20px;
	text-align: left;
	font-weight: bold;
	margin-left:5px;
}

.texto_noticias {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	margin-left:10px;
}
.texto_fecha {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: dashed;
	margin-left:10px;

}
.texto_direccion {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #06F;
	font-weight: bold;
	line-height:20px;
	text-align:center;
}

.texto_beneficios {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	margin-left:17px;
	font-style: italic;
}

.video{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	border:1px solid #000;
}
.fotos{
	text-align: center;
}
.novedad{
	background-color: #DBDBDB;
}
.cronograma{
	background-color: #f5812e;
	border:black solid 1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height:30px;
}

#saludo {
	width:860px;
	height:100px;
	float:left;
	margin-left:20px;
	margin-right:20px;
	background-color: #D1D1D1;
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	color: #303;
	text-align: center;
	font-weight: normal;
	line-height: 40px;
	border: thin solid #000;
	padding-top:10px;
}
