/* 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: #303030;
	background:#FFFFFF url(../images/css_body_bckg.gif) no-repeat top center;
}
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;
}
/* 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;
}
.mayusculas {
	text-transform: uppercase;
}
.destacado {
	font-weight: bold;
}
.azul {
	color: #2D79A8;
}
.ocre {
	color: #B65310;
}
.verde {
	color: #799E0A;
}
.bckg_azul {
	background-color: #2D79A8;
}
/*SECCIÓN: ESTILOS DEL ARMAZÓN DE LA PÁGINA*/
#web {
	width: 944px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-color: #FFFFFF;
}
.contenedor {

}
#contenido {
	padding: 0.8em 32px 11.2em 45px;/* PADDING DE LAS PÁGINAS INTERIORES SOBRESCRITO PARA INDEX */
	min-height: 370px;/* para que se complete el marco cuando no hay contenido suficiente */
	background: url(../images/css_contenedor_bckg.gif) repeat-y 0 0;
}
/* ESPECÍFICOS CABECERA */
#cabecera_menu_aux ul {
	float: right;
	margin-right: 3px;
	padding: 0 0.8em;
	font-size: 85%;
	background: #409ED9 url(../images/css_bckg_degradado_azul.gif) repeat-x 0 0;
}
#cabecera_menu_aux ul li {
	float: left;
}	
#cabecera_menu_aux ul li a {
	display: block;
	padding: 0.2em 1em 0.2em 0.8em;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/css_piti_cruz.gif) no-repeat right 1em;
}
#cabecera_menu_aux ul li.ultimo a {
	background-image: none;
}
#cabecera_menu_aux ul li a:hover {
	text-decoration: underline;
}

#cabecera {
	margin-top: 1.5em;
	background: url(../images/css_cabecera_bckg.gif) no-repeat 0 0;
}
#cabecera a.logo_grafico {
	display: block;
	float:left;
	height: 122px;
}
#cabecera .logo_enunciado {
	padding-top: 50px;
	padding-bottom: 0.9em;
	padding-left: 300px;
	letter-spacing: -.07em;
	font-size: 1.9em;
	line-height: 1em;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
#cabecera .franja_negra {
	height: 51px;
	background: #000000 url(../images/css_cabecera_negro_bckg.gif) repeat-y 0 0;
}
/* ESPECÍFICOS MENÚ UDM */
.marginleft_es #udm {
	left: 194px;
}
#udm li.primero a {
	background-image: none;
}
#udm li a.custom_azul {
	padding: 13px 2px 13px 3px;
}
#udm li a.custom_azul:hover {
	color: #000000;
}
#udm li a.custom_azul span {
	padding: 2px 18px;
	background-color: #2D79A8;
}
/* ESPECÍFICOS PIE */
#pie{
	position: absolute;
	left: 0;
	bottom: 0;
	padding-top: 12px;
	width: 944px;
	font-size: 85%;
	background: #FFFFFF url(../images/css_pie_bckg.gif) no-repeat 0 0;
	
}
#pie #patrocinadores a {
	display: block;
	float:left;
}
#pie #desarrollado_por {
	float: right;
	margin-right: 3px;
	background: #409ED9 url(../images/css_bckg_degradado_azul.gif) repeat-x 0 0;
}
#pie #desarrollado_por  a {
	display: block;
	padding: 0.2em 0.8em;
	color: #FFFFFF;
	text-decoration: none;
}
#pie #desarrollado_por  a:hover {
	text-decoration: underline;
}
#pie #pie_menu_aux {
	float: left;
	margin-left: 3px;
	background: #409ED9 url(../images/css_bckg_degradado_azul.gif) repeat-x 0 0;
}
#pie #pie_menu_aux ul li {
	float: left;
}
#pie #pie_menu_aux ul li a {
	display: block;
	padding: 0.2em 1em 0.2em 0.8em;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/css_piti_cruz.gif) no-repeat right 1.1em;
}
#pie #pie_menu_aux ul li.ultimo a {
	background-image: none;
}
#pie #pie_menu_aux ul li a:hover {
	text-decoration: underline;
}
/* ESPECÍFICOS SENDERO MIGAS */
#senderoMigas {
	margin-bottom: 28px;
	height: 2em;
	font-size: 90%;
	color: #000000;
	border-bottom: 1px solid #C1C1C1;
}
#senderoMigas ul li {
	float: left;
	padding: 0 0.8em 0 0.5em;
	background: url(../images/css_ul_li_a_piti1.gif) no-repeat 0 0.8em;
}
#senderoMigas ul li a {
	color: #000000;
}
#senderoMigas ul li a:hover {
	text-decoration: none;
}
