@charset "utf-8";
/* CSS Document */

	body{
	background-color:#d1dac6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#425e23;
	}
	
	#listaTxt{
	margin:2;
	padding:0;
	}
	#listaTxt li{
	font-size:0.8em;
	text-align:justify;
	line-height:18px;
	list-style-type:circle;
	}
	
	#contenidoBox{
	margin-top:7px;
	}
	#menuAcces{
	margin-top:3px;
	}
	
	h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:15pt;
	color:#6c8a4a;
	border-bottom:2px solid #6c8a4a;
	}
	
	h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18pt;
	color:#6c8a4a;
	border-bottom:3px double #6c8a4a;
	}
	
	b{
	color:#6c8a4a;
	font-weight:bold;
	}
	
	#backgroundBox1{
	display:block;
	width:960px;
	height:14px;
	background-image:url(../images/box1_fondo.png);
	background-repeat:no-repeat;
	background-position:top;
	}
	
	#backgroundBox2{
	display:block;
	background-image:url(../images/box2_fondo.png);
	background-repeat:repeat-y;
	min-height:500px;
	}
	
	#backgroundBox3{
	display:block;
	background-image:url(../images/box3_fondo.png);
	width:960px;
	height:19px;
	background-repeat:no-repeat;
	background-position:top;
	}
	
	#backgroundBox4{
	display:block;
	background-image:url(../images/box2_fondo.png);
	background-repeat:repeat-y;
	height:25px;
	}
	#backgroundBox4 div{
	display:block;
	margin-left:30px;
	}
	
	p{
	font-size:0.8em;
	text-align:justify;
	line-height:18px;
	}
	
	#idiomas{
	text-align:right;
	font-size:0.9em;
	margin:0px 0px 5px 0px;
	}
	
	#enfila{
	margin: 5px 0px 0px 0px;
	padding: 0;
	}
	
	#enfila li{
	display:inline;
	margin-right: 5px;
	}
	
	#links{
	margin-top:1px;
	
	}
	#links2 #menuh{
	margin:1px 0px 0px 390px;
	}
	
	img{
	border:0px;
	}
	
	#description{
	font-size:9pt;
	}
	/*************/
	
	
	#menuh {
	font: 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	overflow:hidden;
}

#menuh ul, li {
	list-style-type: none;
}

#menuh ul {
	margin: 0;
	padding: 0;
}

#menuh li {
	float: left;
}

#menuh a {
	text-decoration: none;
	color: #577832;
	font-weight:bold;
	background: #d1dac6;
	display: block;
	padding: 3px 13px;
	text-align: center;
	border: 1px solid  #FFFFFF;
	border-width: 1px 1px 1px 0;
}


#menuh a#primero {
	border-left: 1px solid  #fff;
	
	
}

#menuh a:hover {
	background:  #bcc9ad;
	color:#000000;
}

	
	
	/*****************/
	
	
	
	
	
	
	
	
	
	/******** menu lateral *********/
	
.arrowlistmenu{
width: 180px; /*width of menu*/
margin-left:5px;
}
.arrowlistmenu2{
width: 180px; /*width of menu*/
margin-left:5px;
}





.arrowlistmenu .headerbar{
font: bold 9pt  Arial, Helvetica, sans-serif;
color: white;
background: white url(../images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;

padding: 4px 0 4px 10px; /*header text is indented 10px*/
}
.arrowlistmenu2 .headerbar2{
font: bold 9pt  Arial, Helvetica, sans-serif;
color: white;
background: white url(../images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;

padding: 4px 0 4px 10px; /*header text is indented 10px*/
}


.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}


.arrowlistmenu2 ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
font-size:9pt;
}

.arrowlistmenu2 ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
text-align:right;
font-size:9pt;
}


.arrowlistmenu ul li a{
color: #305107;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 3px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #eae8e8 /*#dadada*/;
font-size: 82%;
}
.arrowlistmenu2 ul li a{
color: #305107;
background: url(../images/arrowbullet2.png) no-repeat center right; /*custom bullet list image*/
display: block;
padding: 3px 0;
padding-right: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #eae8e8 /*#dadada*/;
font-size: 82%;
}



.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000;
background-color: #eae8e8;
}

.arrowlistmenu2 ul li a:hover{ /*hover state CSS*/
color: #000;
background-color: #eae8e8;
}

	
	/******* menu *********/	