/* CSS Document */
/*----------- GENERAL: esta css se utiliza para la disposición de elementos comunes -----------*/

body {
   background:#f0f3f3 none no-repeat;
   font-family: Tahoma, Arial, Helvetica, sans-serif;
}
abbr {
	border-bottom:1px dotted #90aa25;
}
#contenedor {
	width:954px;
	margin:0 auto;
}
#menuAyudaAccesibilidad {
	display:none;
}

/*-- cabecera -----------*/
#cabecera {
	overflow:hidden;
	height:1%;
}
#menuRecursivo {
	display:none;
}
#idiomas {
	display:none;
}
h1.logotipo {
	display:none;
}
#logoPrint {
	display:block;
}
/*-- /cabecera -----------*/

/*-- contenido -----------*/
p {
	margin:0.5em 0 1em 0;
}
p.enlaceSeccion {
	text-align:right;
	position:relative;
}
p.enlaceSeccion a {
	float:right;
}
#contenido,
#contenidoIzquierdo,
#contenidoCentral,
#contenidoDerecho {
	overflow:hidden;
	height:1%;
}
#contenido {
	margin:0;
}

/*-- contenidoIzquierdo -----------*/
#contenidoIzquierdo {
	display:none;
}
/*-- /contenidoIzquierdo -----------*/

/*-- contenidoCentral -----------*/
#contenidoCentralHome {
	float:left;
	width:46.4em;
	font-size:0.9em;
	line-height:1.7em;
	padding:1.6em 1.2em 1em 0;
	background:#fcfdfd url(../img/all/bg_contenidoCentralHome.jpg) no-repeat 0 0;
}
h2.home {
	text-transform:uppercase;
	font-size:2.6em;
	border-bottom:1px dashed #959795;
	font-family:Trebuchet MS, tahoma;
	padding:0 0 0.3em 0;
	margin:0 0 0.7em 0;
	font-weight:normal;
}
/*-- /contenidoCentral -----------*/

/*-- contenidoDerecho -----------*/
#contenidoDerecho {
	float:right;
	width:17.6em;
	margin:0 0 0 0.3em;
	font-size:0.9em;
	line-height:1.7em;
}
#derechoContacto {
	background:#87ce56 url(../img/all/bg_derechoContacto.jpg) repeat-x 0 0;
	padding:0.8em;
	overflow:hidden;
	height:1%;
}
#derechoContacto h3.home {
	font-size:1.8em;
	font-weight:normal;
	font-family:Trebuchet MS;
	margin:0 0 1em 0;
}
#derechoContacto a {
	color:#053446;
	font-weight:bold;
	text-decoration:underline;
}
#derechoContacto a:hover {
	text-decoration:none;
}
#derechoContacto ul {
	margin:0 0 1.5em 0;
}
#derechoContacto ul li {
	border-bottom:1px dashed #ffffff;
	padding:0.5em 0 0.5em 2em;
}
#derechoContacto ul li.contactoTelefono {
	background:transparent url(../img/all/bullet_contactoTelefono.gif) no-repeat 0 7px;
}
#derechoContacto ul li.contactoFax {
	background:transparent url(../img/all/bullet_contactoFax.gif) no-repeat 0 7px;
}
#derechoContacto ul li.contactoMail {
	background:transparent url(../img/all/bullet_contactoMail.gif) no-repeat 0 9px;
}
/*-- /contenidoDerecho -----------*/
/*-- /contenido -----------*/

/*-- pie -----------*/
#pie {
	padding:0.5em 0.9em 1em 0.9em;
	font-size:0.9em;
	overflow:hidden;
	height:1%;
	border-top:1px solid #042e3e;
}
#pie p {
	float:left;
	width:30em;
	color:#ffffff;
	padding:0;
	margin:0;
}
#pie #menuRecursivoPie {
	display:none;
}
/*-- /pie -----------*/
/*----------- /GENERAL -----------*/
