/* CSS Document */




/*General*/

body {
	margin: 0;
	padding: 0;
	background-color: #ebebeb;
	background-image: url(../imagenes/textura01.gif);
	background-repeat: repeat-x; 
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
}

:focus {outline:0;}

#contenedor {
	margin: 0 auto;
	position: relative;
	top: 10px;
	width: 800px;
	height: auto;
	text-align: left;
}

#ajustar {
	clear: both;
	height: 0;
	max-height: 0;
}

#contenido {
 	height: 1%;
	width: 798px;
	overflow: hidden;   
	background-color: #fff;
	border-right: solid #bcbcbc 1px;
	border-left: solid #bcbcbc 1px;
	padding-bottom: 100px;
}

#contenido_index {
 	height: 1%;
	width: 798px;
	overflow: hidden;   
	background-color: #fff;
	border-right: solid #bcbcbc 1px;
	border-left: solid #bcbcbc 1px;
	padding-bottom: 20px;
}




/*Cabecera*/

#cabecera {
	width: 800px;
	height: 118px;
	background-image: url(../imagenes/cabecera.png);
	background-repeat: no-repeat;
	border-bottom: solid #bcbcbc 1px;
}

#logo {
	float: left;
	height: 100px;
	width: 110px;
	position: absolute;
	left: 36px;
	top: 12px;
}

#homemap {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: right;
	position: relative;
	top: 15px;
	left: 500px;
	width: 290px;
}

#homemap a {
	color: #666;
	text-decoration: none;
}

#homemap a:hover {
	text-decoration: underline;
}

#telefono {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	text-align: right;
	position: relative;
	top: 73px;
	left: 670px;
	width: 120px;
}





/*Menu principal*/

#barranav {
	width: 800px;
	height: 36px;
	background-image: url(../imagenes/barranav_0.gif);
	background-repeat: repeat-x;
	background-color: #333;
}

#main_menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 798px;
	height: 36px;
	position: absolute;
	left: 1px;
}

#main_menu li {
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	display: inline;
	width: 114px;
	background: url(../imagenes/barranav_1.gif);
}

#main_menu li a {
	display: block;
	width: 114px;
	height: 36px;
	color: #ddd;
	font-size: 12px;
	text-decoration: none;
	line-height: 36px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../imagenes/barranav_0.gif);
}

#main_menu li a:hover {
	color: #fff;
	background: url(../imagenes/barranav_1.gif);
} 

#main_menu li a.chosen, #main_menu li a:active, #main_menu li a:focus {
	color: #fff;
	background: url(../imagenes/barranav_2.gif);
} 




/*Submenu Quienes somos*/

#barranav2 {
	width: 798px;
	height: 30px;
	background-color: #dadedb;
	border-bottom: solid #9ea19e 1px;
	border-right: solid #bcbcbc 1px;
	border-left: solid #bcbcbc 1px;
}

#submenu {
	list-style-type:none;
	width: auto;
	height: 30px;
	position: absolute;
	left: 96px;
	padding: 0;
	margin: 0;
}

#submenu li {
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	display: inline;
	width: 118px;
	border-right: solid #b3b7b4 1px;
	border-left: solid #fff 1px;
}

#submenu li a {
	display: block;
	width: 118px;
	height: 30px;
	color: #666;
	font-size: 11px;
	text-decoration: none;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

#submenu li a:hover {
	color: #333;
	background-color: #babdbb;
} 

#submenu li a.chosen, #submenu li a:active, #submenu li a:focus {
	color: #fff;
	background-color: #02273f;
} 




/*Submenu Metodologia*/

#barranav3 {
	width: 798px;
	height: 30px;
	background-color: #dadedb;
	border-bottom: solid #9ea19e 1px;
	border-right: solid #bcbcbc 1px;
	border-left: solid #bcbcbc 1px;
}

#submenu2 {
	list-style-type: none;
	width: auto;
	height: 30px;
	position: absolute;
	left: 130px;
	padding: 0;
	margin: 0;
}

#submenu2 li {
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	display: inline;
	width: 174px;
	border-right: solid #b3b7b4 1px;
	border-left: solid #fff 1px;
}

#submenu2 li a {
	display: block;
	width: 174px;
	height: 30px;
	color: #666;
	font-size: 11px;
	text-decoration: none;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

#submenu2 li a:hover {
	color: #333;
	background-color: #babdbb;
} 

#submenu2 li a.chosen, #submenu2 li a:active, #submenu2 li a:focus {
	color: #fff;
	background-color: #02273f;
} 




/*Submenu izquierda*/

#submenuleft {
	width: 200px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}

#listamenu {
	width: 200px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
	top: 13px;
	left: 0px;
	border-top: 1px solid #ccc;
}

#listamenu li {
	float: none;
	padding: 0;
	margin: 0;
	line-height: 1.4em;
	text-align: left;
	display: block;
	width: 200px;
}

#listamenu a {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	display: block;
	height: 19px;
	background-color: #f3f3f3;
	border-top: 1px solid #fff;
	border-right: 0px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #fff;
	padding: 0 0 0 20px;
	margin: 0;
}

