@charset "utf-8";
/* CSS Document */

header, section, footer, article, #wrapper_header {display:block;}

.limpiar {clear:both;}

body {
	margin:0px;
	background-image:url(../img/fondo_seamless.jpg);
}

h4 {
	font-family:'Source Sans Pro', Calibri;
	font-weight:bold;
	color:#101010;
	font-size:1.1em;
	}
a:hover h4 {color:#273677;}

h3 {font-family:'Source Sans Pro', Calibri;
	font-weight:300;
	color:#273677;
	font-size:1.4em;}

h2 {font-family:'Source Sans Pro', Calibri}

h1 {font-family:'Source Sans Pro', Calibri;
	font-weight:500;
	color:#101010;
	}

p { font-family:'Source Sans Pro', Calibri;
	font-weight:500;
	color:#101010;
	font-size:0.85em;
	}

.centrar_contenidos{
	width:990px;
	margin:0 auto;}

/*---MAQUETACIÓN---*/
#contenedor {
	width:100%;
	}
	
/*---Cabecera---*/
#wrapper_header {
	width:100%;
	height:100%;
	background-color:#0d1c43;
	border-bottom:#182979 solid 5px;
	}		
#cabecera {
	margin:0 auto;
	max-width:990px;
	min-width:320px;
	padding:20px;
	}
/*---POSICONAMIENTO---*/	
#posicionweb{
	margin:0 auto;
	width:970px;
	height:auto;
	background-color:#ccc;
	padding:10px;
	-webkit-border-shadow: 0px 2px 20px #aaa inset;
	-moz-border-shadow:0px 2px 20px #aaa inset;
	box-shadow:0px 2px 20px #aaa inset;
	-webkit-border-shadow:0px 6px 6px -3px #999;
	-moz-border-shadow:0px 6px 6px -3px #999;
	box-shadow:0px 6px 6px -3px #999;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;

	}
#posicionweb a{
	font-family:'Source Sans Pro', Calibri;
	font-weight:bold;
	color:#101010;
	font-size:0.9em;
	text-decoration:none;
	}
#posicionweb a:hover{color:#273677}
/*---Cuerpo---*/
#wrapper_article {
	width:100%;
	height:auto;
	background: url(../img/body_wrapper.png) repeat-x;
	}
#cuerpo {
	margin:0 auto;
	width:990px;
	min-width:320px;
	height:auto;
	}
	
.cuerpo_titulo{
	width:100%;
	height:auto;
	}

.cuerpo_menu{
	margin:0 auto;
	
	padding:20px 0;
	}
.cuerpo_menu ul{
	margin:0;
	list-style:none;
	text-align:center;
	
	}
.cuerpo_menu ul li{
	float:left;
	width:21%;
	padding:10px;
	border:1px dotted #aaa;
	background-color:#eee;
	}

.cuerpo_menu ul li a{
	font-family:'Source Sans Pro', Calibri;
	font-size:14px;
	color:#101010;
	text-decoration:none;
	display:block;
	}
.cuerpo_menu ul li a:hover{
	color: #182A73;
	text-decoration:underline;}	

.ovalo {
	margin:0 auto;
	width:700px;
	height:45px;
	background-color:#eee;
	-webkit-border-radius:30px 10px;
	-moz-border-radius:30px 10px;
	border-radius:30px 10px;
	-webkit-border-shadow: 0px 8px 60px #999; 
	-moz-border-shadow:0px 8px 60px #999;
	box-shadow:0px 8px 60px #999;
	}
.ovalo h4{text-align:center;margin:0;padding:12px 5px 0 5px;}
	
	
.item_cuerpo{
	width:33.4%;
	height:auto;
	float:left;
	}
.item_cuerpoIzq, .item_cuerpoDcha{
	width:33.3%;
	height:auto;
	float:left;
	
	}
.item_cuerpoIzq ul{
	list-style:none;
	text-align:right;
	margin:0;
	padding:20px 0px 10px 5px;
	
	}
.item_cuerpoDcha ul{
	list-style:none;
	text-align:left;
	margin:0;
	padding:20px 5px 10px 0px;
	
	}
