
body{
	font-family: Arial, Helvetica, Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: left;
	background-color: #000000;
	margin:0px;
	padding:0px;

}

img{
	border: none;
}

.derecha{
	float:right;
}

h3{
	font-weight: bold;
	text-align:left;
}

ul{
	list-style-type:none;
}

/* ENLACES */




a:link {color: #779A14;
	text-decoration:none;}
a:visited {color: #ABA879;
	text-decoration:none;}
a:hover {color: #F85F00;
	text-decoration:underline;
	}
a:active  {color: #FFFFFF;
	text-decoration:none;}


/* ENLACES PARA FONDO BLANCO */

#contenido a:link {
	text-decoration:underline;}

.ficha{
	text-align:center;
	margin:2em auto;
	border: 1px solid #000;
	border-collapse: collapse;
}



.ficha th, .ficha td {
	border: 1px dotted #000;
	border-spacing:1em;
	padding: 10px;
}



/* CONTENEDOR DE LA PAGINA COMPLETA */

#contenedor { 
	background-color:#FAFAFA;
	color: #000000; 
	text-align: left;
	width:955px;
	margin: 0em auto 3em;
	padding:0px;

} 

/* CABECERA DEL CONTENEDOR */

#cabecera { 
    	width:955px;
	background-color: #FFFFFF; 
}

#cabecera-sup{
	height:150px;
	padding-top:20px;
	padding-right:9px;

}


#cabecera-inf{
	height:113px;
	color:#FFFFFF;
}

#cabecera-inf p{
	padding-left:790px;
	padding-top:95px;
}



/* BARRA DE MENUS */

#barra_m {
     	float:left;
	width:955px;
      	font-size: 1.3em;
      	font-weight:bold;      
      	line-height:normal;
	margin-top:5px;
	margin-bottom:5px;
}

    #barra_m ul {
          margin:5px;
          padding:0px 0px 0 2px;
          list-style:none;


      }
    #barra_m li {
      display: block;
      margin:0px;
      padding:0;
      }


    /* HACE EL MENU HORIZONTAL */	
    #barra_m a {
      float:left;
      background:url(../img/fondos/menu_izqda.png) no-repeat left top;
      margin:2px;
      padding:0 0 0 3px;
      text-decoration:none;
      }
    #barra_m a span {
      float:left;
      display:block;
      background:url(../img/fondos/menu_dcha.png) no-repeat right top;
      padding:6px 14px 7px 10px;
      color:#FFFFFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #barra_m a span {
	float:left;
	}

    #barra_m a:hover {
      background-position:0% -31px;
      }
    #barra_m a:hover span {
      background-position:100% -31px;
      }

      #barra_m #activo a {
              background-position:0% -31px;
      }
      #barra_m #activo a span {
              background-position:100% -31px;
      }



/* ESTRUCTURA DE LA PAGINA */

#contenedor2{
	width:955px;
	float:left;
}

.error h1{
	padding:1em 4em 0em;

}

#contenido{
	float: left;
	width: 70%;
	text-align:left;	
	margin-left: 2em;
}

#contenido p{
	text-align:justify;
	padding-left:2em;
	padding-right:3em;
}

#contenido h1 {
	font-size:1.8em;
	padding-left:1em;
	color:#779A14;
	}


#contenido h2{
	margin-left:1.3em;
	padding-left:0.5em;
	color:#779A14;
	background-color:#E7E4B9;
	
}

#contenido h3{

	padding-left:2.5em;
	
}

#contenido img{
	display:block;
	margin:1em auto;
}

#contenido ul{
	list-style-type: disc;
}


/* CODIGO DEL MENU LATERAL*/

#menu { 
    	width: 27%; 
   	float:left;
    	text-align:left;
	color:#FFFFFF;
} 




#menu-sup{
	background-image: url(../img/fondos/menu-sup.png); 
	float:left;
	width:266px;
	height:20px;	
}

#menu-cuerpo{
    	background-image: url(../img/fondos/menu-cuerpo.png); 
	background-repeat:repeat-y;
	float:left;
	width:266px;
	margin:0px;
	padding-right:4em;

}

#menu-inf{
	margin-top:0px;
	background-image: url(../img/fondos/menu-inf.png); 	
	float:left;
	width:266px;
	height:30px;
}

#menu h2{
	padding-left:0.8em;
	padding-right:1em;
}


#menu ul{
	padding-left:2em;
	padding-right:2em;
}

#menu-cuerpo .secund{
	list-style-type: disc;
	list-style-position: inside;
}




/* PIE DE PAGINA */

#pie{ 
    	padding-top:1.5em;
    	text-align:center;
	color:#FFFFFF;
    	clear:both;
  	height:90px;
	background-image: url(../img/fondos/pie.png);
	background-repeat: no-repeat;
} 

#pie span{
	padding: 0 1em;
}




/* ELEMENTOS DE LA PAGINA */



.centro{
	display:block;
	text-align:center;
	margin: 2em auto;
}


.centrado{
	text-align:center;
}


