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

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

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




/*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: 590px;
	width: 200px;
}

#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: 631px;
	width: 159px;
}



/*Menu principal*/

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

#main_menu {
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
	width: 740px;
	height: 36px;
	position: relative;
}

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

#main_menu li a {
	display: block;
	width: 148px;
	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);
} 




/*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, .titular3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #569A47;
	font-weight: normal;	
	margin-bottom: -0.3em;
}

.titular3 {
	margin-top: 0;
}

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

.textocorrido a {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}

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

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

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

.listado2 {
	line-height: 1.6em;
	list-style-position: outside;
	list-style-image: url(../imagenes/itemlista.png);
	margin-bottom: 2.2em;
	margin-left: -22px;
	*margin-left: 18px;  /* IE6 e IE7*/
}




/*Bloques diversos*/

#flashcontent {
	width: 798px;
	height: 180px;
	background-color: #ccc;
	border-right: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
}

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

#botonera {
	margin-left: 300px;
	margin-top: 15px;
}

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

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

.bloquelistado {
	width: 530px;
	height: auto;
	padding: 10px;
	border: solid #ccc 1px;
	margin: 0;
	background-color: #f3f3f3;
}

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

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

#columna_izq {
	float: left;
	margin-right: 30px;
	width: 220px;
}

#columna_der {
	float: left;
	width: 320px;
}

#nota {
	font-size: 11px;
}




/*Pestanas de opcion*/

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

#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;
	clear: both;
}

#piedepagina {
	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;
}

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

