/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0;
	/*border:solid #FF0000 1px;*/
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	text-align: center;
	line-height:150%;
	background: #FFFFFF url(../images/fondo_body.png) repeat-x bottom;	
}

.both {
	clear:both;
	height:0;
}

* html .both {
	margin-bottom:-1.6em;
}

.centrado {
	text-align:center;
}

p {
	text-align:justify;
	line-height:1.5;
}

#contenedor {
	width:96.5em; /*965px, 96.5em, 67%*/
	margin:0 auto;
	text-align:left;
	margin-top:1em;
	min-height:750px;
	_height:750px;
}

#cabecera {
	margin-bottom:1em;
	/*border:solid 1px #00FF00;*/
}

* html #cabecera {
	height:2em;
}

#cabecera img {
	float:left;
	border:0;
}

/**/
/*______________________________MENU DE LOCALIZACION____________________________*/
/**/


ul.ul_menucab {
	position:relative;
	float:right;
	list-style:none;
	font-weight:bold;
	color:#BABABA;
	/*width:49em;*/
	width:28em;
	padding-top:3.5em;
	margin:3em 0 0 0;
	/*border:solid #00CCff 1px;*/
}

ul.ul_menucab a {
	color:#BABABA;
}

li.li_localizacion {
	display:inline;
	/*border:solid #00CCff 1px;*/
}

li.li_localizacion a {
	padding:4.5em 0.5em 0 0.5em;
	background:url(../images/fondo_localizacion.gif) no-repeat center;
	
}

li.li_localizacion a:hover {
	color:#5983c1;
	background:url(../images/fondo_localizacion_hover.gif) no-repeat center;
}

li.li_contacto {
	display:inline;
	/*border:solid #00CCff 1px;*/
}

li.li_contacto a {
	padding:4.5em 0.5em 0 0.5em;
	background:url(../images/fondo_contacto.gif) no-repeat center;
	/*border:solid #00CC00 1px;*/
}

li.li_contacto a:hover {
	color:#5983c1;
	background:url(../images/fondo_contacto_hover.gif) no-repeat center;
}

li.li_soporte {
	display:inline;
	/*border:solid #00CCff 1px;*/
}

li.li_soporte a {
	padding:4.5em 0.5em 0 0.5em;
	background:url(../images/fondo_soporte.gif) no-repeat center;
}

li.li_soporte a:hover {
	color:#5983c1;
	background:url(../images/fondo_soporte_hover.gif) no-repeat center;
}

li.li_sitemap {
	display:inline;
}

li.li_sitemap a {
	padding:4.5em 0.5em 0 0.5em;
	background:url(../images/fondo_sitemap.gif) no-repeat center;
}

li.li_sitemap a:hover {
	color:#5983c1;
	background:url(../images/fondo_sitemap_hover.gif) no-repeat center;
}

li.li_buscador {
	position:absolute;
	top:-3em;
	left:3em;
	width:24em;
	/*border:solid #FF0000 1px;*/
}

#buscador {
	width:20%;
	position:relative;
	float:right;
}

#test_xml {
	position:relative;
	float:left;
	width:18em;
	margin:0 0.5em 0 0;
	padding:0.2em;
	border:solid 1px #BABABA;
	color:#5983c1;
	font-size:1.1em;
}

#input_buscador:hover {
	border:solid 1px #5983c1;
}

#input_buscador:focus {
	border:solid 1px #5983c1;
}

.lupa {
	position:relative;
	float:right;
	width:auto;
	padding-left:1em;
}

span.span_buscador {
	font-weight:bold;
	color:#BABABA;
	position:relative;
	float:left;
	width:auto;
	top:3.1em;
	left:-15em;
}

#buscador:hover span.span_buscador {
	color:#5983c1;
}

#buscador:hover #test_xml, #buscador:focus #test_xml {
	border:solid 1px #5983c1;
}

#test_xml:focus {
	border:solid 1px #5983c1;
}

#buscador:hover .buscar {
	background:url(../images/fondo_lupa_hover.gif) no-repeat bottom;
}

.buscar {
	/*position:relative;
	float:left;*/
	width:3em;
	height:3em;
	background:url(../images/fondo_lupa.gif) no-repeat bottom;
	cursor:pointer;
}

.buscar:hover {
	background:url(../images/fondo_lupa_hover.gif) no-repeat bottom;
}

.buscar:focus {
	background:url(../images/fondo_lupa_hover.gif) no-repeat bottom;
}

/**/
/*______________________________FIN MENU DE LOCALIZACION____________________________*/
/**/

/**/
/*______________________________MENU PRINCIPAL____________________________*/
/**/

ul.ul_menu {
	float:left;
	list-style:none;
	color:#FFFFFF;
	width:100.5%;
	margin-top:1em;
	background:url(../images/fondo_menu.png) no-repeat;
	height:3.2em;
	clear:both;
	/*border:solid 1px #00FFf0;*/
}

*+ html ul.ul_menu {
	margin-top:1.5em;
}

* html ul.ul_menu {
	background:url(../images/fondo_menu.gif) no-repeat;
}

ul.ul_menu a {
	color:#FFFFFF;
}

ul.ul_menu a:hover {
	/*font-weight:bolder;*/
	text-decoration:underline;
	color:#FFFFFF;
}

