/* ----------------------------------------------------------------------------------------
- Sitio Web:			http://www.bcamath.org
- Version:				2.5
- Fecha:				14 / 11/ 2008
- Gramatica CSS:		2.1
- Gramatica (X)HTML:	1.0 Transitional
- Accesibilidad:		Nivel A	
------------------------------------------------------------------------------------------- */

/* @group  comunes + utilidades*/

html, body, div, a, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, abbr, acronym, address, code, object, label, legend, input, textarea, p, blockquote, th, td, del, dfn, q, table, caption, tbody, tfoot, thead, tr, th, td { 
	vertical-align: baseline;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
	border: 0em solid #ccc;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
}

/* Tablas
-------------------------------------------- */

	table {
		border-collapse:collapse;
		border-spacing:0;
		width:100%;
	}

/* Objects
-------------------------------------------- */

	object {
		margin: 0em 0em 0em 0em;
		padding: 0em 0em 0em 0em;
		border: 0em;
	}


/* Abreviaturas, acronimos y definiciones
-------------------------------------------- */

	abbr, acronym, dfn {
		border: none;
		cursor: help;
	}
	

/* Imágenes
-------------------------------------------- */

	img, a img, :link img, :visited img, :hover img {
		border: 0em;
	}
	
	
/* Teclado Kbd
-------------------------------------------- */
	
	kbd {
		border-bottom: .1em solid #cccccc;
		border-right: .1em solid #cccccc;
		padding-bottom: 0.1em; 
		padding-right: 0.4em; 
		padding-left: 0.4em; 
		background: #EFECEC;
		padding-top: 0.1em;
		font-size: 115%; 
	}
	
	
/* Listas
-------------------------------------------- */
	
	ul, ol, dl, li {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}	
	

/* FIN / Formateo de los estilos
------------------------------------------------------------------------------------------- */



/* Estilos comunes
------------------------------------------------------------------------------------------- */

.clearfix:after {
	height: 0;
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
}

.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }

.display_none { display: none; }
.clearfix { display: block; }
.clear_both { clear: both; }

/* Iconos
----------------------------------*/

