body {
	background: #343434 url(../img/fondo.jpg);
	margin: 0;
	padding: 0;
	font-family: verdana, arial;
}

a, a:link, a:hover, a:visited {
	color: black;
	text-decoration: none;
}
a img{border:0}
#pagina {
	width: 990px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/************************** CABECERA ***************************************/
#cabecera {
	background: url("../img/fondo_cabecera_.jpg") no-repeat top left;
	width: 100%;
	height: 161px;
	overflow: hidden;
	margin: 25px 0 0 0;
	padding: 0;

	/*border: 1px solid black;*/
}
h1{color:#9ec01d;float:left;font-size: 25px;height:161px;padding:132px 0 0 0;margin:0 0 0 20px;font-family: times new roman,verdana, arial;}
#cabecera img.logo {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
}

#cabecera ul {
	margin: 0 100px 0 100px;
	padding: 30px 0 2px 0;

	border-bottom: 1px solid #9FC11A;
}

#cabecera ul li{
	display: inline;
	margin: 0;
	padding: 8px 12px 0px 12px!important;
	padding: 2px 12px 0px 12px;
	height: 16px;
	font-size: 12px;

	border-left: 1px solid #9FC11A;

}

#cabecera ul li.primero{
	border: 0;
}

#cabecera ul li a img{
	margin: 0;
	padding: 0;
	border: 0;
	

}

#cabecera ul li a:hover img{
	margin: 0;
	padding: 0;
	border: 0;

}

/************************** CUERPO ***************************************/
#cuerpo {
	background: url("../img/fondo_cuerpo_.jpg") no-repeat top left;
	position: relative;
	width: 100%;
	height: 406px;
	overflow: hidden;
	margin: 0;
	padding: 0;


}

#listado_proyectos {
	position: relative;
	width: 547px;
	height: 410px;
	margin: 15px 0px 0px 15px; /*Fox*/
	float: left;
	font-size: 13px;
        z-index:70;
}
#listado_proyectos a img{border:0;}
#capa_g_1{position: relative;width:347px;float:left;background:  url(../img/borde-gris.png) no-repeat -16px 0px;height:17px;margin:0 0 -16px 0; z-index:100;}
#capa_g_2{position: relative;width:200px;float:left;background:  url(../img/borde-gris.png) no-repeat 184px 0px;height:17px;margin:0 0 -16px 0;; z-index:100; }
#capa_g_3{position: relative;width:347px;float:left;background:  url(../img/borde-gris.png) no-repeat -16px -16px ;height:19px;margin:-18px 0 0 0;; z-index:100;}
#capa_g_4{position: relative;width:200px;float:left;background:  url(../img/borde-gris.png) no-repeat 184px -16px ;height:19px;margin:-18px 0 0 0;; z-index:100;}

#licencia{margin:14px 0 0 0;}
#cont_i{height:40px;width:10px;float:left;}
#cont_c{height:40px;width:527px;float:left;line-height: 40px;background: #6a6a6a}
#cont_d{height:40px;width:10px;float:left;}
#cont_i_a{position: relative;width:10px;float:left;background: url(../img/borde-gc.png) no-repeat 0px 0px;height:10px;line-height:0px;margin:0;padding:0;overflow:hidden; }
#cont_i_b{position: relative;width:10px;float:left;background: url(../img/borde-gc.png) no-repeat 0px -10px;height:10px;line-height:0px;margin:0;padding:0;overflow:hidden; }
#cont_d_a{position: relative;width:10px;float:left;background: url(../img/borde-gc.png) no-repeat -10px 0px ;height:10px;line-height:0px;margin:0;padding:0;overflow:hidden;}
#cont_d_b{position: relative;width:10px;float:left;background: url(../img/borde-gc.png) no-repeat -10px -10px ;height:10px;line-height:0px;margin:0;padding:0;overflow:hidden;}
#cont_i_c{position: relative;width:10px;float:left;background: #6a6a6a;height:19px;margin:0;}
#cont_d_c{position: relative;width:10px;float:left;background: #6a6a6a;height:19px;margin:0;}

#cont_c img{margin:3px 0 0 4px;float:left;}

#listado_proyectos ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#listado_proyectos ul li{
	margin: 6px 2px 2px 10px;
	padding: 0 0 0px 0;
	border-bottom: 1px solid #9FC11A;
	width: 95%;
}

#listado_proyectos ul li.primero{
	width: 265px;
	min-height: 75px;
}

#listado_proyectos div.tit_fecha{
	margin: 0;
	padding: 0;
	width: 85%;
	font-weight: bold;
	float: left;

}

#listado_proyectos div.tit_fecha span.fecha{
	font-size: 0.9em;
	color: #336633;
}

#listado_proyectos div.masinfo {
        margin: 0px;
        padding: 5px 0 3px 0;
}

#listado_proyectos div.texto{
	margin: 1px 0 1px 0;
	padding: 0;
	width: 100%;
}

#cuerpo ul#pestanas{
	list-style-type: none;
	margin: 150px 0 0 865px;
	padding: 0 0 0 8px;
}

#cuerpo ul li.ant{
	margin: 0px 0 0 0px;
	padding: 0 0 0 0px;
}
#cuerpo ul li.sig{
	margin: 0px 0 0 0px;
	padding: 0 0 0 2px;
}
#cuerpo ul li.vol{
	margin: 0px 0 0 0px;
	padding: 10px 0 0 2px;
}

#cuerpo ul li a img, #cuerpo ul li a:hover img {border:0;}
img.oculto {border:0;visibility:hidden;}

/************************** PIE ***************************************/
#pie {
	background: url("../img/fondo_pie_.jpg") no-repeat top left;
	position: relative;
	width: 100%;
	height: 76px;
	overflow: hidden;
	margin: 0;
	padding: 0;

	/*border: 1px solid black;*/

}

