.derecha {
	text-align: right;	
}

blockquote {
	margin: .5em 0 .5em 1em;
	padding: 0 .5em;
	border-left: 1px solid #369;
	border-bottom: 1px solid #369;	
	background: #FFF url(./img/blockquote_fondo.gif) no-repeat left bottom;
}
body {
	background: #FFF url(./img/body_fondo.gif) repeat-x center top;
	text-align: center;
}
#contenedor {
	margin: 0 auto;
}
#idiomas {
	position: absolute; z-index: 23;
	margin: 0 46%; padding: 3px 5px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif; white-space:nowrap;
	background:#FFFFFF; filter:alpha(opacity=90); -moz-opacity:0.9;
	border: solid 1px #369;
	}
#cabecera {
	height: 205px;
	width: 760px;
	margin: 0 auto;
	position: relative;
}
#cuerpo {
	margin: 50px auto 0;
	width: 780px;
	position: relative;
}
#bordeIzqCuerpo {
	background: transparent url(./img/cuerpo_borde_izq.gif) repeat-y left top;
}
#bordeDchCuerpo {
	background: transparent url(./img/cuerpo_borde_dch.gif) repeat-y 760px 0;
}

#cajaAuxiliar {
	position: absolute;
	top: -30px;
	left: 0;
	width: 200px;
	border: 1px solid #97b4d1;
	text-align: left;
}

#contenido {
	margin: 0 auto;
	padding: 1em 20px 2em 200px;
	width: 520px;
	background: #FFF url(./img/contenido_fondo.gif) repeat-x center bottom;
	border-top: 2px solid #369;
	text-align: left;
}

#cabecera img#logoMundo21 {
	position: absolute;
	top: 60px;
	left: 20px;
}
#humaniaLogo {
	position: absolute;
	top: 130px;
	right: 0px;
	width: 187px;
	z-index: 20;
	}
#humaniaLogoENG {
	position: absolute;
	top: 112px;
	left: 198px;
	width: 187px;
	z-index: 20;
	}
	
#cabecera a:hover img#logoMundo21 {
	padding-bottom: 1em;
	border-bottom: 5px solid #369;
}
#cabecera #imagenCabecera {
	position: absolute;
	top: 7px;
	right: 1px;
}
/** MENUS **/
#menuSalto, p.introMenu {
	display: none;
}
#menuPpal {
	font-size: 1.2em;
	text-align: center;
	height: 50px;
}
#menuPpal ul {
	margin: 0 auto;
	padding-top: 1.4em;
}
#menuPpal ul li { 
	display: inline;
}

#menuPpal ul li a, #menuPpal ul li em {
	background: #369;
	color: #D0E7FF;
	border: 1px solid #4876a3;
	border-bottom: none;
	padding: 0 1em;
	text-decoration: none;
}

#menuPpal ul li a:hover {
	background: #369;
	color: #FFF;
	padding-top: .5em;
}
#menuPpal ul li em, #menuPpal ul li a.activo {
	color: #369;
	background: #D0E7FF;
	font-style: normal;
}
#breadcrumbs {
	height: 29px;
	border-bottom: 2px solid #97b4d1;
	background: #e8f3ff;
}
#breadcrumbs ul {
	margin-left: 20px;	
	padding-top: 5px;
}

#breadcrumbs ul li {
	font-size: .8em;
	color: #4876a3;
	font-weight: normal;
	display: inline;
}
#breadcrumbs ul li em {
	font-style: normal;
}
#breadcrumbs ul li:before { content: "> "; }
#breadcrumbs ul li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #breadcrumbs ul li
{
background: url("./img/gt.gif") no-repeat left center;
padding: 0 0.5em 0 1em;
margin: 0 1em 0 -1em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #breadcrumbs ul { height: 1%; }

* html #breadcrumbs ul li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #breadcrumbs ul li:first-child { background-image: none; }


#menuSecundario {
	background: #FFF url(./img/menuSecundario_fondo.gif) no-repeat left top; 
	font-size: .9em;
}

#menuSecundario ul {
	padding: 1em 0 1em 30px;
	background: url(./img/menuSecundario_ul_fondo.gif) repeat-y left bottom; 
}
#menuSecundario ul li {
	margin: 1em 0;

}
#menuSecundario ul li a, #menuSecundario ul li em {
	display: block;
	border: 1px solid #97b4d1;
	border-width: 1px 0 1px 1px;
}
#menuSecundario ul li em, #menuSecundario ul li a:active {
	padding-left: 15px;
	color: #FFF;
	background: #97b4d1 url("./img/menuSecundario-li-fondo.gif") no-repeat left center;
	font-style: normal;
	
}

#menuSecundario ul li a:hover {
	color: #FFF;
	background: #97b4d1
}
/** PIE **/
#prepie {
	height: 20px;
	background: url(./img/prepie_prefondo.gif) repeat-x center top;
}
#prepie div {
	margin: 0 auto;
	height: 20px;
	width: 776px;
	background: url(./img/prepie_fondo.gif) no-repeat center top;
}
#pie {
	background: #D0E7FF url(./img/pie_fondo.gif) repeat-x left bottom;
	text-align: left;
	padding-top: 10px;
}
#pieContenido {
	margin: 0 auto;
	width: 720px;
}
#pie p {
  padding: .5em 0;
}
#pie ul {
	padding-top: 5px;
	text-align: left;
	margin-bottom: .5em;
}
#pie ul li {
	font-weight: normal;
	display: inline;
}
#pie ul li:before { content: "· "; }
#pie ul li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #pie ul li
{
background: url("./img/punto.gif") no-repeat left center;
padding: 0 0.5em 0 1em;
margin: 0 1em 0 -1em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #pie ul { height: 1%; }

* html #pie ul li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #pie ul li:first-child { background-image: none; }

#econfia {
  float: right;
}

