/* SECCIÓN: ELEMENTOS GENERALES DE LA PÁGINA */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
body {
    font-size: 80%;
    line-height: 1.6em;
	color: #000000;
	background-color: #FFFFFF;
}
body, input, textarea, select, optgroup {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
input, textarea, select, optgroup, table, tr, th, td  {
	font-size: 100%;
}
p, ul, ol, li, dl, dt, dd, form, fieldset, blockquote, cite, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
ul, ol, li, dl, dt, dd {
	list-style: none;
}
img, a img {
	border: none;
}
h2 {
	font-size: 2em;
	line-height: 120%;
	margin-bottom: 1em;
	color:#656363;
}
h3 {
	font-size: 1.3em;
	color:#656363;
}

strong {
	font-size: 1.3em;
	color:#656363;
}
.pie_contacto strong {
	font-size: 1em;
}
/* SECCIÓN: APOYO A LOS LECTORES DE TEXTO */
.ayudaAcces {
	position: absolute;
	left: -10000px;
	width: 1%;
	font-size: .1em;
	line-height: 1%;
}
a.ayudaAcces:active {
	position: static;
	width: auto;
	height: auto;
}
/* SECCIÓN: CLASES GENERALES DE LA PÁGINA */
.clearall {
	clear: both;
	height: 0.0001em;
	line-height: 0.0001em;
	font-size: 0.0001em;
}
.mas_info {
	color: #F85800;
	padding-left: 12px;
	background: url(../images/css_piti1.gif) no-repeat left 0.35em;
}
.mas_info:hover {
	text-decoration: none;
}
.naranja {
	color: #F85800;
}

ul.menu_masinfo {
	}
ul.menu_masinfo li {
	padding-left: 12px;
	background: url(../images/css_piti1.gif) no-repeat left 0.3em;
	line-height: 1.2em;
	margin-bottom: .5em;
	}
ul.menu_masinfo li a {
	color: #F85800;
	}
ul.menu_masinfo li a:hover {
	text-decoration: none;
	}
	
/*SECCIÓN: ESTILOS DEL ARMAZÓN DE LA PÁGINA*/
#web {
	width: 913px;
	margin: 0 auto;
	/*text-align: left;*/
	text-align: justify;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
#contenedor {
	position: relative;
	padding-bottom: 8em;
}
#contenido {
	margin: 0 2px;
	padding: 0 2px;
	width: 909px; 
}
#espacio_cabecera {
	height: 14.2em;
}
#cabecera_menu_superior {
	position: absolute;
	top: 0;
	left: 2px;
	color: #656363;
}
/* ESPECÍFICOS CABECERA */
.contenedor_cabecera {
	width: 909px;
	padding: 0 2px;
}
.cabecera_sup {
	border-bottom: 1px solid #656363;
	margin-bottom: 2px;
	font-size: 95%;
}
.menu_cabecera {
	float: right;
	padding-top: 8em;
}
.menu_cabecera li {
	float: left;
	padding: 2px 10px 0;
}
.menu_cabecera li.ultimo {
	padding-right: 2px;
}
.menu_cabecera li a {
	padding-top: 4px;/* ver IE.css */
	text-decoration: none;
	color: #656363;
}
.menu_cabecera li a:hover {
	border-top: 1px solid #F85800;
	color: #F85800;
}
/* ESPECÍFICOS MENU_SUPERIOR */
.menu_superior_contenedor {
	margin-top: .5em;
	padding-bottom: 2px;
	width: 913px;
	background: #FEFEFE url(../images/css_fondo_menu_superior.gif) no-repeat bottom left;
}
.menu_superior_contenedor ul {
	margin: 0 2px;
	border-top: 1px solid #E9E9E9;
}
.menu_superior_contenedor ul li {
	float: left;
}
.menu_superior_contenedor ul li a {
	display: block;
	padding: 3px 0;
	min-width: 151px;/* ver IE.css */
	text-align: center;
	text-decoration: none;
	color: #656363;
	background: #FEFEFE url(../images/css_boton_superior_out.gif) no-repeat bottom right;
	
}
.menu_superior_contenedor ul li.ultimo a {
	min-width: 154px;/* ver IE.css */
	background: #FEFEFE url(../images/css_boton_sup_ultimo_out.gif) no-repeat bottom right;
}
.menu_superior_contenedor ul li a:hover {
	color: #FFFFFF;
	background: #F85800 url(../images/css_boton_superior_over.gif) no-repeat bottom left;
}
.menu_superior_contenedor ul li.ultimo a:hover {
	background: #F85800 url(../images/css_boton_sup_ultimo_over.gif) no-repeat bottom left;
}


/* ESPECÍFICOS PIE */
.pie_contenedor {
	position: absolute;
	left: 4px;
	bottom: 0;
	padding: 10px 5px 10px 15px;
	width: 889px;
	font-size: 90%;
	border-top: 1px solid #656363;
	background: #FFFFFF url(../images/css_fondo_pie.gif) repeat-x bottom left;
	color:#656363;
}
.pie_contenedor ul {
	float: right;
}
.pie_contenedor ul li {
	float: left;
	color: #656363;
}
.pie_contenedor ul li a {
	padding: 0 10px;
	color: #656363;
	border-right: 1px solid #656363;
}
.pie_contenedor ul li.ultimo a {
	border-right: none;
}
.pie_contenedor ul li a:hover {
	text-decoration: none;
}
.pie_contenedor div {
	float: left;
	line-height: 1.4em;
}
.pie_contenedor div {
	float: left;
	line-height: 1.2em;
}
.pie_contenedor div a {
	color: #656363;
}
.pie_contenedor div a:hover {
	text-decoration: none;
}