/************************** IDIOMAS ***************************************/
ul#idiomas {
		background: url("../-img/icono_idiomas.gif") no-repeat top left;
	position: absolute;
	width: 85px;
	height: 83px;
	top: 180px;
	right: 20px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	color: #336633;
	font-size: 10px;
	font-weight: bold;
	list-style-type: none;

}

ul#idiomas li.euskara {
	margin: 24px 0 0 18px;
}

ul#idiomas li.castellano {
	border-top: 1px solid #336633;
	margin: 2px 13px 0 12px;
}

ul#idiomas li.euskara a, ul#idiomas li.castellano a{color: #336633;}
ul#idiomas li.euskara a:hover, ul#idiomas li.castellano a:hover{color: white;}

ul#idiomas {
		background:transparent url("img/icono_idiomas.png") no-repeat top left;

color:#336633;
float:left;
font-size:10px;
font-weight:bold;
height:83px;
list-style-type:none;
margin:0;
overflow:hidden;
padding:0;
position:absolute;
right:0;
top:195px;
width:85px;
z-index:100;

}

/*Cuando se ponga inglis, quitar esto y descomentar lo siguiente*/
ul#idiomas, ul#idiomas li {border:0;}
ul#idiomas li.primario {
	margin: 24px 0 0 18px;
}

ul#idiomas li.secundario {
	border-top: 1px solid #336633;
	margin: 2px 13px 0 12px;
}

ul#idiomas li.primario a, ul#idiomas li.secundario a{color:6 #336633;}
ul#idiomas li.primario a:hover, ul#idiomas li.secundario a:hover{color: white;}

/*
ul#idiomas li.euskara {
	margin: 18px 0 0 18px;
}

ul#idiomas li.castellano {
	border-top: 1px solid #336633;
	border-bottom: 1px solid #336633;
	margin: 2px 13px 0 12px;
}

ul#idiomas li.ingles {
	margin: 2px 5px 0 18px;
}*/

ul#idiomas li.primario a, ul#idiomas li.secundario a {color: #336633;}
ul#idiomas li.primario a:hover, ul#idiomas li.secundario a:hover{color: white;}

/************************** NOTA INICIO **********************sans*****************/
#nota_inicio{
		background:transparent url("-img/fondo_nota_inicio.png") no-repeat top left;

	position: absolute;
	width: 325px;
	height: 434px;
	top: 108px;
	left: 45px;
	overflow: hidden;
	margin: 0;
	padding: 0;

}

#nota_inicio p{
	font-size:14px;
	width: 252px;
	margin: 75px 20px 10px 20px;
	text-align: center;
	font-weight: bold;
}

#nota_inicio p strong{
	font-weight: bold;
	background-color: #A9B913;
	padding: 1px 2px 1px 2px;
}

/************************** POSTIT INICIO ***************************************/
#postit_inicio{
		background:transparent url("-img/fondo_postit_inicio.png") no-repeat top left;
	position: absolute;
	width: 190px;
	height: 196px;
	top: 0px;
	right: 0px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#postit_inicio p{
	width: 140px;
	margin: 4px 5px 0px 20px;
	text-align: center;
	font-weight: bold;
	color: white;
	font-size: 10px;
	line-height: 12px;pri
}

#postit_inicio p.resaltado{
	width: 140px;
	margin: 25px 5px 0px 20px;
	text-align: center;
	font-weight: bold;
	color: white;
	font-size: 14px;
	line-height: 15px;
}
li.separator{sans
	margin: 0 0 0 200px !important ;
}
#cabecera ul li.langset{
	margin: 0px !important;
	padding: 0px !important;
}
#cabecera ul li.langset a{
	margin: 0 !important;
	padding: 0 !important;
}
li.langset a{
	color:#9FC11A;
font-weight:bolder;
}

#menu li a img{ height:18px;}
ul#menu{color:#9ec01d;font-size:12px;list-style-type: none;font-weight:bold; margin:5px 0;padding:0px;}
ul#menu li{color:#6a6a6a;font-size:14px;list-style-type: none;font-weight:bold; text-align:right;margin:0px;padding:5px 0;border-bottom:#6a6a6a 1px solid }


ul#menu_idioma{color:#6a6a6a;font-size:12px;list-style-type: none;font-weight:bold;margin:0 }
ul#menu_idioma li{float:right;margin:25px 0px 0px 0px;padding-left:10px;text-align:right;background: url(../img/bull_idioma.gif) no-repeat 2px center}
ul#menu_idioma li.activo{background:none}

ul#menu_pie{color:#6a6a6a;font-size:12px;list-style-type: none;font-weight:bold;margin:0 }
ul#menu_pie li{float:right;margin:0px 0px 0px 0px;padding-left:10px;text-align:right;background: url(../img/bull_pie.gif) no-repeat 3px center;width:auto;display:inline !important;border:0;}
ul#menu_pie li.pri{background:none}

#cont_menu_home{width:160px;float:left;}
#cont_menu_home ul#menu a,a:link, a:visited{color:#9ec01d;font-family: times new roman,verdana, arial;font-size:17px;}
#cont_menu_home ul#menu a:hover{color:#6a6a6a;font-family: times new roman,verdana, arial;font-size:17px;}
#cont_menu_home ul#menu_idioma a,a:link, a:visited{color:#9ec01d;font-family: verdana, arial;font-size:12px;}
#cont_menu_home ul#menu_idioma a:hover{color:#6a6a6a;font-family: verdana, arial;font-size:12px;}
#texto_home {width:161px;margin:20px 0 0 15px;float:left}
#texto_home p{color:#fff;font-family: verdana, arial;font-size:12px;font-weight:bold;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}