#listamenu a:hover {
	background-color: #e9e9e9;
	color: #0066ff;
}

#listamenu a.selected {
	background-color: #173d5e;
	color: #fff;
	border-top: 1px solid #173d5e;
	border-right: 0px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 0px solid #ccc;
}



/*Texto, titulares, encabezados, listas...*/

.titular1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #569a47;
	line-height: 1em;
	text-align: left;
	margin-bottom: 30px;
	margin-top: 4px;
}

.titular2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #569A47;
	font-weight: normal;
}

.titular3 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	font-weight: bold;
	margin-top: 1.4em;
}
	
.titular4 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 1.8em;
}

.titular5 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #474747;
	font-weight: bold;
	line-height: 1.6em;
	margin-top: 1.8em;
}

.titular6 {
	color: #474747;
	font-weight: bold;
	line-height: 2.2em;
}

.textocorrido1 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align:left;
}

.textocorrido1 a {
	color: #134C99;
	text-decoration: none;
	font-weight: bold;
}

.textocorrido1 a:hover {
	color: #0066ff;
	text-decoration: none;
}

.listado {
	line-height: 1.4em;
	list-style-position: outside;
	list-style-image: url(../imagenes/itemlista.png);
	margin: 0px;
}

.listado li {
	margin-bottom: 1.4em;
}

.listado2 {
	line-height: 1.4em;
	list-style-position: outside;
	list-style-image: url(../imagenes/itemlista.png);
	margin: 0px;
}

.listadomap1 {
	line-height: 1.5em;
	list-style-position: outside;
	list-style-image: url(../imagenes/itemlista.png);
}

.listadomap1 a {
	display: block;
	width: 100%;
	padding: 0 2px 0 2px;
	border-bottom: 1px dotted #ccc;
}

.listadomap2 {
	list-style: square none outside;
	color: #2C789d;
	margin: 3px 0 8px 0;
	padding-left: 1.4em;
}

.listadomap2 a {
	display: block;
	width: 100%;
	color: #666;
	border-bottom: none;
}

.listadomap2 ul {
	list-style-image: none;
	list-style-type: none;
	padding-left: 1.4em;
	margin: 0 0 8px 0;
}

.listadomap2 ul a {
	display: block;
	width: 100%;
	color: #666;
	font-weight: normal; 
	font-size: 11px;
	border-bottom: none;
}

.listadomap1 a:hover, .listadomap2 a:hover, .listadomap2 ul a:hover {
	background-color: #e9e9e9;
}




/*Bloques diversos*/

#flashbanner {
	width: 800px;
	height: 180px;
	background-color: #ddd;
	text-align: center;
}

#flashmenu {
	width: 480px;
	height: 440px;
	background-color: #ddd;
	text-align: center;
}

#bloquesimple {
	width: 570px;
	line-height: 1.6em;
	padding: 0 20px 0 50px;
	border-left: dotted #ccc 1px;
	border-right: dotted #ccc 1px;
	margin: 30px 0 0 78px;
}

#bloqueimprimir {
	width: 570px;
	line-height: 1.6em;
	padding: 0 20px 0 50px;
	border-left: dotted #ccc 1px;
	border-right: dotted #ccc 1px;
	margin: 0 0 0 78px;
}

#bloqueimprimir2 {
	float: left;
	width: 480px;
	line-height: 1.6em;
	border-left: dotted #ccc 1px;
	border-right: dotted #ccc 1px;
	top: 0px;
	left: 0px;
	margin: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#btncompartir {
	height: 16px;
	width: 125px;
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
	top: 6px;
	left: 664px;
}

#btnpdf {
	float: none;
	width: 124px;
	height: 27px;
	padding: 0;
	position: relative;
	top: 40px;
	margin: 0 0 0 20px;
}

#botonera {
	margin-left: 300px;
}

#galeria {
	margin-top: 16px;
}

#galeria img {
	border: 4px solid #CCC;
}

.botonera_galeria {
	display: block;
	width: 570px;
	height: 24px;
	padding:0;
	margin-bottom: 18px;
	text-align:center;
}

.botonera_galeria a {
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	line-height: 24px;
	font-size: 11px;
	text-decoration: none;
	color: #00497f;
	background:#EFEFEF;
	background-image:-moz-linear-gradient(top,#ffffff,#efefef);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#efefef));
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#efefef);
}

.botonera_galeria a:hover {
	border: 1px solid #999;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	box-shadow: 0 0 2px #666;
	-moz-box-shadow: 0 0 2px #797979;
	-webkit-box-shadow: 0 0 2px #797979;
	-ms-box-shadow: 0 0 2px #797979;
}

.botonera_galeria a.chosen, .botonera_galeria a:active, .botonera_galeria a:focus {
	border: 1px solid #999;
	text-decoration:none;
	color:#000;
	background: #d5d5d5;
	-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.5)
}

.botonera_galeria a.flecha {
	font-size: 15px;
	line-height: 21px;
}