.correo { 
	background: url(../public_images/ico/ico_correo.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.goBack { 
	background: url(../public_images/ico/goBack.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.externalLink { 
	background: url(../public_images/ico/externalLink.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.webMap { 
	background: url(../public_images/ico/webMap.gif) no-repeat right center;
	padding: 0em 1.3em 0em 0em;
}

.download { 
	background: url(../public_images/ico/download.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.continue { 
	background: url(../public_images/ico/continue.gif) no-repeat right center;
	padding: 0em 1.2em 0em 0em;
}

.display { 
	background: url(../public_images/ico/display.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.pdf { 
	background: url(../public_images/ico/pdf.gif) no-repeat right center;
	padding: 0em 1.4em 0em 0em;
	text-transform: lowercase;
	font-size: 95%;
}

.pdfJobOffers { 
	background: url(../public_images/ico/pdf.gif) no-repeat right center;
	padding: 0em 1.4em 0em 0em;
	text-transform: lowercase;
	font-size: 90%;
}

.mailGray { 
	background: url(../public_images/ico/mailGray.gif) no-repeat left center;
	padding: 1.9em 0em 1.9em 2em;
}

.flechas { 
	background: url(../public_images/ico/flechas.gif) no-repeat left center;
	padding: 0em 0em 0em 1em;
	text-transform: lowercase;
	font-size: 95%;
}

.flechasAtras { 
	background: url(../public_images/ico/flechasAtras.gif) no-repeat left center;
	text-transform: lowercase;
	padding: 0em 0em 0em 1em;
	font-size: 95%;
}

.poEs {
	margin-bottom: -25px;
}

.align_right {
	text-align: right
}

.help { 
	cursor: help;
}

.nota, .salto { position: absolute; top: -5000px; left: -5000px; }

.invisible { display: none; visibility: hidden; }
.negrita { font-weight: bold; }

.float_left { float: left; }	
.float_right { float: right; }

.background_none { background: none !important; }

.align_center { text-align: center; }	
.align_left { text-align: left; }
.align_right { text-align: right; }	


/* @end */

/* @group Cuerpo de página */

body {
	background: url(../public_images/fondo-pagina.jpg) no-repeat center top #d9ddd5;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 75%;
	color: #191919;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold; 
	color: #0061af; 
	clear: both; 
}

a { color: #ed6e00; }
strong { color: #000; }

h1 {}

h2 {
	padding: 0em;
	color: #000000;
	font-size: 190%;
	line-height: 1.4em;
	margin: 0 0 .7em 0;
	font-weight: normal;
	text-transform: lowercase;
}

span.parentesis-izq {
	padding: .8em .8em .8em .5em;
	background: url(../public_images/parentesis/izquierda.gif) no-repeat left center;
}

span.parentesis-der {
	padding: .8em .5em .8em 0em;
	background: url(../public_images/parentesis/derecha.gif) no-repeat right center;
}

span.home-parentesis-izq {
	padding: .8em .8em .8em .5em;
	background: url(../public_images/parentesis/izquierda-home.gif) no-repeat left center;
}

span.home-parentesis-der {
	padding: .8em .5em .8em 0em;
	background: url(../public_images/parentesis/derecha-home.gif) no-repeat right center;
}

span.negritaTitulo {
	font-weight: bold;
}

.azulTitulo {
	color: #0061af;
}

h3.home-upcoming {
	background:url(../public_images/home/upcoming.jpg) no-repeat left top #f5f9fc;
	padding: 1em 0 1.1em .7em;
	margin: 0 0 0 0;
	color: #ffffff;
}

h3.home-bcam {
	background:url(../public_images/home/noticias.gif) no-repeat left top #f2f2f2;
	padding: 1.5em 0 1.1em .7em;
	margin: 0 0 0 0;
	color: #000000;
}

h3.home-publications {
	background: url(../public_images/home/publicaciones.gif) no-repeat left top #f2f2f2;
	padding: 1em 0 .5em .7em;
	margin: 0 0 0 0;
	color: #000000;
}

h3.publications {
	background: url(../public_images/rallado.gif) repeat-x left bottom;
	font-weight: normal;
	color: #666666;
	margin:0 0 .5em 0;
}
h3.publications span { 
	color: #0061af;
	font-weight: bold;
	text-transform: uppercase;
}


h3.tit-events {
	background: url(../public_images/rallado.gif) repeat-x left bottom;
	text-transform: uppercase;
	font-weight: bold;
	margin:0 0 .5em 0;
	color: #0061af;
}
h3.tit-events span { 
	color: #4c4c4c;
	font-weight: normal;
}


h3.tit-committee {
	background: url(../public_images/rallado.gif) repeat-x left bottom;
	text-transform: uppercase;
	font-weight: bold;
	margin:0 0 .5em 0;
	color: #0061af;
}


h3.mission {
	background: url(../public_images/rallado.gif) repeat-x left bottom;
	text-transform: uppercase;
	margin: 1em 0 1em 0;
	font-weight: normal;
	color: #666666;
}
h3.mission span { 
	color: #0061af;
	font-weight: bold;
}

h3.presentation {
	text-transform: lowercase;
	margin: 3em 0 .5em 0;
	font-weight: normal;
	padding-bottom: .5em;
	font-size: 190%;
	color: #000000;
}

h3.links {
	background: url(../public_images/rallado.gif) repeat-x left bottom;
	text-transform: uppercase;
	margin-bottom: 1em;
	font-weight: normal;
	margin-top: 2em;
	color: #4c4c4c;
}

h3.personal-web {
	background: url(../public_images/rallado-azul.gif) repeat-x left bottom;
	text-transform: uppercase;
	margin-bottom: 1em;
	font-weight: bold;
	margin-top: 2em;
	color: #0061af;
}

h3.personal-web-gray {
	background: url(../public_images/rallado.gif) repeat-x left bottom;
	text-transform: uppercase;
	margin-bottom: 1em;
	font-weight: normal;
	margin-top: 2em;
	color: #757575;
}

h3.new-title {
	color: #191919;
	font-weight: normal;
	text-transform: none !important;
}

h3.activities {
	background: url(../public_images/activities/flecha.gif) no-repeat left 5px;
	text-transform: none !important;
	padding-left: 1em;
	font-size: 117%;
}

h3.typeOfJobOffer {
	background: url(../public_images/job-offers/table-top.gif) no-repeat 0 7px;
	text-transform: uppercase;
	padding: 0em 0em 0em 1em;
	font-weight: normal;
	margin: 1em 0 1em 0;
	font-size: 107%;
	color: #000000;
}

h3.typeOfJobOffer span.fnd_blanco {
	background: #ffffff;
	padding: .3em;
}

h3.typeOfJobOffer span.txt_azul {
	font-weight: bold;
	padding-right: .5em;
	color: #0059a7;
}

h3.tit-privacidad {
	background: url(../public_images/rallado.gif) repeat-x left bottom;
	text-transform: uppercase;
	margin: 1.5em 0 1.5em 0;
	font-weight: normal;
	color: #666666;
}

h4 {
	font-weight: normal;
	color: #000000;
}

h4.card-title {
	text-transform: capitalize;
	font-weight: bold;
	font-size: 120%;
	color: #000000;
}

h5.card-data {
	text-transform: capitalize;
	font-weight: bold;
	margin-top: 1em;
	font-size: 110%;
	color: #0061af;
}
/* @end */
/* @group estructura de la página */

#contenedor {
	background: #ffffff;
	margin: 0em auto;
	color: #2b383e;
	width: 82.9em;
}

.ie6 #contenedor {
	width: 82.1em;
}

#contenedor.fndResearch { background: url(../public_images/research/fondo-pagina.jpg) no-repeat 36em 69.6em #ffffff !important; }


/* Cabecera de la página
------------------------------------------------------------------------------------------- */

#cabecera {
	height: 9.4em;
	border-top: .7em solid #d9ddd5;
	padding-top: 5em;
	background: url(../public_images/carcasa/top.gif) no-repeat
}


/* Contenedor logotipo
------------------------------------------------------------------------------------------- */

#logotipo {
	background: #ffffff;
	text-align: center;
	margin-right: 2em;
	width: 21em;
	float: left;
	
}

#logotipo h1 {	font-size: 150%; }


/* Eslogan
------------------------------------------------------------------------------------------- */

blockquote.eslogan {
	background: url(../public_images/eslogan.gif) no-repeat left top #ffffff;
	text-indent: -9999px;
	margin-top: 4em;
	float: left;
	width: 29em;
	height: 2em;
}


/* @group Banner */

#banner {
	text-align: center;
	height: 17.1em;
}

.fnd_home		{ background: url(../public_images/banner/home.jpg) no-repeat center top; }
.fnd_the-center { background: url(../public_images/banner/the-center.jpg) no-repeat center top; }
.fnd_research	{ background: url(../public_images/banner/research.jpg) no-repeat center top; }
.fnd_research-pdes	{ background: url(../public_images/banner/research-pdes.jpg) no-repeat center top; }
.fnd_research_CM	{ background: url(../public_images/banner/research_CM.jpg) no-repeat center top; }
.fnd_research-multiphysics	{ background: url(../public_images/banner/research-multiphysics.jpg) no-repeat center top; }
.fnd_research-networks { background: url(../public_images/banner/research-networks.jpg) no-repeat center top; }
.fnd_research-elasticity { background: url(../public_images/banner/elasticity.jpg) no-repeat center top; }
.fnd_research-bio	{ background: url(../public_images/banner/bio-math.jpg) no-repeat center top; }
.fnd_research_NWFM	{ background: url(../public_images/banner/research_NWFM.jpg) no-repeat center top; }
.fnd_research_HMC	{ background: url(../public_images/banner/research_HMC.jpg) no-repeat center top; }
.fnd_research_MBMS	{ background: url(../public_images/banner/research_MBMS.jpg) no-repeat center top; }
.fnd_people		{ background: url(../public_images/banner/people.jpg) no-repeat center top; }
.fnd_internships		{ background: url(../public_images/banner/banner_Internships.jpg) no-repeat center top; }
.fnd_job-offers { background: url(../public_images/banner/job-offers.jpg) no-repeat center top; }
.fnd_activities { background: url(../public_images/banner/activities.jpg) no-repeat center top; }
.fnd_activities_Seminars { background: url(../public_images/banner/activities_seminars.jpg) no-repeat center top; }
.fnd_activities_Workshops { background: url(../public_images/banner/activities_workshops.jpg) no-repeat center top; }
.fnd_activities_Colloquium { background: url(../public_images/banner/activities_colloquium.jpg) no-repeat center top; }
.fnd_computational-resources { background: url(../public_images/banner/computational-resources.jpg) no-repeat center top; }

.fnd_simulations { background: url(../public_images/banner/simulations.jpg) no-repeat center top; }
.fnd_courses { background: url(../public_images/banner/courses_banner.jpg) no-repeat center top; }
.fnd_publications	{ background: url(../public_images/banner/publications.jpg) no-repeat center top; }
.fnd_press-area		{ background: url(../public_images/banner/press-area.jpg) no-repeat center top; }
.fnd_useful-links	{ background: url(../public_images/banner/useful-links.jpg) no-repeat center top; }
.fnd_contact		{ background: url(../public_images/banner/contact.jpg) no-repeat center top; }
.fnd_privacidad	{ background: url(../public_images/banner/research-multiphysics.jpg) no-repeat center top; }
.fnd_mapa-web	{ background: url(../public_images/banner/research-multiphysics.jpg) no-repeat center top; }
.fnd_accesibilidad	{ background: url(../public_images/banner/research-multiphysics.jpg) no-repeat center top; }

blockquote.enrrique-zuazua {
	width: 33em;
	float: right;
	height: 15.4em;
	margin: 0 6em 0 0;
	padding: .9em 1em;
	text-align: justify;
}
.ie6 blockquote.enrrique-zuazua {
	margin: 0 3em 0 0;
}

blockquote.enrrique-zuazua p {
	margin: 1em;
}

blockquote.enrrique-zuazua p.cursiva {
	font-style: italic;
}

/* @end */

/* @group Menu */

#navegacion {
	float: left;
	width: 15.7em;
	margin-left: 2.2em;
	padding-bottom: 0em;
}

.ie6 #navegacion {
	margin-left: 1em;
}

ul#menu {
	clear: both;
	list-style: none;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
}

ul#menu li.nivel1 {
	font-size: 90%;
}
.safari ul#menu li.nivel1 {
	font-size: 87%;
}

ul#menu li.nivel1 {
	text-align: left;
	list-style: none;
	text-transform: uppercase;
	border-bottom: 1px solid #ffffff;
}

ul#menu li.nivel1 a {
	text-align: left;
	letter-spacing: 0px;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 12px;
}
	
