/* inicio */

html { margin: 0px; }
body {
/*	background-color: #f7f7ef;*/
	background-color: #e3e7d3;
	text-align: center;
	font: 0.8em Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	/*background-image:url(../imgs/bg_body.gif);
	background-position:0 0;
	background-repeat:repeat;*/
}
/**/
#cabecera, #contenedor, #footer{
	background-color:#29406e;
	}
	
#seccion, #col_izquierda, #col_central,  #col_derecha {
background-color:#839DAF;
min-height: 168px;
}
/**/
	
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover, a:active {
 	color: #FFFFCC;
	text-decoration: underline;
	}
/* CONTENEDOR PAGINA WEB */	
#contenedor {
	margin: 0px auto; 				/* to fix centering in Mozilla */
	text-align: left;
	width: 980px;					/* width should be the same as the background image */
	padding: 0px;
border-left: 1px solid #29406e;
	border-right:1px solid #29406e;
}

/* PIE */
#footer {
	margin: 0px auto; 				/* to fix centering in Mozilla */
	width: 980px;					/* width should be the same as the background image */
	height:36px;

}
#footer p{
color: #CED0CC;
padding: 8px 0px 0px 0px;
font-size:0.9em;
font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
text-align:center;
line-height:2em;
}
/* CABECERA  */
#cabecera {
	height: 114px;
	min-height:114px;
}
#cab_logo{
float: left;
margin:25px 0 0 20px;
padding:0;
width:220px;
height:50px;
}

#cab_dire{
float: right;
margin:12px 0 0 0;
padding:0;
width:230px;
}

#cab_dire p{ 
font-size: 86%;
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
padding: 10px 30px 12px 0px;
text-align: right;
text-align:right;
color:#CAD6DD;
}
#idiomas {
	height: 20px;
	color:#000;
	float:left;
	width:950px;
	text-align:right;
	padding: 2px 30px 2px 0px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #E3E7D3;
}

#idiomas a:link, #idiomas a:visited {
		color: #213358;
	text-decoration: none;
	}
#idiomas a:hover, #idiomas a:active {
 	color: #849B4B;
	text-decoration: underline;
	}
#franja2 {
	height: 16px;
	float:left;
	width:950px;
	padding: 2px 30px 2px 0px;
	background-color: #E3E7D3;
}
/* FOTO inicio*/
#fotofranja {
width:980px;
height: 250px;
margin:0;
padding:0;
float:left;
}



/*CUERPO */
#cuerpo{}
#seccion{
width:980px;
}
	
/* COLUMNA IZQUIERDA */

#col_izquierda {
	margin:0px 0 0 96px;
	width: 250/*326*/px;
	float: left;
	padding: 0px;}

/* center */
#col_central {			/* basically a modification of "maincol" */
	width: 250/*327*/px; 
	float: left;
	padding: 0px;
	margin:0px;
}
/* COLUMNA Derecha */
#col_derecha {			/* basically a modification of "maincol" */
	width: 250/*327*/px; 
	float: left;
	padding: 0px;
	margin:0px;
}

/*  submenu Vertical  1 */
  
#navcontainer1, #navcontainer2, #navcontainer3 {
	padding: 0px; 
	margin: 20px 0 20px 90px;
	width: 140px; 
	color: #fff;
	text-align:left;
	
}
#navcontainer1 ul, #navcontainer2 ul,#navcontainer3 ul {
	padding: 0px; 
	margin: 0px; 
	border-style: none; 
	list-style:none;
}

#navcontainer1 li, #navcontainer2 li, #navcontainer3 li {
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#navcontainer1 li a, #navcontainer2 li a, #navcontainer3 li a {
	padding: 2px 5px 2px 18px; 
	display: block; 
	width: 100px; 
	color: #fff; 
	text-decoration: none;
	background-image:url(../imgs/bg_flecha.gif);
	background-position: 0px 3px;
	background-repeat:no-repeat;
}
#navcontainer1 li a:hover, #navcontainer2 li a:hover, #navcontainer3 li a:hover {
	color: #000; 
	background-image:url(../imgs/bg_flecha2.gif);
	background-position: 0px 3px;
	background-repeat:no-repeat;
}
 
/*VARIOS */	
.clear { clear: both; }
p{
margin:0px;
padding: 0px;
color: #000;
text-align:left;}
.separabottom {
line-height:24px;
}
form input{
margin:0;
padding:0;
}
h1{
	margin: 20px 50px 6px 50px;
	padding: 0px 0 4px 14px;
	font-size: 1.2em;
	color:#29406E;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
	letter-spacing: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #29406E;
}