.item_cuerpoIzq ul li, .item_cuerpoDcha ul li{
	line-height:20px;
	border-bottom:1px dotted #999;
	
	}
.item_cuerpoIzq ul li a, .item_cuerpoDcha ul li a{
	font-family:'Source Sans Pro', Calibri;
	font-size:11px;
	color:#101010;
	text-decoration:none;
	display:block;
	width:94%;
	}
.item_cuerpoIzq ul li a{padding:0 20px 0 0;}
.item_cuerpoDcha ul li a{padding:0 0 0 20px;}
.item_cuerpoIzq ul li:hover, .item_cuerpoDcha ul li:hover{background-color:#ddd; cursor:pointer;}
.item_cuerpoIzq ul li a:hover, .item_cuerpoDcha ul li a:hover{color:#273778;}

.item_activo{background-color:#ddd;}
.item_activo a:hover{color:#101010 !important;}


.bottom_item {
	width:200px;	
	height:25px;
	margin:0 auto;
	float:left;
	background: rgba(173,173,173,1);
	background: -moz-linear-gradient(360deg, rgba(173,173,173,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(360deg, rgba(173,173,173,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(360deg, rgba(173,173,173,1) 0%, rgba(255,255,255,0) 100%);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border-left:1px solid rgba(150,150,150,1.00);
	border-right:1px solid rgba(150,150,150,1.00);
	border-bottom:2px solid rgba(150,150,150,1.00);
	-moz-box-shadow:0px 3px 10px rgba(111,111,111,1.00);
	-webkit-box-shadow:0px 3px 10px rgba(111,111,111,1.00);
	box-shadow:0px 3px 10px rgba(111,111,111,1.00);
	}
.bottom_item a{
	display:block;
	text-align:center;
	font-family:'Source Sans Pro', Calibri;
	color:#101010;
	font-size:0.90em;
	font-weight:500;
	text-decoration:none;
	margin:0;
	padding-top:4px;}
.bottom_item a:hover{color:#273778;}

/*---Cuerpo2---*/

.linea_separador{	
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	}
#cuerpo2{
	margin:0 auto;
	width:990px;
	height:auto;
	margin-top:15px;
	background-color:#fff;
	
	}
.item_cuerpo2{
	width:47.9%;
	padding:1%;
	background-color:#fff;
	float:left;
	border-right:1px dotted #ccc;
	}
.item_cuerpo2 ul{
	margin:0;
	padding:0;
	list-style:none;
	}
.item_cuerpo2 ul li{
	display:block;
	width:98%;
	height:30px;
	margin:0;
	padding:0px 1% 0px 1%;
	border-bottom:1px dotted #999;
	}
.item_cuerpo2 ul li a{
	display:block;
	float:right;
	margin-top:4px;
	font-family:'Source Sans Pro', Calibri;
	font-weight:500;
	color:#101010;
	font-size:1em;
	}
.item_cuerpo2 ul li a:hover{
	color:#273778;}
.item_cuerpo2 ul li img{
	display:block;
	float:right;
	margin-left:10px;
	margin-top:2px;}
 .item_cuerpo2 ul li span{
	display:block;
	margin-top:1%;
	float:left;
	font-family:'Source Sans Pro', Calibri;
	font-weight:500;
	color:#101010;
	font-size:1em;}

.item_cuerpo2Dcha{
	width:47.9%;
	padding:1%;
	background-color:#fff;
	float:right;
	}
.item_cuerpo2Dcha ul{
	margin:0;
	padding:0;
	list-style:none;
	}
.item_cuerpo2Dcha ul li{
	display:block;
	width:98%;
	height:30px;
	margin:0;
	padding:0px 1% 0px 1%;
	border-bottom:1px dotted #999;
	}
.item_cuerpo2Dcha ul li a{
	display:block;
	float:right;
	margin-top:4px;
	font-family:'Source Sans Pro', Calibri;
	font-weight:500;
	color:#101010;
	font-size:1em;
	}
.item_cuerpo2Dcha ul li a:hover{
	color:#273778;}
.item_cuerpo2Dcha ul li img{
	display:block;
	float:right;
	margin-left:10px;
	margin-top:2px;}
 .item_cuerpo2Dcha ul li span{
	display:block;
	margin-top:1%;
	float:left;
	font-family:'Source Sans Pro', Calibri;
	font-weight:500;
	color:#101010;
	font-size:1em;}
	
.ico2 {
	float:left;
	width:140px;
	margin-left:120px;
	background-image:url(../img/procedimientosAbiertos.png);
	transition:background-image 1s;
	-webkit-transition:background-image 1s;
	-moz-transition:background-image 1s;
	-o-transition:background-image 1s;
	}
.ico2:hover {
	width:140px;
	background-image:url(../img/procedimientosAbiertoshover.png);
	}
.ico3 {
	float:left;
	width:140px;
	margin-left:100px;
	background-image:url(../img/contratosMenores.png);
	transition:background-image 1s;
	-webkit-transition:background-image 1s;
	-moz-transition:background-image 1s;
	-o-transition:background-image 1s;

	}
.ico3:hover {	
	background-image:url(../img/contratosMenoreshover.png);
	}
.ico1 {
	float:left;
	width:140px;
	margin-left:100px;
	background-image:url(../img/procedimientossinPublicidad.png);
	transition:background-image 1s;
	-webkit-transition:background-image 1s;
	-moz-transition:background-image 1s;
	-o-transition:background-image 1s;
	}
.ico1:hover {	
	background-image:url(../img/procedimientossinPublicidadhover.png);
	}

/*------ORGANIGRAMA---------*/
.item_organigrama{
	width:990px;
	margin:0 auto;
	text-align:center;
	}	

/*------CONSTRUCCIÓN---------*/
.item_construccion{
	width:990px;
	height:100%;
	margin:0 auto;
	text-align:center;
	background-color:#fff;
	}
/*------PUESTOS DE TRABAJO---------*/
.item_puestos{
	width:955px;
	height:100%;
	margin:0 auto;
	background-color:#fff;
	padding:10px;
	padding-left:25px;
	}
.item_puestos ul{
	margin:0;
	padding:0;
	width:300px;
	height:auto;
	}
.item_puestos ul li {
	list-style:none;
	border:1px dotted #aaa;
	float:left;
	width:140px;
	height:50px;
	text-align:center;
	
	}
/*------CONVENIOS TAMBIÉN SE USA PARA ENCOMIENDAS Y EN EL PERFILDELCONTRATANTE----------*/
.item_convenios{
	width:990px;
	height:100%;
	margin:0 auto;
	text-align:center;
	background-color:#fff;
	}
.item_convenios table {
	width:90%;
	font-family:'Source Sans Pro', Calibri;
	color:#101010;
	font-size:0.95em;
	text-align:left;
	margin:0 auto;


	}

.item_convenios th{
	padding-left:10px;
	border-bottom:1px dotted #aaa;
	background-color:#eee;
	}
.item_convenios td{
	padding-left:10px;
	padding-right:25px;
	border-bottom:1px dotted #aaa;
	height:35px;
	font-family:'Source Sans Pro', Calibri;
	font-weight:500;
	color:#101010;
	font-size:0.95em;
	padding-top:10px;
	}
.item_convenios td a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	}
.item_convenios td a{
	color:#101010;}
.item_convenios td a:hover{
	color:#273677;}
	
	
.item_convenios1 table {
	width:100%;
	font-family:'Source Sans Pro', Calibri;
	color:#101010;
	font-size:0.95em;
	text-align:left;
	margin:0 auto;
}	
.item_convenios1 th{
	background:#182B74;
	padding-left:2px;
	border:1px solid #aaa;
	color:#FFF;
	text-align:center;
	
	}
.item_convenios1 td{
	padding-left:2px;
	padding-right:2px;
	border:1px dotted #aaa;
	height:35px;
	font-family:'Source Sans Pro', Calibri;
	font-weight:500;
	color:#101010;
	font-size:0.85em;
	padding-top:10px;
	text-align:center;
	background-color: #C1DCF7;
	}
.item_convenios1 td a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	}
.item_convenios1 td a{
	color:#101010;}
.item_convenios1 td a:hover{
	color:#273677;}
	/*------CONTRATOS----------*/
.item_contratos{
	width:990px;
	height:100%;
	margin:0 auto;
	text-align:center;
	background-color:#fff;
	}
.item_contratos table {
	width:99%;
	font-family:'Source Sans Pro', Calibri;
	color:#101010;
	font-size:0.85em;
	text-align:left;
	margin:0 auto;


	}
.item_contratos th{
	text-align:center;
	padding:2px;
	border-bottom:1px dotted #aaa;
	background-color:#eee;
	}
.item_contratos td{
	padding:10px;
	border-bottom:1px dotted #aaa;
	height:35px;
	font-family:'Source Sans Pro', Calibri;
	font-weight:500;
	color:#101010;
	font-size:1em;
	padding-top:10px;
	}
.item_contratos td a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	}
.item_contratos td a{
	color:#101010;}
.item_contratos td a:hover{
	color:#273677;}
/*------INFORMACIÓN CONTABLE Y PRESUPUESTARIA, TAMBIÉN SE USA PARA SUBVENCIONES Y AYUDAS PÚBLICAS---------*/
.item_contable{
	width:990px;
	height:100%;
	margin:0 auto;
	background-color:#fff;
	}
.item_contable ul{
	margin:0;
	padding:0;
	list-style:none;
	padding:20px;
	}
.item_contable ul li{
	font-family:'Source Sans Pro', Calibri;
	font-weight:500;
	color:#101010;
	font-size:1em;
	height:45px;
	border-bottom:1px dotted #aaa;
	
	
	}
.item_contable ul li span{
	display:block;
	width:80%;
	float:left;
	padding-top:5px;
	}
.item_contable ul li a{
	display:block;
	padding-top:8px;
	float:right;}
.item_contable ul li a:hover img{
	opacity:0.7;
	filter: alpha(opacity=90);
	}
/*------PERFILDELCONTRATANTE---------*/
.item_perfildelcontratante{
	width:990px;
	height:100%;
	margin:0 auto;
	text-align:center;
	background-color:#fff;
	}
/*------SOLICITUD DE INFORMACIÓN---------*/
.item_informacion1{
	width:990px;
	height:100%;
	margin:0 auto;
	background-color:#fff;
	}
.item_informacion1 ul{
	list-style:none;
	margin:0;
	padding:0;
	}
.item_informacion1 ul li{
	padding:10px;
	border-bottom:1px dotted #aaa;
	
	}
.item_informacion1 ul li p{margin:0; padding:0;}
.item_informacion1 a {color:#273677; text-decoration:underline;}
.item_informacion1 a:hover{color:#273677; font-weight:bold;}

.item_informacion2{
	width:47%;
	height:100%;
	background-color:#fff;
	float:left;
	}
.item_informacion3{
	width:47%;
	height:100%;
	background-color:#fff;
	float:right;
	}
/*------MEJORAR---------*/
.item_mejorar{
	width:990px;
	height:100%;
	margin:0 auto;
	background-color:#fff;
	}
.item_mejorar1{
	padding:10px;
	width:48%;
	}
/*------PIE---------*/
#wrapper_footer {
	width:100%;
	height:279px;
	background: url(../img/sombra_footer.png) repeat-x;
	border-top:1px solid #999;
	}
#pie{
	margin:0 auto;
	width:990px;
	height:279px;
	}
.item_pie{
	width:290px;
	height:250px;
	padding:20px;
	float:left;
	}
.item_pie p a {
	text-decoration:none;
	color:#101010;
	font-size:1.3em;
	}
.item_pie p a:hover{color:#273778;}
.item_pie a:hover img {
	opacity:0.9;
	filter: alpha(opacity=90);}
	
	
	
	
	
	/*nuevas*/
.consejoadmin_retribucion{
	padding-left:10px;
	color:#101010;}
	
	/*------actas---------*/
.item_actas{
	width:955px;
	height:100%;
	margin:0 auto;
	background-color:#fff;
	padding:10px;
	padding-left:25px;
	}
.item_actas ul{
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	}
.item_actas ul li {
	list-style:none;
	border:1px dotted #aaa;
	float:left;
	width:80%;
	height:auto;
	text-align:center;
	
	}
	.item_actas ul li a {
	color:#273778;
	text-decoration:none;}
.item_actas ul li a:hover {
	color:#000;
	text-decoration:underline;}