/* 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;
}

#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: auto;   
	background-color: #fff;
	border-right: solid #bcbcbc 1px;
	border-left: solid #bcbcbc 1px;
	padding-bottom: 100px;
}

#contenido_index {
 	height: 1%;
	width: 798px;
	overflow: auto;   
	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;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	margin-bottom: 30px;
}

.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;
	border-bottom: dotted #ccc 1px;
}

.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;
}

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

.textocorrido1 a {
	color: #003399;
	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;
}

.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;
}



/*Pestanas de opcion*/

#tabsblock {
	float: left;
	width: 100%;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	line-height: normal;
}

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

#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
}
 
#tabs li a {
    float: left;
    margin: 0;
    padding: 0 0 0 4px;
    background: url(../imagenes/tableft10.gif) no-repeat left top;
    text-decoration: none;
}

#tabs li a span {
    float: left;
    display: block ;
    background: url(../imagenes/tabright10.gif) no-repeat right top;
    padding: 5px 15px 4px 6px;
    color: #fff;
}

#tabs li a:hover, #tabs li a.chosen {
    background-position: 0px -42px;
}

#tabs li a:hover span, #tabs li a.chosen span {
    background-position:100% -42px;
} 



/*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 */

}


