/* CSS Document */

body {
  font-family:"trebuchet ms", "helvetica neue", helvetica, arial, sans-serif;
  font-size:1.0em;
  line-height:1.6em;
  text-align:center;
  color:#000;
  background-color:#E2EBED;
}

a{
  color:#1175C0;
}

a:hover{
  color:#139ea1;
}


input, textarea{font-family:Tahoma;font-size:11px;color:#000000;}
input, select, textarea { vertical-align:middle; font-weight:normal;}


h1, h2, h3, h4, h5{
  color:#1175c0;
  font-family:Arial, Helvetica, sans-serif;
  line-height:normal;
}

h1{ 
    font-size:1.9em;
	padding-top:10px;
	margin-bottom:10px;	
	color:#fff;
}


h2{ 	
	margin-bottom:5px;
	padding-left:5px;
	font-size:1.8em; 
    font-weight:normal;
	background-color:#9aad90;
	color:#000;
	height:38px;
}


h3{ 
	margin-bottom:10px;
	font-size:1.4em; 
    font-weight:normal;
	color:#61A5C8;
}


h4{ 
    margin-bottom:4px;
	padding-left:4px;
    font-size:1.2em; 
	border:#999999 1px dotted;
}


h5{ 
    margin-bottom:4px;
	padding-left:4px;
    font-size:1em; 
	border:#999999 1px dotted;
}






/* CONTENEDOR PRINCIPAL */

#contenedor{
  width:990px;
  margin:0 auto;
  padding:0px 10px 0px 10px;
  text-align:left;
  background-color:#fff;
}


/* FIN CONTENEDOR PRINCIPAL */



/* CABECERA */

#cabecera{
  padding:0 0 0 0px;
  height:145px;
  background-image: url(../img/bg_cabecera.jpg);
  background-repeat:  no-repeat;
}


#cabecera h1 {
  margin-left:5px;
  margin-bottom:5px;	
  padding-top:30px;
}

#cabecera span {
  margin-left:5px;
  font-size:0.9em;
}

#logo{

}

/* FIN DE CABECERA */




/* CONTENIDO */
#contenido {
  float:right;
  width:714px;

  padding-top:12px;
}

.contenido_texto {
  font-size:95%;
  line-height:1.6em;
  text-align:justify;
}




/* FIN DE CONTENIDO */


#barra_lateral {
  float:left;
  width:260px;
  padding:15px 0 0 15px;
}





#navegacion  ul {
  list-style-type: none;
  margin: 5px 0;
  padding: 0;
  width: 195px;
}

#navegacion li a{
  background:url(../img/arrow-list.gif) no-repeat 2px center;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  line-height: 1.9;
  color: #76838B;
  display: block;
  width: auto;
  padding: 3px 0 0 20px;
  text-decoration: none;
  border-bottom: 1px dotted #56869C;
}


* html #navegacion li a{  /* Hack para IE. Ancho del menu menos el pading left del link (20px) */
  width: 150px;
}


#navegacion li a:hover{
  color:#3089CB;
  font-weight:bold;
  background-color: #fff;
  background-image:url(../img/arrow-list-red.gif); /*onMouseover que cambia la imagen*/
}

#navegacion li a.slctd {
     color:#3089CB;
     font-weight:bold;
}


#navegacion li a.slctd:hover {
	color: #555; background-color: #fff;
}



#navegacion ul ul{
	margin:0px;
}


#navegacion li li a{
  background:url(../img/arrow-list.gif) no-repeat 12px center;
  padding-left:30px;
  color:#FF9900;
}

#navegacion li li li a{
  background:url(../img/arrow-list.gif) no-repeat 22px center;
  padding-left:40px;
  color:#FF9900;
}


#pie{
  clear:both;
  padding:0px 0 15px 0;
  height:20px;
  border-top:#D8D9DB 5px solid;
  font-size:0.8em;
  color:#8B8B8B;    
}

#copyr{
 float:left;
 margin-left:5px;
}