ul#menu li.nivel1 a:link, ul#menu li.nivel1 a:visited {
	color: #4c4c4c;
	display: block;
	text-decoration: none;
	border-top: 1px solid #ffffff;
	background: url(../public_images/menu/a-link.gif) no-repeat -4px center #f2f2f2;
	
}	

ul#menu li.nivel1 a:hover, ul#menu li.nivel1 a:active {
	color: #0061af;
	text-decoration: underline;
	/*background: url(../public_images/menu/a-hover.gif) no-repeat center center #f2f2f2;*/
}

.seleccionado1, .menuSelLink {
	color: #ffffff !important;
	background: url(../public_images/menu/a-hover.gif) no-repeat 2px 2px #f2f2f2 !important;
}

.seleccionado1 span {
	padding: .2em 0em .2em 12px;
	display: block;
}

/*      NIVEL 2 ---- */
ul#menu li.nivel1 ul {
	margin-left: 20px;
}
ul#menu li.nivel1 li.nivel2 {
	text-align: left;
	list-style: none;
	text-transform: none;
	border-bottom: 1px solid #f2f2f2;
}

ul#menu li.nivel1 li.nivel2 a {
	text-align: left;
	letter-spacing: 0px;
	margin: 0px 0px 0px 0px;
	padding: .2em 0em .2em 9px;
	
}
	
ul#menu li.nivel1 li.diferente1 a, ul#menu li.nivel1 li.diferente2 a {
	font-style: italic;
}
	
ul#menu li.nivel1 li.nivel2 a:link, ul#menu li.nivel1 li.nivel2 a:visited {
	background: url(../public_images/menu/submenu-alink.gif) no-repeat 0px 8px #f2f2f2;
	color: #4c4c4c;
	display: block;
	text-decoration: none;
	border-top: 1px solid #f2f2f2;
}	
	
ul#menu li.nivel1 li.diferente1 a:link, ul#menu li.nivel1 li.diferente1 a:visited {
	background: url(../public_images/menu/submenu-alink.gif) no-repeat 0px 8px #f2f2f2;
	font-style: italic;
	color: #4c4c4c;
}
	
ul#menu li.nivel1 li.diferente2 a:link, ul#menu li.nivel1 li.diferente2 a:visited {
	background: url(../public_images/menu/submenu-especial.gif) no-repeat 0px 8px #f2f2f2;
	font-style: italic;
	color: #0061af;
}
	
ul#menu li.nivel1 li.nivel2 a:hover, ul#menu li.nivel1 li.nivel2 a:active {
	color: #000000;
	text-decoration: underline;
	background: url(../public_images/menu/submenu-hover.gif) no-repeat 0px 8px #f2f2f2;
}

.seleccionado2 {
	color: #0061af !important;
	font-weight: bold !important;
	background: url(../public_images/menu/submenu-hover.gif) no-repeat 0px 8px #f2f2f2;
}

.seleccionado2 span {
	padding: .2em 0em .2em 9px !important;
	display: block;
}

ul#menu li.nivel1 li.nivel2 ul {
	margin: 0px 0px 0px 20px;
}
ul#menu li.nivel1 li.nivel2 li.nivel3 {
	text-align: left;
	list-style: none;
	text-transform: none;
	border-bottom: 1px solid #f2f2f2;
}

ul#menu li.nivel1 li.nivel2 li.nivel3 a {
	text-align: left;
	letter-spacing: 0px;
	margin: 0px 0px 0px 0px;
	padding: .2em 0em .2em 9px;
}
ul#menu li.nivel1 li.nivel2 li.nivel3 a:link, ul#menu li.nivel1 li.nivel2 li.nivel3 a:visited {
	background: url(../public_images/menu/subSubMenuOff.gif) no-repeat 0px 8px #f2f2f2;
	color: #4c4c4c;
	display: block;
	text-decoration: none;
	border-top: 1px solid #f2f2f2;
}	

.seleccionado3 {
	color: #0061af !important;
	font-weight: bold !important;
	background: url(../public_images/menu/subSubMenuOn.gif) no-repeat 0px 8px #f2f2f2;
}

.seleccionado3 span {
	padding: .2em 0em .2em 9px !important;
	display: block;
}
ul#menu li.nivel1 li.diferente1 {
	margin-top: 1em;
}

ul#menu li.nivel1 li.diferente2 {
}
/* @end */
.logos-home {
	text-align: center; padding-top: 1em;
}
.logos-home img { margin: .4em 0 }


/* Contenido
------------------------------------------------------------------------------------------- */

#contenido {
	float: right;
	width: 60em;
	line-height: 1.7em;
	margin-right: 2.3em;
	padding-bottom: 2.5em;
}

.ie6 #contenido {
	margin-right: 1em;
}


/* @group Sendero de migas */

#rutaPagina {
	margin-right: 2.3em;
	margin-left: 2.7em;
	padding-bottom: 1em;
	font-size: 90%;
	color: #000000;
	width: 700px;
	float: left;
}

.ie6 #rutaPagina {
	margin-left: 12px;
}

#rutaPagina strong {
	font-weight: lighter;
}

#rutaPagina p {
	display: inline;
	padding: 0em;
	margin: 0em;
	float: none;
}

#rutaPagina ol, #rutaPagina ol li {
	display:inline;
}

#rutaPagina li {
	margin-left: .4em;
	padding-right: 1em;
	background: url(../public_images/arrow.gif) no-repeat right center;
}

#rutaPagina a {
	color: #0061b0;
}
/* @end */

/* @group menuidiomas */

#menuIdiomas {
	font-size: 120%;
	width: 204px;
	float: right;
	text-align: right;
	margin-right: 30px;
}

.ie6 #menuIdiomas {
	margin-right: 12px;
}

#menuIdiomas ul li sup {
	font-size: 50%;
	font-weight: bold;
}
.ie6 #menuIdiomas ul li sup, .ie7 #menuIdiomas ul li sup, .gecko #menuIdiomas ul li sup {
	font-size: 80%;
	font-weight: bold;
}
.gecko #menuIdiomas ul li sup {
	font-size: 70%;
	font-weight: bold;
}
#menuIdiomas ul {
	list-style-type: none;
}

#menuIdiomas li {
	display:inline;
	height:20px;
}

#menuIdiomas li a:link,#menuIdiomas li a:visited {
	color: #000000;
}
#menuIdiomas li a:hover {
	color: #0061AF;
}

#menuIdiomas li span {
	color: #0061AF;
}


#menuIdiomas li.intraAcc {
	margin: 4px 0px 0px 0px;
	float: left;
}


/* @end */

.fondo-origami {
	background: url(../public_images/menu/origami.jpg) no-repeat 2.2em bottom;
	padding-bottom: 12em;
}

/* @group Página Principal */

#bloque-central {
	float: left;
	width: 39em;
	line-height: 1.5em;
	text-align: justify;
}

#bloque-central p {
	margin: .7em 0;
}

#bloque-central strong {
	color: #0061af;
}

#bloque-derecha {
	float: right;
	width: 17.3em;
}
/* @end */

/* @end */

/* @group workshops */

.sombraWorkshop {
	background: url(../public_images/home/sombraBottom.jpg) no-repeat left bottom;
	padding-bottom: 2.3em;
}

.contWorkShop p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 10px;
}