.resaltado {
	display: block;
	height: auto;
	padding: 14px 14px 14px 18px;
	margin: 10px 0 10px 0;
	background-color:#ebebeb;
	background-image:url(../imagenes/novedad.png);
	background-repeat: no-repeat;
	background-position: top right;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
}

.bloque {
	width: 235px;
	height: auto;
	padding: 10px 15px 0 15px;
	float: left;
}

.bloqueimg {
	text-align: left;
	border-bottom: 1px dotted #ccc;
	vertical-align: top;
}

.bloquelink {
	width: 162px;
	height: 28px;
	padding: 0px;
	margin-top: 10px;
}

.separador {
	border-right: 1px dotted #ccc;
}

.parrafo img {
	float: left;
	margin-right: 20px;
	margin-bottom: 6px;
	border: solid #d8d8d8 1px;
}

.parrafo2 img {
	float:left;
	margin-right: 20px;
	margin-bottom: 30px;
	border: solid #d8d8d8 5px;
}

#nota {
	float:left;
	font-size: 11px;
}

.enlace {
	display: inline-block;
	height: 26px;
	margin-bottom: 6px;
	padding: 0 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	line-height: 24px;
	text-decoration: none;
	font-weight: normal !important;
	color: #134C99;
	background:#EFEFEF;
	background-image:-moz-linear-gradient(top,#ffffff,#efefef);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#efefef));
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#efefef);
}

.enlace:hover {
	border: 1px solid #999;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	box-shadow: 0 0 2px #666;
	-moz-box-shadow: 0 0 2px #797979;
	-webkit-box-shadow: 0 0 2px #797979;
	-ms-box-shadow: 0 0 2px #797979;
}

.itemlista {
	display: block;
	width: 100%;
	min-height: 26px;
	line-height: 26px;
	border-bottom: 1px solid #CCC;
}
.itemlista span  {
	display:inline-block;
	min-width: 85px;
}

.itemlista a {
	display: inline-block;
	min-height: 22px;
	padding: 0 8px;
	line-height: 22px;
	text-decoration: none;
	color: #134C99;
	border: 1px solid transparent;
}
.itemlista a:hover {
	background:#EFEFEF;
	background-image:-moz-linear-gradient(top,#ffffff,#efefef);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#efefef));
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#efefef);
	border: 1px solid #999;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	box-shadow: 0 0 2px #666;
	-moz-box-shadow: 0 0 2px #797979;
	-webkit-box-shadow: 0 0 2px #797979;
	-ms-box-shadow: 0 0 2px #797979;
}
.fotos_noticia {
	display: block;
	margin: 0 0 8px 96px;
	padding: 0;
}

.fotos_noticia a {
	display: inline-block;
	text-decoration: none;
	margin: 0 8px 0 0;
	padding: 0;
	border: none;
}
.fotos_noticia a:hover {
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
}

.fotos_noticia a img {
	border: none;
	outline: none;
 	opacity: 1; filter: alpha(opacity=100); 
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
.fotos_noticia a:hover img {
	opacity: 0.70; filter: alpha(opacity=70); 
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}


/*Pestanas de opcion*/

#tabsblock {
	float: left;
	width: 100%;
	height: 29px;
	box-sizing: content-box;
	background-color: transparent;
	background-image: url("../imagenes/fondo.gif");
	background-position: 0px 28px;
	background-repeat: repeat-x;
	text-transform: uppercase;
}

#tabs {
	margin: 0;
	padding: 0 12px;
	list-style: none;
}

#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
}
 
#tabs li a {
	float: left;
	height: 18px;
	margin-right: 4px;
	padding: 5px 15px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #C3C3C3;
	color: #666;
	line-height: 18px;
	background-color: #D3D3D3;
	border-top-left-radius:0.5em;
	border-top-right-radius:0.5em;
	-webkit-border-top-left-radius: 0.5em;
	-webkit-border-top-right-radius:0.5em;
	-moz-border-radius-topleft:0.5em;
	-moz-border-radius-topright:0.5em;
	-ms-border-top-left-radius:0.5em;
	-ms-border-top-right-radius:0.5em;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}

#tabs li a:hover {
  	color: #333;
	background-color: #E5E5E5;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}

#tabs li a.chosen {
	border-bottom: 0px solid #C3C3C3;
	border-left: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;
	border-top: 1px solid #C3C3C3;
	color: #333;
	background-color: #fff;
	background-image: none;
	line-height: 18px;
}



/*Pie de pagina*/

#cierre {
	width: 800px;
	height: 18px;
	background-image: url(../imagenes/cajacierre.png);
	background-repeat: no-repeat;
}

#piedepagina {
	display: block;
	width: 800px;
	height: 37px;
	background-image: url(../imagenes/pie.png);
	background-repeat: no-repeat;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #666;
	line-height: 37px;
	margin-bottom: 30px;
}

#piedepagina a{
	color: #3366CC;
	text-decoration: none;
}

#piedepagina a:hover{
	text-decoration: underline;
}

#compartir {
	display: inline;
	position: absolute;
	right: 10px;
	width: 83px;
	margin: 10px 0 10px 0;
	*margin: -10px 0 10px 0; !important;  /* Sólo IE7 */
}



