@charset "UTF-8";



/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */

.letralogo{
	text-align:center;
	margin-bottom:-50px;

	font-family:;
	font-size:40px;
}

.toppic {
	margin-right:21px;
	height: auto; /* Ancho del menú */
	background-image: -moz-linear-gradient(top, #FF0000,#11223344 );
	background-image: -o-linear-gradient(top, #FF0000,#11223344 );
	background-image: -ms-linear-gradient(top, #000099,#CCFF00 );
	background-image: -webkit-linear-gradient(top , #FF0000 , #000000 );
	margin-left: 250px;
	margin-top: -50px;
	
/*	clear: right; */
}

.topwrapper {
	width:inherit; /* Largo del menú */
	height:40px; /* Ancho de las pestañas del menu */
}

.clearit {clear: both;height: 0;line-height: 0.0;font-size: 0;}
.top {width:100%;}
.top, .top ul {padding: 0;margin: 0;list-style: none;}
.top a {
border-right:1px solid #2f558b; /* Borde de separacion pestañas */
text-align:left; 
display: block;
text-decoration: none;
padding:10px 30px 11px;
font:bold 14px Arial;
text-transform:none;
color:#eee; /* Color del texto de las pestañas */
}

.top a:hover {
background:#2f558b; /* Color de las pestañas al pasar el cursor */
color:#c5fa6f; /* Color del texto de las pestañas al pasar el cursor */
}

.top a.trigger {
/* Flecha */
background-image: url(arrow_white.gif);
background-repeat: no-repeat;
padding: 10px 51px 11px 12px;
background-position: right center;
}
.top li {float: left;position: relative;}
.top li {position: static !important; width: auto;}
.top li ul, .top ul li {width:290px;} /* Ancho del contenedor de las subpestañas */

/* texto de submenus */
.top ul li a { 
text-align:left;
padding: 6px 15px; /* largo y ancho texto de submenus*/
font-size:13px;
font-weight:normal;
text-transform:none;
font-family:Arial, sans-serif;
border:none;
}

.top li ul {
z-index:100;
position: absolute;
display: none;
 background-color: #B20F00; /* Color de fondo del contenedor de las subpestañas */
margin-left:0px;
padding:10px 0;
border-radius: 0px 0px 6px 6px;
box-shadow:0 2px 2px rgba(0,0,0,0.6);
filter:alpha(opacity=87);
opacity:.87;
}
.top li ul li {
width:140px; /* Ancho de cada subpestaña */
float:left;
margin:0;
padding:0;
}
.top li:hover ul, .top li.hvr ul {display: block;}
.top li:hover ul a, .top li.hvr ul a {
color:#ddd; /* Color del texto de los submenús */
background-color:transparent;
text-decoration:none;
}

.top ul a:hover {
text-decoration:underline!important;
color:#c5fa6f !important; /* Color del texto de los submenús al pasar el cursor */
}
/*
#fondo1{
   background-image: url(Escudo.png);
    background-repeat: no-repeat;
   background-position: bottom right;
   width: 300px;
}
*/

/*
body{
 background-image: url(Escudo.png);
background-position: left,200, center ;
background-origin: border-box;
background-repeat: no-repeat;
padding:80;
}
*/

.cuerpo{
/* html{ */
	background: url(elfondo.jpeg) no-repeat top center;
	-webkit-background-size: cover; */
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.fondo {
   float:left;
   padding:0;
   margin:0;
   position:static;
   size:portrait;
   alignment-adjust:auto;
}

.top li:hover ul, .top li.hvr ul, .top li.hvr ul {display: block;}
.top li:hover ul a, .top li.hvr ul a {
	color:#ddd; /* Color del texto de los submenús */
	background-color:transparent;
	text-decoration:none;
}

h6{
	font-family:"Times New Roman", Times, serif;
	font-weight:old;	
	margin-left:36px;
	font-size:30px;
	font-style:inherit;
	color:#CFCF7A;
}

.nada 
{
	height:400px;
	width:97%;
	margin-bottom:30;
	margin-right:21px;
 	margin-top:120px; 
	margin-left:20px;

	background:rgba(0%,0%,0%,0.7);
	 
	
}

.fondo_parrafo{
	height:400px;
	width:97%;

	margin-bottom:30;
	margin-right:21px;
 	margin-top:120px; 
	margin-left:20px;
	background:rgba(0%,0%,0%,0.7);
	
}

IFRAME{
	height:400px;
	width:800px;
	margin-top:-10px;
}


@media handheld
body{width:98%;font-family:Verdana;font-size:16px;} 