.tit-workshops {
	font-size: 140%;
	color: #0061af;
}

.tit-benasque {
	font-size: 150%;
}

a.linkExternoHome {
	color: #706f6e;
}

/* Para las upcoming
-------------------------------------------------- */

.bloque-upcoming {
	background: #f5f9fc;
	margin-bottom: 1.5em;
	border-bottom: 5px solid #4d90c7;
}

.bloque-upcoming p {
	margin: .3em 0;
}
#listado-upcoming {
	line-height: 1.4em;
}

#listado-upcoming h4 {
	color: #000000;
	font-weight: bold;
}
#listado-upcoming a {
	color: #0061af;
	text-decoration: none;
	/*border-bottom: 1px solid #74a8d3;*/
}

#listado-upcoming a:hover { color: #074e87; /*border-bottom: 1px solid #074e87; */}

#listado-upcoming li {
	list-style: none;
	padding-bottom: .5em;
	margin: 0 1em 1em 1em;
	border-bottom: 1px dashed #ccc;
}
#listado-upcoming li strong.fecha { color: #0061af; }
/* @end */


/* @group Noticias */

.bloque-news {
	border-bottom: .5em solid #b3b3b3;
	background: #f2f2f2;
	margin: -.4em 0 2em 0;
	padding-top: .5em;
}

.bloque-news p {
	margin: .3em 0;
}

#listado-noticias-home li {
	list-style: none;
	line-height: 1.3em;
	padding-bottom: .5em;
	margin: 0 1em 1em 1em;
	
	border-bottom: 1px dashed #ccc;
}

#listado-noticias-home li h4 { text-transform: none !important; }

.bloque-publication {
	border-bottom: .5em solid #b3b3b3;
}

.bloque-publication img {
	margin-top: -.3em;
}
/* @end */


/* @group The center */

blockquote.mission-aims {
	font-weight: bold;
	color: #000000;
	font-size: 105%;
}

blockquote.mission-aims:before {
	content: open-quote;
	font-weight: bold;
}

blockquote.mission-aims:after {
	content: close-quote;
	font-weight: bold;
}

.listado-theCenter li {
	background: url(../public_images/dott-azul.gif) no-repeat 0px 7px;
	padding-left: 1em;
	margin-left: 1em;
	list-style: none;
	margin-top: 1em;
}

.listado-theCenter li a {
	color: #448bc4;
	font-style: normal;
	text-decoration: none;
}

.listado-theCenter li a:hover {
	text-decoration: underline;
}
/* @end */

/* @group partners */
.partners-logo {
	margin-top: 3em;
	margin-left: 2.5em;
}

.partnerBOX {	
	float: left;
	width: 25em;
	height: 10em;
	text-align: center;
	margin: 0em 0em 0em 0em;
	border: 1px solid #ffffff;
}

.boxInnobasque {
	padding: 2.25em 0;
}

.persona {
	margin: 1.5em auto 1em auto;
	width: 41em;
}

.foto-persona {
	width: 9.3em;
	float: left;
	text-align: center;
	border: 1px solid #a19a98;
}

.descripcion-persona {
	width: 31em;
	float: right;
	height: 12em;
	background: url(../public_images/the-center/folio.gif) no-repeat right top;
}

.descripcion-persona a {
	color: #808080;
}

.descripcion-persona ul {
	margin: 1.7em 0 0 1.5em;
}
.descripcion-persona ul li {
	list-style: none;
	line-height: 1.3em;
}
.descripcion-persona ul li.separacion {
	margin-bottom: 1.5em;
}

.comitePname {
	color: #000000;
	font-size: 117%;
}

.comitePsection {
	color: #0061af;
}
/* @end */

/* @group events */


.events-list li {
	list-style: none;
	padding-left: 1em;
	margin-bottom: .7em;
	background: url(../public_images/flecha.gif) no-repeat left center;
}

.events-list li a {
	font-weight: bold;
	color: #0061af;
}

.events-list li span.fecha {
	margin-right: 1.5em;
}

.meetIMG {
	border: 5px solid #cccccc;
	margin: 1em 0 1em 0;
	background: #ffffff;
	text-align: center;
	padding: .3em;
	width: 16em;
	float: left; 
}

.sedeIMG {
	border: 5px solid #cccccc;
	margin: 1em 0 1em 0;
	background: #ffffff;
	text-align: center;
	padding: .1em;
	width: 160px;
	float: left; 
}

.imageMarginLeft {
	margin: 1em .0em 1em .8em;
}
.IMGcentro {
	margin: 1em .4em;
}
/* @end */

/* @group Research */
.researchIMGlist li {
	margin: 0em 0em .7em 0em;
	list-style: none;
	width: 19.5em;
	float: left;
}

.cont-research-general {
	background: url(../public_images/research/dotted.gif) repeat-y 16.1em top;
}

.cont-research {
	background: url(../public_images/research/dotted.gif) repeat-y 14em top;
}

.research-nav-izq {
	width: 16.5em;
	float: left;
}

.nav-research { margin-bottom: 2em; }
.ie6 .nav-research { margin-left: 1em; }
.ie7 .nav-research { margin-left: 1em; }

.nav-research li { margin: .3em 0 .3em 1.5em; }
.nav-research li a { color: #0061af; }

.goal-mehtods {
	width: 15em;
	background: url(../public_images/research/goal-mehtods-middle.gif) repeat-y left top;
}
.goal-mehtods-top {
	height: .9em;
	background: url(../public_images/research/goal-mehtods-top.gif) no-repeat left top;
}

.goal-mehtods-bottom {
	height: .7em;
	background: url(../public_images/research/goal-mehtods-bottom.gif) no-repeat left bottom ;
}

.goal-mehtods dl {
	margin: 0 1em;
}

.goal-mehtods dt {
	background: url(../public_images/research/goal-mehtods-flecha.gif) no-repeat left center;
	padding: .5em 0 .5em 1.3em;
	font-size: 125%;
	color: #0061af;
}

.goal-mehtods dd {
	padding: 0 0 0 1.6em;
	font-style: italic;
	font-size: 97%;
	color: #666666;
}

.research-nav-der {
	float: left;
	width: 41.5em;
	margin-left: 1.4em;
	text-align: justify;
}


.research-nav-der p {
	margin: 1em 0;
}

.research-img {
	text-align: center;
	margin: 2.5em auto;
}

.listado-research li {
	background: url(../public_images/dott-azul.gif) no-repeat 0px 7px;
	padding-left: 1em;
	margin-left: 1em;
	list-style: none;
	margin-top: 1em;
}

.listado-research li a {
	color: #000000;
	text-decoration: none;
}

.listado-research li a:hover {
	text-decoration: underline;
}
/* @end */

/* @group  simulations items*/
.cajaItem {
	padding-bottom: 1.4em;
	margin-bottom: 1em;
	background: url(../public_images/dott_border.gif) repeat-x 0px bottom;
}

.colLeftItem {
	float: left;
	width: 142px;
}
.colRightItem {
	float: left;
	width: 330px;
	margin-left: 2em;
}
.colRightItemHome {
	float: left;
	width: 550px;
	margin-left: 2em;
}
.marcoFoto {
	border: 1px solid #727375;
	padding: 2px;
	min-height: 80px;
}
.titItem {
	color: #101010;
	font-size: 14px;
	text-align: left;
}

.ulInfoItem {
	background: #F5F5F5;
	margin: .4em 0 .4em 0em;
	padding: .4em 1em .4em 0em;
	overflow: hidden;
	}

.ulInfoItem li {
	text-align: right;
}


.cajaDataSimulation {
	margin-bottom: 1em;
	padding-bottom: .5em;
	background: url(../public_images/dott_border.gif) repeat-x 0px bottom;
}

.autorSim {
	background: #F3F3F3;
	text-align: right;
	padding: 0.3em 1em 0.3em 0em;
	color: #696969;
	font-weight: bold;
	margin: .3em 0em .3em 0em;
}

.cajaSimulation {
	margin-bottom: 1em;
	padding-bottom: .5em;
	background: url(../public_images/dott_border.gif) repeat-x 0px bottom;
}

.mathlab {
	font-weight: bold;
	color: #000000;
}
.scilab {
	
}
/* @end */


/* @group Visitors */

.visitors-box {
	background: url(../public_images/rallado.gif) repeat-x left bottom;
	padding-bottom: .9em;
	padding-top: .9em;
	color: #666666;
	clear: both;
}

.visitors-box-left {
	width: 46em;
	float: left;
	line-height: 1.4em;
	border-right: 4px solid #EBEBEB;
}
.bg_visitor {
	background: none;
}
.bg_fellow {
	background: url(../public_images/visitors/vis_fellow.jpg) no-repeat right top;
}
.bg_internship {
	background: url(../public_images/visitors/internships.jpg) no-repeat right top;
}
.VisitorFoto {
	width: 7em;
	float: left;
}

.VisitorFoto img {
	border: 1px solid #d6d6d6;
}

.visitorDetalle {
	width: 33em;
	float: left;
	padding-left: 1em;
}

.visitorName {
	color: #000000;
	font-size: 125%;
}

.visitorInstitution {
	color: #0061af;
}

.visitors-box-right {
	width: 11.7em;
	float: right;
	padding: 3em 0 1.6em 1em;
}

.visitors-box-right a {
	color: #adadad;
	text-decoration: none;
}

.visitors-box-right a:hover {
	text-decoration: underline;
}
/* @end */

/* @group minisite */

#banner_ms {
	text-align: center;
	height: 17.1em;
	margin-bottom: 0em;
	background: url(../public_images/banner/minisite.jpg) no-repeat center top;
}

