body{
 	background-image:url(./imagenes/fondo.png);
 }
 #main{		    	
 	background-color:transparent;
 	width:860px;		    	
 	/*position:relative;
 	right:10px;
 	top:10px;
 	border:1px white solid;*/
 	margin:0 auto;
 }
 #cabecera{
 	background-color:white;
 	width:860px;
 	height:100px;
 	/*border:1px white solid;*/		    	
 }		     
 #escudos{
 	width:530px;
 	background-color:transparent;
 	text-align:center;
 	float:left;
 }
 #escudos img{
 	width:75px;
 	height:80px;
 	margin-top:10px;
 	position:relative;
 	border:0px;
 }
 
 #banner{
 	width:305px;
 	height:95px;
 	background-color:transparent;
 	text-align:center;
 	float:left;
 	margin-right:10px;
 }
 #banner img{
 	width:300px;		    	
 	margin-top:15px;		    	
 }
 
 /* ---- Menu ---- */
 #menu{
 	width:660px;
 	margin:0;
 	background-color:white;
 	overflow:hidden;
 	position:relative;
 	top:-10px;
 	height:42px;
 	float:left;
 	/*border-left:1px green solid;
 	/*border-right:1px black solid;*/
 }
 #menu img{
 	width:120px;
 	height:41px;	
 	position:relative;
 	bottom:-15px;
 	opacity:0.4;
 	filter: alpha(opacity=40);
 	float:left;
 	left:20px;
 	border:0px;
 }
/* #menu img.seleccionado{
 	bottom:-5px;
 	opacity:0.9;
 	filter: alpha(opacity=90);
 }*/
 
 #menu1{
width:200px;
 	margin:0;
 	background-color:white;
 	height:52px;
 	float:right;
 	position:relative;
 	top:-20px;  	
 }
 #menu1 img{
 	width:200px;
 	border:0px;
 }
 /* ---- Contenido ---- */
 #contenido{
 	width:840px;
 	height:650px;
 	border:10px #2ebc85 solid;
 	margin:0 0;
 	position:relative;
 	top:-20px;
 	clear:both;
 }
 iframe{
 	width:100%;
 	height:650px;
 }
 
 /* ---- Informes ---- */
 #informes{
 	width:860px;
 	background-color:white;
 	margin:0px;
 	height:320px;
 	position:relative;
 	left:-10px;		    	
 }
 #informes h5{
 	font-size:12px;
 	text-align:center;
 }
 .info{		    	
 	font-size:10px;
 	padding:5px;		    	
 	/*margin-top:1px;*/		    	
 	background-color:white;
 	font-family:verdana;
 	float:left;
 	width:256px;		    	
 }
 .info p{
 	border-right:3px red dotted;
 	padding-left:10px;
 }
 
 /*Logotipos de validacion */
 #validacion{
 	clear:both;
 }
 #validacion img{ 	
 	border:0px;
 	position:relative;
 	top:20px;
 	left:20px;
 }
