@CHARSET "ISO-8859-1";
html, body {
    font-family: "Arial";
    font-size: 15px;
}

/*bottom, from(#034F87), to(#33CCFF));
 from(#FFFFFF), to(#2D8CC6)*/
A:link {
    text-decoration: none;
}

A:visited {
    text-decoration: none;
}

A:active {
    text-decoration: none;
}

A:hover {
    text-decoration: none;
}
.lmenua	{text-decoration: underline; color:#8A0808; font-size:16px;}
div.todo {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    height: 1130px;
}

/* la imagen mide 900x209px. Estos dos son paa la cabezera */
div.cabeza {
    width: 900px;
    height: auto;
    /*background:#fff;*/
}

div.menusup {
    height: 20px;
    text-align: center;
    padding-top: 3px;
    width: auto;
    float: left;
    display: inline;
    border-right-style: solid;
    border-left-style: solid;
    border-color: white;
    border-width: 1px;
    font-weight: bold;
    color: white;
}

div.menusup:hover {
    /*GRADIENTE DE LOS MENUS*/
    /* For WebKit (Safari, Google Chrome etc) */
    background: -webkit-gradient(linear, left top, left bottom, from(#034F87), to(#33CCFF));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #034F87, #33CCFF);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient (startColorstr=#034F87, endColorstr=#33CCFF);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#034F87, endColorstr=#33CCFF)";
	background-repeat:NO-REPEAT;
	text-decoration: underline;
}

/*el estilo para el cuadro blanco con los bordes*/
.cont{
	/*border-style:solid;*/
	border-color:#FFFFFF /*#2D8CC6;*/
	border-width:2px;	
	/*background:white;*/
	overflow-y:auto;
	overflow-x:hidden;
}

/*esta es la columna de la izq y la der*/
div.col{
	width:200px;
	height:600px;
	float:left;
	margin-top:25px;
}

div.menuizq{
	width:160px;
	height:584px;
	padding:8px;
}

/*esta es la columna de los contenidos del centro*/
div.cen{
	width:900px;
	height:600px;
	float:left;
	/*margin-top:25px;*/
}
/*este es para los bloques de contenido de la columna de enmedio*/
div.c1{
	width:860px;
	height:273px;
	padding:10px;
	margin-bottom:13px;
	text-align:center;
}
div.buscador{
	width:176px;
	height:70px;
	padding:10px;
	margin-bottom:13px;
	border-style:none;
	border-color:#2D8CC6;
	border-width:2px;	
	#background:white;
}
div.c2{
	width:176px;
	height:167px;
	padding:10px;
	margin-bottom:13px;
}
div.c3{
	width:176px;
	height:273px;
	padding:10px;
	margin-bottom:13px;
}

div.pie{
	margin-top:20px;
	float:left;
	width:100%;
	height:100px;
}

div.bot{
	width:860px;
	height:40px;
	margin-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:5px;
	padding-top:0px;
	overflow-y:hidden;
	overflow-x:hidden;
}

/**********definicion de fuentes*****************/
.ft{
	font-weight:bold;
	color:#2D8CC6;
}
/*en p{  el color:/ ...... es para el contenido*/
p{
	font-family:"arial";
	font-weight:normal;
	/*font-weight:bold;*/
	font-size:17px;
	/*font-size:17.2px;*/
	color:/*#000000*/#151515; 
	text-align:justify;
}
/*Para el texto del los slide*/
p1{
	font-weight:bold;
	font-size:13px;
	color:#FFF; 
	text-align:left;
}
/* para los men�s de la 1zq*/
p2{
	
	font-weight:bold;
	font-size:13px;
	color:/*#000000*/#2E2E2E; 
	text-align:left;
	
}
/*Para subt�tulos */
p3{
	font-family:"Gerogia";
	font-weight:bolder;
	font-size:20px;
	color:#153E7E; 
	text-align:left;
	
}

a.menu{
	color:#3c8ec0;
	font-size:16px;
	
}

a.menu:hover{
	color:#000000;
	text-decoration: underline;
}

/**********definicion de fuentes*****************/
	
.grad01{
	/*GRADIENTE DE TODA LA PAGINA*/
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#2D8CC6));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #FFFFFF, #2D8CC6);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#2D8CC6);
	/* For Internet Explorer 8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#2D8CC6)";
	background-repeat:NO-REPEAT;
}

.grad02{
	/*GRADIENTE DE LOS MENUS*/
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#33CCFF), to(#034F87));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #33CCFF, #034F87);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33CCFF, endColorstr=#034F87);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33CCFF, endColorstr=#034F87)";
	background-repeat:NO-REPEAT;
	
	
}