#navegacion_ms {
	float: left;
	width: 15.7em;
	background: #f2f7fb;
	margin-left: 2.2em;
	padding-bottom: 20em;
}

ul#menu_ms {
	clear: both;
	list-style: none;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
}

ul#menu_ms li.nivel1 {
	text-align: left;
	list-style: none;
	border-bottom: 1px dashed #8facb1;
}

ul#menu_ms li.nivel1 a {
	text-align: left;
	letter-spacing: 0px;
	margin: 0px 0px 0px 0px;
	padding: 3px 6px 3px 20px;
}
	
ul#menu_ms li.nivel1 a:link, ul#menu_ms li.nivel1 a:visited {
	color: #4c4c4c;
	display: block;
	text-decoration: none;
	border-top: 1px solid #ffffff;
	background: url(../public_images/personal-web/dott-menu.gif) no-repeat .7em .9em #f2f7fb;
	
}	

ul#menu_ms li.nivel1 a:hover, ul#menu_ms li.nivel1 a:active {
	color: #0061af;
	text-decoration: underline;
	background: url(../public_images/personal-web/dott-menu.gif) no-repeat .7em .9em #f2f7fb;
}

ul#menu_ms li.seleccionado1 {
	color: #0061af;
	font-weight: bold;
	background: url(../public_images/personal-web/dott-menu.gif) no-repeat .7em .9em #f2f7fb;
}

ul#menu_ms li.seleccionado1 span {
	padding: .2em 0em .2em 1.7em;
	display: block;
}

.list-gray li {
	padding-left: 1em;
	list-style: none;
	background: url(../public_images/dott-gray.gif) no-repeat left center;
}

.list-miniSite li {
	padding:0em 0 .9em 1em;
	list-style: none;
	margin-bottom: .9em;
	border-bottom: 1px dashed #ccc;
	background: url(../public_images/dott-gray.gif) no-repeat left center;
}
.list-miniSite li li {
	padding:0em 0 0em 1.3em;
	list-style: none;
	margin-bottom: 0em;
	border-bottom: 0px dashed #ccc;
	background: url(../public_images/ico/flechas.gif) no-repeat left center;
}
.list-miniSite li li a {
	text-decoration: none}
	.list-miniSite li li a:hover {
	text-decoration: underline}
ul#menu_ms li.nivel1 li.nivel2 {
	text-align: left;
	list-style: none;
	text-transform: none;
	border-bottom: 1px solid #f2f2f2;
}

ul#menu_ms li.nivel1 li.nivel2 a {
	text-align: left;
	letter-spacing: 0px;
	margin: 0px 0px 0px 0px;
	padding: 1px 26px 1px 30px;
	
}
	
ul#menu_ms li.nivel1 li.nivel2 a:link, ul#menu_ms li.nivel1 li.nivel2 a:visited {
	background: url(../public_images/menu/submenu-alink.gif) no-repeat 20px 9px #f2f2f2;
	color: #4c4c4c;
	display: block;
	text-decoration: none;
	border-top: 1px solid #f2f2f2;
}	
	
ul#menu_ms li.nivel1 li.nivel2 a:hover, ul#menu_ms li.nivel1 li.nivel2 a:active {
	color: #000000;
	text-decoration: underline;
	background: url(../public_images/menu/submenu-hover.gif) no-repeat 20px 9px #f2f2f2;
}


/* 
  Personal Information
----------------------- */

.cont-card {
	background: url(../public_images/personal-web/ficha-top.gif) no-repeat right top;
	margin: 0em auto;
	width: 50em;
}

.passport-photo {
	width: 11em;
	float: left;
	padding-top: .5em;
	padding-left: 2em;
}

.personal-card {
	width: 35em;
	float: right;
	margin-top: 4em;
	margin-right: 1em;
}

.personal-card strong {	color: #000000; }

.card-list li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	line-height: 1.5em;
}