li.li_menu {
	position:relative;
	display:inline;
	float:left;
	width:auto;
	font-size:120%;
	line-height:2.5em;
	text-align:center;
}

li.menu_1 {
	width:8%;
}

li.menu_2 {
	width:15%;
}

li.menu_3 {
	width:15%;
}

li.menu_4 {
	width:12.5%;
}

li.menu_5 {
	width:12.5%;
}

li.menu_6 {
	width:12%;
}

li.menu_7 {
	width:13.5%;
}

li.menu_8 {
	width:11%;
}

/**/
/*______________________________FIN MENU PRINCIPAL____________________________*/
/**/

/**/
/*______________________________FLASH____________________________*/
/**/

/*#flash_presentacion {
	background-color:#CCCCCC;
	height:25em;
	width:100%;
	display:block;
}*/

/**/
/*______________________________FIN FLASH____________________________*/
/**/

/**/
/*______________________________CONTENIDO____________________________*/
/**/

.contenido {
	display:inline;
	float:left;
	position:relative;
	width:24.3%;
	height:26.2em;
	margin:0 1em 1em 0;
	background:url(../images/fondo_bloques_home.png) no-repeat;
}

*+ html .contenido {
	width:24.4%;
}

* html .contenido {
	background:url(../images/fondo_bloques_home.gif) no-repeat;
}

.contenido_4 {
	margin-right:-1em;
}

.texto_contenido {
	padding:1em;
}

/**/
/*______________________________FIN CONTENIDO____________________________*/
/**/

/**/
/*______________________________PIE____________________________*/
/**/

#pie {
	clear:both;
	width:100%;
	height:9em;
	background:url(../images/fondo_pie.png) no-repeat;
}

*+ html #pie {
	width:100.5%;
}

* html #pie {
	background:url(../images/fondo_pie1.gif) no-repeat;
}

ul.ul_pie {
	list-style:none;
	color:#FFFFFF;
	padding:1.1em 0 0 2em;
	height:3.2em;
}


li.li_pie {
	position:relative;
	display:inline;
	float:left;
	width:auto;
	font-size:90%;
	line-height:2.3em;
	text-align:center;
}

li.pie_1 {
	width:7%;
}

li.pie_2 {
	width:7%;
}

li.pie_3 {
	padding-left:12em;
}


/**/
/*______________________________FIN PIE____________________________*/
/**/

/**/
/*______________________________PAGINA____________________________*/
/**/

#col_1 {
	width:81%;
	float:left;
	min-height:5em;
	/*margin-left:0.5em;*/
}

* html #col_1 {
	margin-top:-1em;
}

.borde_sup {
	height:1em;
	background:url(../images/fondo_pag_princ_sup.gif) no-repeat;
}

* html .borde_sup {
	margin-bottom:-0.1em;
}

.contenido_col1 {
	background-color:#FFFFFF;
	border-left:#A8CAFC solid 1px;
	border-right:#A8CAFC solid 1px;
	width:98.8%;
	min-height:61em;
}

*+ html .contenido_col1 {
	width:99.4%;	
	margin-top:0;
}

* html .contenido_col1 {
	width:77.7em;
	height:51em;
}

.menu {
	float:left;
	width:30%;
}

* html .menu {
	width:29%;
}

.barra_menu {
	background:url(../images/fondo_barra_menu.png) no-repeat bottom;
	width:3px;
	min-height:45em;
	float:left;
}

* html .barra_menu {
	height:45em;
}

.texto_contenido_col1 {
	float:right;
	width:67%;
	margin: 0 1em 1em 1em;
}

* html .texto_contenido_col1 {
	margin: 0 0.5em 0 0;
}

.texto_contenido_col1_100 {
	float:right;
	width:97.6%;
	margin:1em;
}

* html .texto_contenido_col1_100 {
	float:right;
	width:97.6%;
	margin: 0 0.5em 0 0;
}

h1.titulo_pagina {
	font-size:2.2em;
	font-weight:lighter;
	line-height:1.2em;
	color:#5983c1;
	border-bottom:solid 1px #5983c1;
	padding:2em 0 1em 1.3em;
	margin-bottom:1em;
}

*+ html h1.titulo_pagina {
	padding:1em 0 0.5em 1.3em;
}

.texto {
	text-align:justify;
	font-size:1.1em;
}

.borde_inf {
	height:2em;
	background:url(../images/fondo_pag_princ_inf.gif) no-repeat;
}

#col_2 {
	width:18.2%;
	float:right;
}

* html #col_2 {
	margin-top:-1em;
}

.col_2_panel {
	width:89%;
	height:16em;
	background:url(../images/fondo_col_2.gif) no-repeat;
	padding:1em;
	color:#696b6b;
}

.col_2_panel img.img_2 {
	float:right;
	margin-left:1em;
	width:8em;
}

.col_2_panel img.img_1 {
	
}

.tres_col {
	position:relative;
	width:30%;
	float:left;
	margin:2em 0.7em 1em 0.7em;
}

* html .tres_col {
	margin:2em 0.6em 1em 0.6em;
}

.tres_col2 {
	position:relative;
	width:62%;
	float:right;
	margin:2em 0 1em 1em;
}

.width_14em {
	width:14em;
}
/**/
/*______________________________FIN PAGINA____________________________*/
/**/