@charset "utf-8";
/* CSS Document */

body { padding:0; margin: 0; font: 0.7em Tahoma, Arial, sans-serif; line-height: 1.6em; color: #454545; width:998px; margin-left:auto; margin-right:auto;  }


a { color: #003B6E; background: inherit; }

a:hover { color: #9EC068; background: inherit; }	


/* headings */

h1 {
	font: bold 1em "Arial", Sans-Serif; 
	margin: 0; 
	letter-spacing:normal; 
	background-image:url(../imagenes/greenbtn7.gif); 
	color:#FFF; 
	height:26px; 
	}

h2 { font: bold 2em Arial, Sans-Serif; margin: 0; padding: 0; }

h1 a, h2 a { color: #2b2b2b; background: #fff; text-decoration: none; }

h1 a:hover, h2 a:hover { color: #2b2b2b; background: #FFF; }

.title { color: #808080; background: #fff; }


/* listas y elementos de formularios */

ul { margin: 0; padding : 0; list-style : none; }

form { margin: 0; }

.boton { padding: 4px; font: bold 12px Arial, Sans-Serif; }

.caja {
	text-align: right;
	padding: 32px 20px 12px 20px;
	margin-left:15px;
	min-height: 22px; /* FF height */
	height: 25px;	/* IE height */
	width: 150px;
	font:"Lucida Console", Monaco, monospace;
 	color:#369;
}

input:focus{
	border: 2px solid #4185D1;
	background:#f3f3f3;
}
select:focus{
	border: 2px solid #4185D1;
	background:#f3f3f3;
}

div.links ul{
padding-left:25px !important;
margin:0 !important;
width:210px;
float:left;
list-style-type: disc;
}

.header { 
	height: 145px; 
	background-image:url(../imagenes/BannerWEB3.gif); 
	
	}

.secion {
 float:right;
 margin-right:30px;
 margin-top:15px;
 width:450px;
 text-align:right;
 position:static;
 z-index:3;
}

.cabeza{
	
	width:998px;
	/*background-image:url(../imagenes/FondoHeader.jpg);
	height:40px;*/
	background-repeat:repeat-x;
	position:relative;
	z-index:0;
	text-align:center;
	float:none;
	
}


/* Contenido Principal de la derecha */ 
.principal {
	float:none;
	width:798px;
	margin-left:190px;
	margin-right:10px;
	margin-top:0px;
	background-color:#FFF;
}
/* footer  */

.footer { clear: both; text-align: center; line-height: 1.8em; padding: 10px 0 10px 0; border-top: 1px solid #ccc; background-image:url(../imagenes/FondoAzulAbajo.jpg); background-repeat:no-repeat; background-color:#FFF;}