.card-list li a { color: #808080; }

.bottom-curve {
	clear: both;
	height: 2em;
	background: url(../public_images/personal-web/ficha-bottom.gif) no-repeat right bottom;
}

/* 
  News and Events
----------------------- */

.listado-NewsEvents li { list-style: none; }

.listado-NewsEvents li.titNE {
	color: #0061af;
	margin-top: 1.5em;
	font-weight: bold;
	padding-left: 1em;
	background: url(../public_images/flecha.gif) no-repeat 0px 7px;
}

.listado-NewsEvents li ul.listDetalles li {
	color: #000000;
	font-weight: normal;
}

.listado-NewsEvents li ul.listDetalles li span {
	color: #808080;
}


/* 
 Dissemination activities
----------------------- */

.listado-dissemination {
	margin-top: 2em;
}

.listado-dissemination li {
	background: url(../public_images/dott-azul.gif) no-repeat 0px 7px;
	font-style: italic;
	padding-left: 1em;
	margin-left: 1em;
	list-style: none;
	margin-top: 1em;
	color: #000000;
}

.listado-dissemination li strong {
	color: #000000;
	font-style: normal;
}

.listado-dissemination li a {
	color: #ed6e00;
	font-style: normal;
	text-decoration: none;
}

.listado-dissemination li a:hover {
	text-decoration: underline;
}

.listado-dissemination li span{ 
	font-style:normal;
	color: #448bc4;
}

.listado-dissemination li span.impartido { 
	font-style:normal;
	color: #808080;
}


/*
---------------------------------
fin / Navegación del minisite
---------------------------------
---------------------------------
---------------------------------
--------------------------------- */

table.people-list {
	width: 59.8em;
	margin-top: 2em;
}

table.people-list th {
	background: url(../public_images/people/punteado-th.gif) repeat-x bottom left #f2f7fb;
	text-transform: uppercase;
	padding: .3em 0 .3em 1em;
	font-weight: bold;
	text-align: left;
	color: #0061af;
}

.name {
	width: 29em;
	padding: .5em 0 .3em 1em;
}
.name strong, .name a:link, .name a:visited { 
	color: #000000;
	text-decoration: none;
}
.name a:hover { text-decoration: underline; }

.email {
	width: 17.4em;
	padding: .5em 0 .3em 1.7em;
	background: url(../public_images/people/mail.gif) 0em .9em no-repeat;
}

.email a { color: #989898; text-decoration: none; }
.email a:hover { text-decoration: underline; }

.phone {
	width: 9.4em;
	padding: .5em 0 .3em 1em;
}
/* @end */

/* @group Job offers */
.cajaListaOfertas {
	width: 25em;
	padding-left:0em;
	float: left;
}

.listaOfertas li {
	background: url(../public_images/dott-azul.gif) no-repeat 0px 7px;
	font-style: italic;
	padding-left: 1em;
	margin-left: 1em;
	list-style: none;
	margin-top: 1em;
	color: #848484;
}

.listaOfertas li strong {
	color: #000000;
	font-style: normal;
}

.listaOfertas li a {
	color: #ed6e00;
	font-style: normal;
	text-decoration: none;
}

.listaOfertas li a:hover {
	text-decoration: underline;
}

.listaOfertas li span{ 
	font-style:normal;
	color: #448bc4;
}

.bloque {
	background: url(../public_images/job-offers/table-bottom.gif) no-repeat left bottom;
	padding-bottom: 2em;
	margin-top: 2.5em;
}

.cab-job {
	float: left;
	width: 30em;
	margin-left: 1.7em
}

.boton-job {
	margin-top: 1.2em;
	margin-left: .7em;
	float: left;
	width: 12em;
}

.link-job {
	margin-top: 2em;
	float: left;
	width: 13em;
}

table.job-list {
	width: 59.8em;
	background: url(../public_images/job-offers/table-top.gif) no-repeat 1px 5px;
}

div.bottom-table {
	background: url(../public_images/job-offers/table-bottom.gif) no-repeat left bottom;
	padding-bottom: 2em;
}

table.job-list tbody {
}

table.job-list th {
	text-transform: uppercase;
	padding: 0em 0em 0em 4em;
	text-align: left;
	color: #000000;
}

table.job-list th strong {
	color: #0061af;
}

table.job-list th span {
	background: #ffffff;
	padding: 0em 1em;
}

.offer {
	width: 45em;
	color: #000000;
	font-weight: bold;
	padding: .5em 0 .3em 2.5em;
	background: url(../public_images/job-offers/triangle.gif) no-repeat 14px 14px;
}
.offer a, .offer strong { 
	color: #000000;
	text-decoration: none;
}
.offer a:hover {
	text-decoration: underline;
} 

.apply-job {
	width: 3em;
	padding: .5em .7em .3em 0em;
}

.download-job  {
	width: 20em;
	padding: .5em 0 .3em 1em;
}

.otrosEnlaces {
	background: url(../public_images/job-offers/otrosLinksFoto.gif) repeat-x left top;
	padding: 2em 0 0 0;
	font-style: italic;
	margin: 5em 0 0 0;
}

.otrosEnlaces strong {
	font-weight: bold;
	color: #0162b1;
}

.otrosEnlaces a {
	text-decoration: none;
	color: #2b383e;
}
.otrosEnlaces a:hover { text-decoration: underline; }

.otrosEnlaces p.arrow {
	background: url(../public_images/job-offers/arrow.gif) no-repeat left center;
	padding: .7em 0 .7em 2.5em;
	margin-top: .5em;
}
/* @end */


/* @group Formularios */

.txt-obligatorio {
	color: #CC0000;
}

.fieldSetTrabajo {
	padding: .7em 0 0em 1.5em;
	margin: 0em 0em 0em 0em;
	background: url(../public_images/job-offers/fondo-fieldset.gif) repeat-x left top #ffffff;
}
	
.fieldSetTrabajo legend { 
	color: #0061af;
	font-size: 95%;
	padding-top: 1.8em;
	font-weight: bold;
	text-transform: uppercase;
	}
		
.fieldSetTrabajo .cajaField {
	padding: 0px 0px 0px 0px;
	border: 0px solid #cc0000;
	position: relative;
	width: 28em;
	}
	
.cajaField .labelEdit {
	width: 8.8em;
	padding: 0 0 0 0;
	text-align: left;
}
	

.referencesDiv label {
	margin-left: 1.8em;
}

.ejemplo {
	position: absolute;
	font-style: italic;
	color: #999999;
	top: 0em;
	left: 18em;
}	
	
.fieldSetTrabajo .cajaBoton {
	padding: 5px 0px 7px 0px;
	text-align: center;
	width: 28em;
	clear: left;
	}
	
fieldset.persons {
	padding: 0em;
	width: 20em;
	float: left;
	margin: 0 .7em 0 0 !important;
	border: 2px dotted #ced3d7;
	}
	
.ie7 fieldset.persons {
	width: 27em;
	margin-right: 1.5em;
}	
	
.safari fieldset.persons {	
	width: 27em;
	margin-right: 1em;
	}
	
.opera fieldset.persons {	
	width: 27em;
	margin-right: 1em;
	}
	
fieldset.persons legend {
	color: #0061af;
	font-size: 95%;
	background: #ffffff;
	margin-left: 2em;
	padding: .0em .5em;
	font-weight: bold;
}
		
.fieldSetContacto {	
	margin:20px 0px 10px 80px;
	padding:0px;
	border: none;
	width: 100%;
}

.fieldSetContacto legend { 
	padding-left: 0;
	font-weight: bold;
}		

/* formularios */
.fieldSetContacto label, .fieldSetContacto span.spanLabel{
	margin-top: 4px;
	margin-bottom: 4px;
	float:left;
	width: 80px;
	text-align: left;
	padding-left:12px;
	border: 0px solid #cc0000;
}


.errorField {
	font-size:10px;
	padding-left:10px;
	color: #cc0000;
	text-align:left;
}
/* @end */

/* @group simbolos de informacion para los campos de los formularios*/
form label.problem, form span.problem {
	
	}
form label.completed, form span.completed {
	
	}

.fieldSetTrabajo label, .fieldSetTrabajo span.spanLabel{
	margin-bottom: 4px;
	float: left;
	width: 80px;
	text-align: left;
	padding-left:12px;
	border: 0px solid #cc0000;
	}



.errorField {
	font-size:10px;
	padding-left:10px;
	color: #cc0000;
	}

.ancho100 {
	width: 90% !important;
	float: none !important;
	margin-left: 90px;
	}
	
.restrictionText {
	padding: 0em 0em 0em 0em;
	font-weight: normal;
	font-style: italic;
	font-size: 90%;
	color:#e41c1c;
	width: 150%;
	}

#priv-scroll {
	padding: .7em .7em;
	text-align: justify;
	overflow: auto;
	margin: 2em 1em 0em 1.5em;
	border: 1px solid #ccc;
	height: 9em;
}

#priv-scroll a {
	color: #cc0000;
}

