/* SECCIÓN: ELEMENTOS GENERALES DE LA PÁGINA */
html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}
body {
    font-size: 75%;
    line-height: 1.6em;
	background-image: url(../images/css_fondo_body.gif);
	background-repeat: repeat;
	background-position: top left;
	color: #373737;
}
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, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
ul, ol, li, dl, dt, dd {
	list-style: none;
}
img, a img {
	border: none;
}
/* 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;
}
.salto_linea {
	margin-bottom: 1em;
}
.salto_grande {
	margin-bottom: 31px;
}
.destacado {
	font-weight: bold;
}
.azul {
	color: #00A6D2;
}
.piti1_gris {
	background: url(../images/css_piti1_gris.gif) no-repeat 0 0.15em;
	padding-left: 20px;
	padding-bottom: 2px;
	display: block;
}
.piti1_mostaza {
	background: url(../images/css_piti1_mostaza.gif) no-repeat 0 2px;
	padding-left: 20px;
	padding-bottom: 2px;
}
.margen_sup_pequenio {
	margin-top: 4px;
}
.cursiva {
	font-style: italic;
}
/* SECCIÓN: ESTILOS DEL ARMAZÓN DE LA PÁGINA */
#web {
	width: 947px;
	margin: 0 auto;
	text-align: left;
	position:relative;
}
.fondo_blanco {
	padding: 0 15px;
	width: 917px;
	background: #FFFFFF url(../images/css_fondoB_00.gif) no-repeat 0 0;
}
#contenedor {
	width: 917px;
	padding-bottom: 160px;
}
.menu_aux_entorno {
	width: 917px;
	height: 163px;
	position: relative;
}
.menu_aux_imagen_corp {
	float: left;
}
.menu_aux_idiomas {
	float: right;
	margin-right: 7px;/* para IE */
	margin-top: 2px;
}
.menu_aux_idiomas ul li {
	display: inline;
}
.menu_aux_idiomas ul li a {
	font-size: 90%;
	padding: 0 5px;
	text-decoration: none;
	color: #868686;
}
.menu_aux_idiomas ul li a:hover {
	color: #00A6D2;
}
.menu_aux_opciones {
	position: absolute;
	top: 135px;/*para IE e IE7*/
	right: 2px;
}
.menu_aux_opciones ul li {
	float: left;
}
.menu_aux_opciones ul li a {
	display: block;
	padding:2px 12px;
	text-decoration: none;
	color: #868686;
	border-left: 1px solid #00A6D2;
}
.menu_aux_opciones ul li.primero a {
	border-left: none;
}
.menu_aux_opciones ul li.ultimo a {
	padding-right: 0;
}
.menu_aux_opciones ul li a:hover {
	color: #00A6D2;
}
.cabecera_entorno {
	padding: 3px 0;
}
.cabecera_imagen {
	height: 250px;
	background: url(../images/css_cabecera_img_00.jpg) no-repeat 0 0;
}
.cabecera_menu_entorno {
	margin-top: 10px;
	/*height para IE */
	background: #B2B2B2 url(../images/css_cabecera_menu_fondo.gif) no-repeat 0 0;
}
.cabecera_menu {
	min-height: 42px;/*para IE*/
}
.cabecera_menu ul li {
	float: left;
	min-width: 123px;/*para IE*/
	text-align: center;
	border-right: 1px solid #6B6B6B;
}
.cabecera_menu a {
	display: block;
	padding: 15px 10px;
	color: #373737;
	text-decoration: none;
}
.cabecera_menu a:hover {
	color: #FFFFFF;
	background: #007A99 url(../images/css_cabecera_menu_over.gif) repeat-x 0 0;
}
.cabecera_menu a.greentech:hover {
	color: #FFFFFF;
	background: #27541A url(../images/css_cabecera_menu_over2.gif) repeat-x 0 0;
}
.pie_entorno {
	width: 903px;
	position: absolute;
	bottom: 0;/* para IE */
	padding: 27px 2px 12px 12px;
	line-height: 1.3em;
	background: #FFFFFF url(../images/css_separa_hrz.gif) repeat-x 0 15px;
}
.pie_entorno a {
	color: #373737;
}
.pie_entorno a:hover {
	text-decoration: none;
}
.pie_contacto {
	float: left;
}
.pie_contacto a {
	color: #00A6D2;
}
.pie_menu {
	float: right;
	text-align: right;
}
.pie_menu ul li {
	float: left;
}
.pie_menu a {
	display: block;
	padding: 0 10px;
}
.pie_menu a.primero {
	border-right: 1px solid #FFFFFF;
}