#fotoSeccion {
	position: absolute;
	top: -30px;
	right: 0;
	width: 200px;
	border: 1px solid #97b4d1;
	text-align: left;
	background: #FFF;
}
#fotoSeccion img {
	padding: 5px;
}
#huecofotoSeccion {
	float: right;
	width: 175px;
	height: 210px;
}



/** Formato texto **/
#contenido h1 {
	color: #369;
	margin-bottom: .5em;
	
}

#cotenido h2 {
  
}

#contenido p {
	margin-bottom: 1em;
	text-align: justify;
}
#contenido a {
    text-decoration: underline;
}

.error {
	color: #F00;
	font-weight: bold;	
}
.firma {
  padding: 0 .5em .5em .5em;	
}
.firma p {
  background: transparent;
	display: inline;
}
/* Listas */

#contenido ul, #contenido dl#datosContacto {
	margin: .5em 0 1em 1em;
}
#contenido ul ul {
	margin-top: 0;
}
#datosContacto dt, .definiciones dt, .definiciones li, .listaCargos dt, #mapa-web #contenido li {
	padding-left: 20px;
	background: url(./img/bullet.gif) no-repeat 0 .2em;
	font-weight: bold;
	color: #369;
}

#contenido ul.bullet_negro li, #contenido ul ul li, #mapa-web #contenido ul ul li {
  padding-left: 16px;
	background: url(./img/bullet_negro.gif) no-repeat 0 .3em;
	font-weight: normal;
	color: #333;
}
#contenido dl#datosContacto dt, dl.listaCargos dt {
	display: block;
	float: left;
}
#contenido dl#datosContacto dd {
	margin-left: 7em;
}

#contenido a.gEarth, #contenido a.metro {
	min-height: 16px;
	padding-right: 20px;
}
#contenido a.gEarth {
  background: url(./img/kml.gif) no-repeat right center;
}
#contenido a.metro {
	background: url(./img/metro_madrid.gif) no-repeat right center;
}

dl.definiciones dd  {
  margin-left: 2em;
}
dl.listaCargos dd {
  padding-left: 13em;
}
dl.listaCargos dd.par {
  background: #D0E7FF
}

.listaColab {margin:2em auto; list-style-type:none; height:600px; width: 50%;}
.listaColab li {display:block; float:left; width:100px; height:67px; position:relative; margin: auto 10px 10px 0; border: 1px solid #99CCFF; background-image: none;}
.listaColab li a {display:block; width:100px; height:67px; background:transparent; overflow:hidden; position:relative;}
.listaColab li a img {width:100%; height:100%; border:0;}
.listaColab li a:hover {position:absolute; left:0px; top:0px; width:200px; height:134px; z-index:100; border: 1px solid #C33;}

.romana {
  list-style: upper-roman inside;
  color: #369;
}

/** formularios **/
#form-contacta {
	width: 300px;
	background:	#D0E7FF;
	text-align: center;
	padding: 0.1em 1em;	
}
fieldset {
	background:	#D0E7FF;
	border: 1px solid #369;	
	margin: 1em auto;
	padding: 1em;
}
legend {
	padding: .1em 1em;
	background: #FFF;
	border: 1px solid #369;
	font-size: .9em;
}
#form-contacta .input-text, #form-contacta select, #form-contacta textarea {
		display: block;
		width: 100%;
		background: #FFF url(./img/input-fondo.gif) no-repeat right top;
		border: none;
		font-size: 1em;
}
#form-contacta textarea {
  height: 4em;
}
#form-contacta .submit {
	margin-top: 1em;
	background: #FFF;
	color: #003;
	border: 1px solid #369;
	width: 100%;
	height: 2em;
}
option.par {
	background: #D0E7FF;
	color: #033;
}

.caja_vistosa {
  display: block;
  margin: 2em 0;
  border: 1px solid #369;
  text-align: center;
}
.humania .web {
  display: block;
  padding: 1em 4em 1em 0;
  font-size: 2em;
  background: url(./img/logo-humania.gif) no-repeat 80% 50%;
}
.humania .web span {
  background: #FFF;
  color: #ff5108;
  text-transform: uppercase
}

.peque {
  font-size: .8em;
}
.doc, .pdf, .subir {
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: right center;
}
.derecha .doc, .derecha .pdf, .derecha .subir {
  background-position: left top;
  padding-left: 15px;
  padding-right: 0;
}
.doc {
  background-image: url(./img/doc.gif);
}
.pdf {
  background-image: url(./img/pdf.gif);
}
.subir {
  background-image: url(./img/subir.gif);
}

abbr, acronym {
  cursor: help;
}
address {
  font-style: normal;
}
img.izda {
  float:left;
  margin-right: 1em;"
  margin-bottom: 1em;
}