.CheckAceptar {
	border-top: 2px solid #555;
	text-align: center;
	font-size: 105%;
	font-weight: bold;
	background: #ececec;
	margin: 0em 1em 1em 1.5em;
	padding: 0em;
	height: 3em;
	color: #555;
}


/* Caja buscar (COMÚN)
------------------------------------------------------------------------------------------- */

.motivo {
	background: url(../public_images/motivo-rallao.gif) #ffffff;
	margin: 0em auto 2em auto;
	padding: 1em;
	width: 37em;
}

.motivo fieldset {
	padding: 1em;
	background: #ffffff;
	border: 1px solid #cccccc;
}

.motivo fieldset legend {
	display: none;
}

.line {
	clear: both;
}

.line label.labelEdit, .line label.optional {
	float: left !important;
	width: 6em;
}

.line input {
	float: left;
	width: 14em;
	color: #000000;
	background: #ffffff;
	border: 1px solid #ccc;
}

.line select {
	float: left;
	color: #000000;
	background: #ffffff;
	border: 1px solid #ccc;
}

.rellenar {
	float: left;
	width: 22em;
}
.pinchar {
	float: right;
	width: 12em;
}

.boton-buscar {
	text-align: center;
	margin-top: 1.9em;
}

.boton {
	background: url(../public_images/boton.gif) no-repeat center center #0066FF;
	padding: .1em 0em 0em 0em;
	color: #ffffff;
	width: 8.4em;
}

.boton2 {
	background: url(../public_images/job-offers/boton.jpg) no-repeat top center #fff;
	padding: 1.4em 0 2.5em 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 110%;
	color: #1368a1;
	width: 10em;
}


/* Publications
------------------------------------------------------------------------------------------- */
.ulYears {
	margin: 0px 0px 8em 0px;
	padding: 0px;
}

.ulYears li {
	list-style: none;
	width: 5em;
	float: left;
	text-align:center;
	border:1px solid #CCCCCC;
}

.yearSel {
	background-color: #E6E6E6;
}
.listado-resultados {
	margin-top: 2em;
}

.listado-resultados li {
	background: url(../public_images/dott-azul.gif) no-repeat 0px 7px;
	font-style: italic;
	padding-left: 1em;
	margin-left: 1em;
	list-style: none;
	margin-top: 1em;
	color: #848484;
}

.listado-resultados li strong {
	color: #000000;
	font-style: normal;
}

.listado-resultados li a {
	color: #ed6e00;
	font-style: normal;
	text-decoration: none;
}

.listado-resultados li a:hover {
	text-decoration: underline;
}

.listado-resultados li span{ 
	font-style:normal;
	color: #448bc4;
}

.listado-resultados li span.tituloPubli{ 
	font-style:normal;
	color: #000000;
}

.listado-resultados li span.visitFellow{ 
	font-style:normal;
	color: #8A8484;
}


/* Activities and seminars
------------------------------------------------------------------------------------------- */

.activity {
	background: url(../public_images/rallado.gif) repeat-x left bottom #ffffff;
	padding-bottom: .5em;
	margin-left: 1em;
	margin-top: 1em;
	margin-bottom:1em;
	width: 48em;
}

.activity dl {
	background: url(../public_images/activities/fondo-degradado.gif) repeat-y;
	padding: 1em 0 1.7em 1.5em;
	float: left;
}

.activity dt {
	float: left;
	width: 6.5em;
}

.activity dd {
	float: left;
	width: 37.5em;
}

.activityDate {
	color: #4c4c4c;
	font-style: italic;
	font-weight: bold;
}

.titSecProjs {
	background: url(../public_images/rallado.gif) repeat-x left bottom;
	text-transform: uppercase;
	margin-bottom: 1em;
	font-weight: normal;
	margin-top: 0em;
	color: #4c4c4c;
}
.cajaProject {
	/*background: url(../public_images/rallado.gif) repeat-x left bottom #ffffff;*/
	padding-bottom: .5em;
	margin-left: .5em;
	margin-top: .3em;
	margin-bottom:1em;
	width: 40em;
}
.dlProject, .dlActividades {
	background: url(../public_images/activities/fondo-degradado.gif) repeat-y;
	padding: 1em 0 1.7em 0.5em;
	overflow: hidden;
}

.dlProject dt {
	float: left;
	width: 10.5em;
}
.dlActividades dt {
	float: left;
	width: 6em;
}
.dlProject dd, .dlActividades dd {
	float: left;
	width: 28em;
}

/* Press Area
------------------------------------------------------------------------------------------- */

strong.fecha-noticias {
	color: #0061af;
}

.news-box {
	background: url(../public_images/rallado.gif) repeat-x left bottom;
	padding-bottom: .9em;
	padding-top: .9em;
	color: #666666;
	clear: both;
}

.news-box-left {
	width: 47em;
	float: left;
	line-height: 1.4em;
}

.news-box-right {
	width: 11.7em;
	float: right;
	padding: 1.6em 0 1.6em 1em;
	background: url(../public_images/press/separador.gif) no-repeat left center;
}

/* Links
------------------------------------------------------------------------------------------- */

ul.link-list li {
	background: url(../public_images/links/triangle.gif) no-repeat 0px 8px;
	padding-left: 1em;
	list-style: none;
}

ul.link-list li a {
	color: #0061af;
}


/* Accesibilidad
------------------------------------------------------------------------------------------- */

ul.lista-accesibilidad li {
	background: url(../public_images/dott.gif) no-repeat .1em .3em;
	list-style-type: none;
	padding-left: 1em;
	margin: .5em .7em .5em .7em;
}

.atajos {
	padding-top: .7em;
}

.atajos li {
	list-style: none;
	margin-bottom: .7em;
}































/* Mapa
------------------------------------------------------------------------------------------- */

.image_right_map {
	border: 4px solid #ccc;
	padding: .5em;
}


#datods-de-contacto {
	border: 4px solid #ccc;
	padding: 1em 0 1em 1.5em;
	background: #f5f5f5;
	margin-right: 5em;
	width: 15em;
}
ul.list-contacto {
	list-style: none;
}
ul.list-contacto li {
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
}


/* Área cliente
------------------------------------------------------------------------------------------- */

fieldset#area-cliente {
	border: 0;
	padding: 2em;
}


/* mapa web
------------------------------------------------------------------------------------------- */

#mapaWeb { background: url(../public_images/mapa-web/img-mapaweb.gif) no-repeat 1.3em .3em; }	
		
li.mapaWeb-nivel1 {
	color: #156697;
	list-style: none;
	font-weight: bold;
	padding: 0em 0em 0em 1em;
	margin: .4em 0em 0em 15em;
	border-left: 2px solid #156697;
	background: url(../public_images/mapa-web/degradado-li.gif) repeat-y 0px 0px;
	}
