body{
	font-family: Arial, Helvetica, sans-serif;
	background-color:#E6EBC1;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
}
a {
	color:#6B7B07;
}
a:hover {
	color:#6B7B07;
	text-decoration:none;
}
body table tr td{
	font-size: 75%;
}
#tablamaq{
	border: 1px solid #93A32E;
	background-color:#FFFFFF;
}

/*------------------------------------------- Enlaces -----------------------------------------------*/

a.ico {
	background: #ffffff url(img/icoenlaces.gif) no-repeat center right;
	padding-right:12px;
}
a.icopdf {
	background: url(img/ico-pdf.gif) no-repeat center right;
	padding-right:18px;
}
.flechaDescarga {
	border:0;
	
}

/*------------------------------------------- Menú -----------------------------------------------*/
#menu {
	background: #000000 url(img/fondo_menuv.jpg) repeat-x center;
	height: 20px;
	font-size:105%;
	letter-spacing:.01em;
	margin-right: auto;
	margin-left: auto; 
}

#menu ul {
    margin:0;
    padding:0;
    list-style:none;
	text-align:center;
}
#menu li {
	float:left;
	width:105px;
	padding:4px 9px 3px 9px;
	border-right:1px solid #D8EF66;
	list-style-type:none;
	list-style-image:none;
}
#menu li.noborde {
	border-right:0;
}
#menu a {
	text-decoration:none;
	font-weight: normal;
	color: #ffffff;
}
#menu li.activo {
	padding:4px 9px 2px 9px;
	color:#000000;
	background:#B5CE39 ;
}
#menu li a:hover {
	color:#000000;
}

img {
	border: 1px solid #CCCCCC;
	padding: 2px;
}
h2 img {
	border: 0;
	padding-right:5px;
}
h1 {
	color: #8D9D2A;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 140%;
}
h2 {
	color: #8D9D2A;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 120%;
}

#contenido ul {
	margin-left: 0px;
	
}
#contenido li{
	list-style-type:none;
	background: url(img/icosubmenu.gif) no-repeat left 8px;
	padding-left:15px;
}
.recuadro {
	padding: 0 10px 10px 10px;
	margin-bottom:10px;
	border: 1px solid #B5CE39;
}
.recuadroSin {
	padding: 0 10px 10px 10px;
	margin-bottom:10px;
	border: 0;
}
.left {
	float:left;
	width:400px;
}
.right {
	float:right;
	padding-top:10px;
}
.clear {
	clear:both;

} 
.verde {
	color: #8D9D2A;
}
#cabecera{
	background: url(img/cabecera.gif) no-repeat;
	background-color:#FFFFFF;
	height:110px;
	text-align:right;
	padding-bottom: 5px;
	padding-right: 5px;
}
#cabecera img{
	border:0;
}

#celdaenlaces{
	padding-bottom: 0;
}
#tablacab{
	padding-bottom: 5px;
	}
#menu {
	background-color:#93A32E;
	padding: 3px 0px 3px 0px;
}


#contenido{
	background-color:#FFFFFF;
	line-height:110%;
	padding-top:0;
}
#pie{
	text-align:center;
	font-size:130%;
}
#pie .verde{
	color: #5C6A05;
	font-weight:bold;
	
}