li.mapaWeb-nivel1 a { color: #156697; text-decoration: none; }
li.mapaWeb-nivel1 a:hover { color: #156697; text-decoration: underline; }

li.mapaWeb-nivel2 {
	color: #1988cb;
	list-style: none;
	font-weight: normal;
	margin: .1em 0em .1em 1.7em;
	padding: 0em 0em 0em 1em;
	border-left: 1px solid #1988cb;
	background: url(../public_images/mapa-web/degradado-li_li8.gif) repeat-y 0px 0px;
	}
li.mapaWeb-nivel2 a { color: #1988cb; text-decoration: none; }
li.mapaWeb-nivel2 a:hover { color: #1988cb; text-decoration: underline; }


/* pie de página
------------------------------------------------------------------------------------------- */

#pie_pagina {
	background: url(../public_images/rallado.gif) repeat-x left top #ffffff;
	text-align: left;
	margin: 0 0 0 0;
	font-size: 85%;
	padding: .5em 0 1em 2.1em;
	color: #999999;
	clear: both;
}

.frase {
	padding-right: 1.5em;
	text-align: right;
	margin-top: -1.9em;
}

#pie_pagina ul,
#pie_pagina li {
	display: inline;
}

#pie_pagina strong {
	color: #005faf;
}

#pie_pagina a {
	color: #999999;
}

#contacto_pie li {
	border-right: 1px solid #999999;
	padding-right: .5em;
	padding-left: .5em;
	overflow: hidden;
}

#contacto_pie li.fin {
	border: none;
}


#direccion_pie {
	border: 1px solid #d7dce4;
	text-align: center;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	clear: both;
	}


.ulResearch {
	width: 600px !important;
}

/*


blockquote.enrrique-zuazua {
	opacity: .7;
	filter: alpha(opacity=70);
	width: 200px;
	float: right;
	margin: 0px;
	padding: 10px;
	background-color: #ccc;
	quotes: "\201C" "\201D";
}
blockquote.enrrique-zuazua:before { content: open-quote; font-weight: bold; color: #0099CC; font-size: 50px; }
blockquote.enrrique-zuazua:after { content: close-quote; font-weight: bold; color: #0099CC; font-size: 70px; }

*/


/*paginador */

/* lista paginas */

ul.pagList {
	list-style: none;
	padding: 0;
	margin: 0 0 0.5em 0;
	display: inline;
	float:right;
}

ul.pagList li {
	display: inline;
	padding: 2px 6px;
	margin: 0px 2px 0px 2px;
	}
ul.pagList li a {
	}
ul.pagList li:hover {
	}

ul.pagList li.pageOn {
	padding: 2px 6px; 
	border: none; 
	font-weight: bold; 
	}
/* @end */

/* @group paginator */
.pageList select {
	color: #222222;
	border: 1px solid #9F9F9F;
	}

/* lista paginas */
ul.pagList li {
	border: solid 1px #9F9F9F; 
	color: #aaaaaa;
	background: #fff; 
	}
ul.pagList li a {
	color: #aaaaaa;
	}
ul.pagList li:hover {
	color: #fff; 
 	border-color: #444; 
	}

ul.pagList li.pageOn {
	background: #fff; 
	color: #000;
	}

/* @end */


/* @group HOW to Reach */
.padleft {
	padding-left:110px;
}
.padtop {
	margin-top:12px;
}
.padtopDoble {
	margin-top:25px;
}

.bytaxi {
	background: url(../public_images/icons/icono_taxi.gif) no-repeat left top #ffffff;
	padding-bottom:50px;
}
.bytrain {
	background: url(../public_images/icons/icono_tren.gif) no-repeat left top #ffffff;
}
.bycar {
	background: url(../public_images/icons/icono_coche.gif) no-repeat left top #ffffff;
}
.bybus {
	background: url(../public_images/icons/icono_bus.gif) no-repeat left top #ffffff;
}

.howtoreachCont {
	color: #747474;
}
.howtoreachCont h3 {
	color: #0059B4;
	padding: 1px 0px 1px 6px;
	background-color: #F2F2F2;
}

.howtoreachCont h4 {
	color: #000000;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	background: url(../public_images/rallado.gif) repeat-x left bottom #ffffff;
}
.howtoreachCont h5 {
	color: #0059B4;
	font-size: 12px;
	font-weight: normal;
}
.howtoreachCont h6 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.howtoreachCont p {
	font-size: 12px;
}

.howtoreachCont ul, .howtoreachCont ol{
	margin-left: 14px;
}

.howtoreachCont ul{
	list-style-type:none;
}

.sepPuntos {
	background: url(../public_images/rallado.gif) repeat-x left center;
	font-weight: normal;
	color: #666666;
	margin:-3em 0 4em 0;
	height:5px;
}
/* @end */

/* @group varios */
.cajaTickets {
	background: url(../public_images/cajaTickets.gif) no-repeat left top #ffffff;
	margin-top: 20px;
	padding-left:20px;
	padding-right:5px;
	height:190px;
	width:530px;
}

.tickTitular {
	padding-top:6px;
	color: #7C7C7C !important;
	font-weight: bold;
}

.hand {
	cursor: pointer;
}


.cajaGris {
	background: url(../public_images/cajaGris_redondeada.gif) no-repeat left top #F2F2F2;
	width: 661px;
	height: 179px;
}

.ul2cols {
	list-style-type: none;
	width: 100%;
	padding: 10px 0px 0px 10px;
}

.ul2cols li {
	background: url(../public_images/dot_azul_lista.gif) no-repeat left 4px #F2F2F2;
	padding-left: 10px;
	padding-right: 10px;
	width: 290px;
	float: left;
}
.ul2cols li a {
	color: #0061AF;
	text-decoration: none;
}
.li_col2 {
	margin-left: 14px;
}

.li_col3 {
	margin-top: -30px;
}
.safari .li_col3 {
	margin-top: -20px;
}
.ul2cols li p {
	margin-top: 5px;
	line-height: 14px;
	width: 290px;
	text-align: justify;
}

.contCursos {
	width: 90%;
}
.listaCursos {
	margin-left: 3em;
	width: 80%;
}
.listaCursos li {
	margin-bottom: 10px;
}
.listaCursos em {
	display: block;
	color: #0059B4;
}
.resalt {
	font-weight: bold;
	color: #0162b1;
}
.CR {
	margin-bottom: 2em;
}
/* @end */

/* @group  caja de seleccion de fechas*/
#dateChooseContent {
	margin: 0em;
	padding: .2em;
	display: block;
	width: 11em;
	background-color:#FFFFFF;
}

#dateChooseContent ul {
	border: 0px;
	margin: 0em;
	padding: 0em;
	list-style-type: none;
	text-align: center;
}

#dateChooseContent li {
	display: block;
	text-align: center;
	padding: 0em;
	margin: 0em;
	float:left;
	border: 1px solid #FFFFFF;
}
 
#dateChooseContent ul li a {
	width: 7em;
	height: 1.5em;
	padding: 0em;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 1em/1.5em Arial, Helvetica, Geneva, sans-serif;
	background: #C0C9E1;
	color: #444444;
}

#dateChooseContent li.sign a {
	width: 1.5em;
}
 
#dateChooseContent li.semana {
	width: 7em;
	height: 1.5em;
	padding: 0em;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 1em/1.5em Arial, Helvetica, Geneva, sans-serif;
	background: #C0C9E1;
	color: #444444;
}

#dateChooseContent li.sigue a {
	width: 5.1em;
}

#dateChooseContent ul li a:hover	 
{
	color: #FFFFFF;
	background-color: #415E93;
}

#dateChooseContent a:active	 
{
	background: #FF7840;
	color: #FFFFFF;
}

#dateChooseContent li#active a	 
{
	background: #FF7840;
	color: #FFF;
}

/* @end */