/* ----------------------------------------------------------------------------------------
- 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%;
	text-align: justify;
}

/* 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 { 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: capitalize;
	font-size: 95%;
}

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

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

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

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

.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; }



.justify { text-align: justify; }
.align_center { text-align: center; }	
.align_left { text-align: left; }
.align_right { text-align: right; }	
.listNone {
	list-style-type: none;
}
.inline {
	display: inline !important;
}
.bBottom {
	border-bottom: 1px;
	overflow: hidden;
}
.bBottomPuntos {
	border-bottom: 1px dotted #aaa;
	overflow: hidden;
}
.bTopPuntos {
	border-top: 1px dotted #aaa;
}
.bLeftPuntos {
	border-left: 1px dotted #aaa;
}
.bgPar {
	background: #f2f7fb;
	
}
.w5em {
	width: 5em !important;
}
.w6em {
	width: 6em !important;
}
.w7em {
	width: 7em !important;
}
.w8em {
	width: 130px !important;
}
.gecko .w8em, .ie8 .w8em {
	width: 90px !important;
}
.w9em {
	width: 9em !important;
}
.w10em {
	width: 10em !important;
}
.w11em {
	width: 11em !important;
}	
.w12em {
	width: 193px !important;
}
.gecko .w12em, .ie8 .w12em {
	width: 153px !important;
}
.fs10 {
	font-size: 10px;
}
.bgWhite {
	background-color: #FFFFFF;
}
.capitalize {
	text-transform: capitalize;
}
.padTop1 {
	padding-top: 1em;
}
.padleft {
	padding-left:90px;
}
.padtop {
	margin-top:10px;
}
.padtopDoble {
	margin-top:25px;
}
.padContPage {
	padding: .5em 2em 0em 0px;	
}
.padContLeft {
	padding: .5em 1.5em 0em 0px;
}
.padContRight {
	padding: .5em 0em 0em 2em;
}

.padRight {
	padding-right:22px;
}
.padRight15 {
	padding-right:15px;
}
.padRight5 {
	padding-right:5px;
}
.padLeft12 {
	padding: 6px 22px 0px 12px;
}
.padLeft1 {
	padding: .5em 22px 0em 24px;
}
.padLeft2 {
	padding: .5em 0em 0em 48px;
}

.padLeft20 {
	padding: 1px 0em 0em 20px;
}

.padBottom1 {
	padding-bottom: 1em;
}
.padContLeft p {
	margin-bottom: 1em;
}
.padP {
	padding: 0em 2em .6em 0px;	
}
.margContLeft {
	margin: 0em 1.5em 0em 24px;
	float: left;
}
.PL1 {padding-left: 24px;}
.MT0 {margin-top: 0px;}
.MT5 {margin-top: 5px;}
.MT10 {margin-top: 10px;}
.MT15 {margin-top: 15px;}
.MT20 {margin-top: 20px;}
.MT30 {margin-top: 30px;}
.MB20 {margin-bottom: 20px;}
.MB30 {margin-bottom: 30px;}
.MB40 {margin-bottom: 40px;}
/* @end */
/* @group estructura de la página */

#contenedor {
	margin: 0em auto;
	color: #777574;
	width: 995px;

}

.contenedorInner {
	padding: 0px 30px 0px 30px;
	/* background: url(../public_images/bg_top.jpg) no-repeat left top #FFFFFF; */
	background:  no-repeat left top #FFFFFF;
 	box-shadow: 0 3px 10px #999999; 
}

#cabecera {
/* 	padding-top: 1em;*/
 	margin-top: 10px; 
	background: none;
	
}

#logotipo {
	background: #ffffff;
	text-align: center;
	margin: 12px 0px 12px -1px;
	width: 204px;
	float: left;
	
}

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

blockquote.eslogan {
	text-indent: -9999px;
	float: left;
	height: 0.1em;
}

/* @group Banner */

#banner {
	text-align: center;
	height: 100px;
	width: 995px;
	margin-left: -30px;
}

.fnd_home		{ background: url(../public_images/banner/home.png) no-repeat center top; }
.fnd_the-center { background: url(../public_images/banner/the_center.png) no-repeat center top; }
.fnd_research	{ background: url(../public_images/banner/research.png) no-repeat center top; }
.fnd_research-pdes	{ background: url(../public_images/banner/research.png) no-repeat center top; }
.fnd_research_CM	{ background: url(../public_images/banner/research.png) 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.png) no-repeat center top; }
.fnd_research-elasticity { background: url(../public_images/banner/research.png) no-repeat center top; }
.fnd_research-bio	{ background: url(../public_images/banner/research.png) no-repeat center top; }
.fnd_research_NWFM	{ background: url(../public_images/banner/research.png) no-repeat center top; }
.fnd_research_HMC	{ background: url(../public_images/banner/research.png) no-repeat center top; }
.fnd_research_MBMS	{ background: url(../public_images/banner/research.png) no-repeat center top; }
.fnd_research_CFD	{ background: url(../public_images/banner/research.png) no-repeat center top; }
.fnd_research_CT	{ background: url(../public_images/banner/research.png) no-repeat center top; }
.fnd_research_RLI	{ background: url(../public_images/banner/research.png) no-repeat center top; }
.fnd_people		{ background: url(../public_images/banner/people.png) no-repeat center top; }
.fnd_internships{ background: url(../public_images/banner/people.png) no-repeat center top; }
.fnd_job-offers { background: url(../public_images/banner/people.png) no-repeat center top; }
.fnd_activities { background: url(../public_images/banner/activities.png) no-repeat center top; }
.fnd_activities_Seminars { background: url(../public_images/banner/activities.png) no-repeat center top; }
.fnd_activities_Workshops { background: url(../public_images/banner/activities.png) no-repeat center top; }
.fnd_activities_Other { background: url(../public_images/banner/activities.png) no-repeat center top; }
.fnd_computational-resources { background: url(../public_images/banner/the_center.png) no-repeat center top; }

.fnd_simulations { background: url(../public_images/banner/research.png) no-repeat center top; }
.fnd_courses { background: url(../public_images/banner/activities.png) no-repeat center top; }
.fnd_publications	{ background: url(../public_images/banner/the_center.png) no-repeat center top; }
.fnd_press-area		{ background: url(../public_images/banner/the_center.png) no-repeat center top; }
.fnd_useful-links	{ background: url(../public_images/bannerthe_center.png) no-repeat center top; }
.fnd_contact		{ background: url(../public_images/banner/the_center.png) no-repeat center top; }
.fnd_privacidad	{ background: url(../public_images/banner/the_center.png) no-repeat center top; }
.fnd_mapa-web	{ background: url(../public_images/banner/the_center.png) no-repeat center top; }
.fnd_accesibilidad	{ background: url(../public_images/banner/the_center.png) no-repeat center top; }

/* @end */

/* @group Menu */
#navegacion {
/*	margin: 97px 0px 0px 0px;*/
	padding-top: 97px;
}

/* @end */



.logos-home {
	text-align: center;
}
.logos-home img { 
	margin: 0 0 6px 0;
}

#contenido {
	font-size: 13px;
	line-height: 1.3em;
	padding-bottom: 0em;
	background: #FFFFFF;
}

.bgLema {
    background: url("../public_images/bg_origami_lema.jpg") no-repeat scroll right bottom transparent;
    padding-bottom: 4em;
}
.oneCol .bgLema {
	padding-bottom: 2em;
}

.bgOrigami {
/*	background: url(../public_images/menu/origami.jpg) no-repeat 0em bottom;*/
	padding-bottom: 4em;
}

.bgLemaHomeRight {
	padding-bottom: 10em;
}

.fondo-origami {
	padding-bottom: 12em;
}

/* @group Sendero de migas */
#rutaPagina {
	font-size: 11px;
	line-height: 24px;
	color: #000000;
	width: 670px;
	float: left;
	margin-top: 5px;
}

.ie6 #rutaPagina {
}

#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: 15px;
	float: right;
	text-align: right;
	margin-top: 10px;
}

.ie6 #menuIdiomas {
}

#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;
	font-weight: normal;
}
#menuIdiomas li a:hover {
	color: #0061AF;
}

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

#menuIdiomas li.intraAcc {
	margin: 4px 0px 0px 0px;
	float: left;
	position: relative;
	bottom: 235px;
	left: 121px;
}
/* @end */

/* @end */

/* @group Cuerpo de página */

body {
/* 	background: url(../public_images/bg_body2.jpg) no-repeat center top #D9DCD5;*/ 
	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;
}
body{ -webkit-background-size: 1800px 1300px;}

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


a { 
	color: #1B77C7;
	font-weight: bold;
 }

/*
a { color: #ed6e00;
	font-weight: bold;
 }
*/
strong { color: #000; }

a.rsst {
	color: inherit;
	text-decoration: none;
}

a.rsst:hover {
    text-decoration: underline;
}

h1 {}

h2, h3 {
	padding: 0em;
	color: #000000;
	font-size: 16px;
	line-height: 1.4em;
	margin: 4px 0 16px 0;
	font-weight: normal;
	text-transform: capitalize;
	clear: both;
}
h3 {
	margin: 15px 0 8px 0;
}
h3.titAzul {
	margin: 15px 0 0px 0;
	font-size: 13px;
	font-weight: bold; 
	color: #0061af; 
	clear: both; 
	text-transform: uppercase;
}
/*
.colLeftContent {
	float: right;
	width: 718px;
	min-height: 450px;
}

.colRightContent {
	float: left;
	width: 185px;
}
*/
.colLeftContent {
    float: left;
    min-height: 450px;
    width: 687px;
}
.colRightContent {
    float: left;
    margin-left: 8px;
    width: 230px;
}

.colRightContentHome {
	float: left;
	width: 244px;
	margin-left: 8px;
}
.colLeftContentContacto {
	float: left;
	width: 668px;
	min-height: 450px;
}
.colRightContentContacto {
	float: right;
	width: 206px;
}

.colLeftHalf {
    float: left;
    width: 460px;
}
.colRightHalf {
    float: left;
    margin-left: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 460px;
}
.sepSolid {
	background: #FFFFFF url(../public_images/border_solid.gif) repeat-y 686px top !important;
}
span.parentesis-izq {
	padding: .8em .8em .8em .5em;
/*	background: url(../public_images/parentesis/izquierda.gif) no-repeat left center;*/
}
span.parentesis-der {
/*	background: url(../public_images/parentesis/derecha.gif) no-repeat right center;*/
	padding: .8em .5em .8em 0em;
}
/* @group titulares */
h2.titular {
	padding: 0.6em 1em 0.6em 24px;	
	color: #000000;
	text-transform: uppercase;
	margin: 8px 0 0px 0;
}
/*
span.titular {
	padding: 8px 1em 8px 0px;
	text-transform: lowercase;
	font-size: 22px;
}
span.principal {
	color: #000000;
}
*/
span.titular {
	display: inline-table;
    margin-left: -30px;
    margin-top: 20px;
    padding: 8px 1em 8px 24px;
    text-transform: capitalize;
    font-size: 18px;
}    
    
span.principal {
    background-color: #1b77c7;
    color: #ffffff;
}
span.secundario {
	color: #000000;
	font-size: 18px;
	text-transform: none;
}
h3.secundario {
	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;
	font-size: 12px;
}

span.subTitSecundario {
	color: #464543;
}
span.tith3 {
	color: #58585A;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.titPeopleCard {
	margin: 0px 0px 30px 24px;
	z-index: 10;
	position: absolute;
}
.titPeopleCard span {
	
}
.azulTitulo {
/*	color: #0061AF;*/
}
.tituloAzul{
	color: #0061AF;
}
.time {
	color: #D36800;
	font-weight: bold;
	font-style: normal;
}
/* @end */

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

h4.card-title {
	/*text-transform: lowercase;*/
	font-weight: bold;
	font-size: 112%;
	/*color: #000000;*/
	color: #DF0101;
	/*margin-bottom: 8px;*/
}

a.card-rline {
	text-decoration:none;
}

a.card-rline:HOVER {
	text-decoration:underline;
}

/* @end */


/* @group Noticias */
#bannerHome {
	height: 150px;
	background: url(../public_images/banner/home.jpg) no-repeat center top;
}
.innerBannerHome {
	padding: 0px 30px 0px 450px;
	overflow: hidden;
}
#bannerHome h2 {
	margin: 5px 0px 0px 22px;
	color: #FFFFFF;
	font-size: 20px;
	text-transform: none;
}
.viewAllHome {
	color: #FFFFFF;
	text-decoration: none;
	background: url(../public_images/flecha_viewall.png) no-repeat right top;
	float: right;
	margin: 4px 22px 0px 0px;
	padding: 0px 20px 0px 10px;
	font-style: normal;
}

.colMenuLeft {
	float: left;
	width: 185px;
	padding-bottom: 12em;
	margin-top: 10px;
}
.colMenuLeftInner {
	padding: 0px 0px 0px 0px;
}
.colMenuLeftInner p {
	padding: 0px 6px 0px 6px;
	color: #000000;
	text-align: justify;
	font: 9px/1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.colCenterHome {
	float: left;
	width: 538px;
}
.colCenterHomeInner {
	padding: 0px 0px 0px 6px;
}

.cajaSeccionBannersHome {
	margin-bottom: 14px;
	width: 465px;
}
.colCenterHomeInner h2 {
	font-size: 24px;
	text-transform: none;
	margin: 0px;
	padding: 0px;
}

.colRightHome {
	float: left;
	width: 380px;
	margin-left: 15px;
}
.colRightHomeInner {
	padding: 0px 0px 0px 0px;
}

h3.home-upcoming {
	background:url(../public_images/home/calendar.png) no-repeat left top #f5f9fc; 
	background-color: #0088ce;
	padding:0.5em;
	margin: 0 0 0 0;
	color: #ffffff;
	font-size: 13px;
	text-transform: capitalize;
	width: 357px;
}
h3.home-upcoming a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
}
h3.home-news {
	background: url(../public_images/home/news.png) no-repeat left;
}

h3.home-pubs {
	background: url(../public_images/home/pubs.png) no-repeat left;
}

h3.home-sims {
	background: url(../public_images/home/sims.png) no-repeat left;
}

h3.home-bcam {
/*	background: url(../public_images/home/news.png) no-repeat left;*/
	background-color: #0088ce;
	width: 471px;
	font-size: 13px;
	text-transform: capitalize;
	color: white;
	float: none;
	position: relative;
	margin: 0;
	padding: 8px 0 8px 9px;
}
h3.home-bcam a{
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
}

h3.home-bcam a:hover{
	color: #ED6E00; 
	text-decoration:underline;
}


.bloque-upcoming {
	margin-bottom: 0;
/*	border-bottom: 5px solid #4d90c7; */
	background-color: #dceaf5;
	padding-top: 5px;
	width: 369px;
}

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

#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; }

.bloque-news {
	/* border-bottom: .5em solid #b3b3b3;*/
	background: #f2f2f2;
	padding-top: .5em;
	width: 480px;
	position: relative;
	right: 0;
	top: 5px;
	margin: -12px 0 2em;
}

.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; }

#listado-noticias-home a {
	/*background: url(../public_images/activities/flecha.gif) no-repeat left 5px;*/
	text-transform: none !important;
	text-decoration:none;
	/*padding-left: 1em;
	font-size: 14px;
	font-weight: bold; 
	color: #0061AF;*/
	color: black;
	clear: both; 
}
#listado-noticias-home a:hover {
	color: #ED6E00; 
	text-decoration:underline;	
}

.title-link-banner-home {
	color: black;
	text-decoration:none;	
}
.title-link-banner-home a {
	text-transform: none !important;
	text-decoration:none;
	color: black;
	clear: both; 
}
.title-link-banner-home h2:hover {
	color: #ED6E00; 
	/*text-decoration:underline;*/	
}
.title-link-banner-home a:hover {
	color: #ED6E00; 
	/*text-decoration:underline;*/	
}





#contBoxesActsHome {
	width: 10000px;
	margin-top: 2px;
}
.upActBox {
	width: 280px;
	height: 140px;
	border: 1px solid #ebf0f2;
	border-radius: 6px;
	background: #ebf0f2;
	margin-left: 23px;
	color: #000000;
	font-size: 13px;
	float: left;
}
.upActBox h3 {
	margin: 10px 6px 5px 14px;
	font-size: 13px;
	text-transform: none;
	line-height: 1.2em;
	font-weight: bold;
}
.upActBox p {
	padding: 6px 6px 0px 14px;
	margin: 0px;
	font-size: 13px;
	line-height: 1.2em;
}
.upActBox p.fspe {
	font-size: 12px;
}
.upActBox a {
	color: #000000;
	text-decoration: none;
}
.colItemHomeLeft {
	width: 128px;
}
.colItemHomeRight {
	width: 536px;
	padding: 0px 10px 14px 12px;
}
.titItemHome {
	margin: 14px 0px 0px 0px;
	font-weight: bold;
}
.contBoxIconsHome {
	margin-top: 5px;
	padding: 26px 0px 26px 0;
	text-align: center;
}
.boxIconHome {
	width: 100px;
/*	min-height: 154px;*/
/*	border: 1px solid #9a9a9a; */
	border: 1px solid #93bef2;
/*	border-radius: 6px;*/
	float: left;
	margin-bottom: 30px;
}
.boxIconHomeCenter {
	width: 100px;
/*	min-height: 154px;*/
/*	border: 1px solid #9a9a9a; */
	border: 1px solid #93bef2;
/*	border-radius: 6px;*/
	float: left;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
}
.innerBoxIconHome {
	padding: 2px 2px 2px 4px;
}
.boxIconHome p {
	font-size: 11px;
	padding: 4px 8px 8px 8px;
	text-align: left;
}

.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%;
	margin: 0px 0em 1em 0em;
}

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

blockquote.mission-aims:after {
	content: close-quote;
	font-weight: bold;
}
.leftCol {
	float: left;
	width: 50%;
}
.rightCol {
	float: left;
	width: 40%;
}
.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;
}

.center {
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}
/* @end */

/* @group compu. resources */
.cajaGris {
	overflow: hidden;
	padding-bottom: 14px;
}

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

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

.li_col3 {

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



/* @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: 0em 0 0em 0;
	width: 48%;
	float: left;
}
.cont-foto-persona {
	width: 122px;
	height: 150px;
	float: left;
	xmargin-bottom: 24px;

}
.foto-persona {
	float: left;
	border: 1px solid #a19a98;
}

.descripcion-persona {
	width: 280px;
	float: left;
	padding: 0px 0px 10px 0px;
}

.descripcion-persona a {
}

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

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

.comitePsection {
	color: #555555 !important;
}
/* @end */

/* @group useful links */

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

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


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

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

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

.listado-research li a:hover {
	text-decoration: underline !important;
}

/* @end */


/* @group events */

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;
	font-size: 12px;
}
h3.tit-events span { 
	color: #4c4c4c;
	font-weight: normal;
}

.events-list li {
	list-style: none;
	padding-left: 1em;
	margin-bottom: 1em;
	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 65px;
}
.IMGcentro {
	margin: 1em 105px;
}
/* @end */

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

/* Research Home */
.contBoxIconsResearch {
	padding: 26px 0px 0 0;
	text-align: center;
}
.boxIconResearch {
	width: 153px;
/*	min-height: 154px;*/
	border: 1px solid #93bef2;
	float: left;
	margin-right: 40px;
	margin-bottom: 22px;
}
.boxIconResearchLast {
	width: 153px;
/*	min-height: 154px;*/
	border: 1px solid #93bef2;
	float: left;
/*	margin-right: 35px;*/
	margin-bottom: 22px;
}
.innerBoxIconResearch {
	padding: 2px 2px 2px 4px;
}
.boxIconResearch p {
	font-size: 11px;
	padding: 4px 8px 8px 8px;
	text-align: left;
}

/*
.nav-research { 
	clear: both;
	list-style: none;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
}
.ie6 .nav-research { margin-left: 0em; }
.ie7 .nav-research { margin-left: 0em; }

.nav-research li { 
	text-align: left;
	list-style: none;
	text-transform: uppercase;
}
.nav-research li.activado,.nav-research li.activo { 
	color: #ffffff !important;
	background: url(../public_images/menu/a-hover.gif) no-repeat 2px 2px #f2f2f2 !important;
}
.nav-research li.activado span { 
	text-align: left;
	letter-spacing: 0px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 14px;
	color: #ffffff;
	display: block;
	font-weight: normal;
	font-size: 11px;
	border-bottom: 1px solid #ffffff;
	background: #f2f2f2 url(../public_images/menu/a-hover.gif) no-repeat 2px 3px;
}

.nav-research li a { 
	text-align: left;
	letter-spacing: 0px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 14px;
	color: #4c4c4c;
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	border-bottom: 1px solid #ffffff;
	background: url(../public_images/menu/a-link.gif) no-repeat -2px center #f2f2f2;
}
.nav-research li a:hover {
	color: #0061af;
	text-decoration: underline;
}


.nav-research li.activo a {
	color: #0061af !important;
	text-decoration: none;
}
.subMenuSec {
	margin-left: 1.5em;
}
.nav-research ul {
	list-style-type: none;
}
.goal-mehtods {
	margin: 12px 0 0 0em;
}
.goal-mehtods dl {
	margin: 0px 0 0 0em;
}

.goal-mehtods dt {
	padding: .5em 0 .1em 1.3em;
	font-size: 115%;
	color: #000000;
}

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

*/
.nav-research {
    list-style-type: none;
    margin: 6em 0 2em;
}
.ie6 .nav-research {
    margin-left: 1em;
}
.ie7 .nav-research {
    margin-left: 1em;
}
.nav-research li {
    color: #1b77c7;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    padding-left: 1.5em;
}
.nav-research li.activado, .nav-research li.activo {
    background: url("../public_images/tri_left.gif") no-repeat scroll 8px 4px #ffffff;
}
.nav-research li a {
    color: #000000;
    text-decoration: none;
}
.nav-research li a:HOVER {
    color: #1b77c7 !important;
    text-decoration: underline;
}
.nav-research li.activo a {
    color: #1b77c7 !important;
    text-decoration: none;
}
.nav-research ul {
    list-style-type: none;
}
.goal-mehtods dl {
    margin: 0 0;
}
.goal-mehtods dt {
    color: #000000;
    font-size: 115%;
    padding: 0.5em 0 0.1em 1.3em;
}
.goal-mehtods dd {
    color: #666666;
    font-size: 97%;
    font-style: normal;
    padding: 0 0 0 1.6em;
}
/* @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: 530px;*/
	width: 500px;
	margin-left: 2em;
}
.colRightItemHome {
	float: left;
	width: 740px;
	margin-left: 2em;
}
.marcoFoto {
	border: 1px solid #727375;
	padding: 2px;
	min-height: 80px;
}
.titItem {
	margin-top: 0px;
	color: #101010;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}
.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;
}
.mathlab {
	font-weight: bold;
	color: #000000;
}
/* @end */

/* @group people */


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;
	font-size: 13px;
	font-weight: bold;
}


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;
	font-size: 12px;
	font-weight: bold;
}

.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 4px;
}

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

.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 4px;
	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;
}



/* @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: 40em;
	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: 27em;
	float: left;
	padding-left: 1em;
}
.visitorDetalle p {
	margin-bottom: 0em;
}
.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: 100px;
	width: 995px;
	margin-left: -30px;
	background: url(../public_images/banner/minisite.jpg) no-repeat center top;
}
#banner_ms_courses {
	text-align: center;
	height: 100px;
	width: 995px;
	margin-left: -30px;
	margin-top: 0px;
	margin-bottom: 0em;
	background: url(../public_images/banner/activities.png) no-repeat center top;
}
#navegacion_ms {
	margin-top: 4px;
	padding-bottom: 10em;
}
.list-gray li {
	list-style: none;
	font-weight: bold;
	xxbackground: 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}

.contMarcoPhoto {
	overflow: hidden;
	width: 122px;
	text-align: right;
}

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

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

h5.card-data {
	text-transform: capitalize;
	font-weight: bold;
	margin-top: 10px;
	font-size: 110%;
	color: #0061af;
}
.passport-photo {
	width: 136px;
	float: left;
	padding-top: .5em;
	padding-left: 2em;
}

.personal-card {
	width: 420px;
	float: right;
 	margin-top: 6px; 
	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;
*/	
}

table.people-list {
	width: 100%;
	margin-top: 0em;
	margin-bottom: 2em;
}
table.people-list thNEW {
	text-transform: uppercase;
	padding: .3em 0 .3em 0em;
	text-align: left;
}


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

table.people-list th:hover #expand{
	display:block;
}

#linea {
	color: #0061AF;
	text-decoration: none;
}

#linea:hover {
	color: #ED6E00;
	text-decoration: underline;
}

.smallimage {
	
	width: 55px; 
	height: 70px;
	margin-right: 20px;
	float: left;
/*	border: 2px solid #DDDDDD; !important */
}


.namebig {
	font-size:120%;
	font-weight:bold;
}
.name {
	padding: .5em 0 .3em 24px;
}
.name strong, .name a:link, .name a:visited { 
	color: #333333;
	text-decoration: none;
}
.name a:hover { text-decoration: underline; }
td.email {width: 14em; }

.email a { padding: .5em 0 .3em 1.7em;color: #989898; text-decoration: none;background: url(../public_images/people/mail.gif) 0em 8px no-repeat; }
.email a:hover { text-decoration: underline; }

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

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

.listaOfertas li {
	background: url(../public_images/dott-azul.gif) no-repeat 4px 5px;
	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 {
	
}
.listaOfertas li a:hover {
	text-decoration: underline;
}
.listaOfertas li span{ 
	font-style:normal;
	color: #448bc4;
}
.jobOfferBox {
	padding-bottom: 2em;
	margin-bottom: 16px;
}
.jobTitle {
	font-weight: bold;
}
.cab-job {
	float: right;
	width: 30em;
	margin: 0px 1em 0px 0px;
}
.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 {
	font-style: italic;
}
.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 1em 24px;
}
	
.fieldSetTrabajo legend { 
	color: #0061af;
	font-size: 95%;
	padding-top: .2em;
	font-weight: bold;
	text-transform: uppercase;
	}
		
.fieldSetTrabajo .cajaField {
	padding: 0px 0px 0px 0px;
	border: 0px solid #cc0000;
	position: relative;
	width: 28em;
	}
.fieldSetTrabajo .cajaField select {
	margin-top: 0px;
	
}
.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;
	}
.textoExplicacion{
	margin-top: -10px;
	padding-bottom: 10px;
	font-style:italic;
	font-size: 90%;
}
.textoExplicacion2{
	position: absolute;
	top: 0em;
	left: 18em;
	margin-top: 0px;
	padding-bottom: 10px;
	font-style:italic;
	font-size: 90%;
}

.textoExplicacion3{
	margin-top: 0px;
	padding-bottom: 10px;
	font-style:italic;
	font-size: 90%;
}

.textoExplicacionOfertaOpen{
	margin-top: 6px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-style:italic;
	font-size: 90%;
}
.textoExplicacionOferta{
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-style:italic;
	font-size: 90%;
}

.tachado{
	text-decoration: line-through;
}

.desplegableOpen{
	/*display:none;*/ 
	/*padding-top: 25px;*/ 
	/*padding-top: 40px;*/
	padding-left: 25px;
}
.desplegableClosed{
	/*display:none;*/ 
	/*padding-top: 9px;*/
	/*padding-top: 24px;*/ 
	padding-left: 25px;
	}


fieldset.persons {
	padding: 0em;
	width: 30em;
	float: left;
	margin: 0 2.5em 0 0 !important;
	border: 2px dotted #ced3d7;
	}
	
.ie7 fieldset.persons {
	width: 30em;
	margin-right: 1.5em;
}	
	
.safari fieldset.persons {	
	width: 30em;
	margin-right: 2.5em !important;
	}
	
.opera fieldset.persons {	
	width: 30em;
	margin-right: 1em;
	}
	
fieldset.persons legend {
	color: #0061af;
	font-size: 95%;
	background: #ffffff;
	margin-left: 2em;
	padding: .0em .5em;
	font-weight: bold;
}
		
.fieldSetContacto {
	margin: 1em 2em 1em 0em;
	padding:0px;
	border: none;
	width: 100%;
}

.fieldSetContacto legend { 
	padding-left: 0;
	font-weight: bold;
	display: none; 
}	
.fieldSetContacto label, .fieldSetContacto span.spanLabel{
	margin-top: 4px;
	margin-bottom: 4px;
	float:left;
	width: 90px !important;
	text-align: left;
	padding-left:0px;
	border: 0px solid #cc0000;
}
.fieldSetContacto .inputText, .fieldSetContacto textarea {
	width: 20em !important;
}
.fieldSetContacto .cajaBoton {
	padding: 5px 0px 7px 0px;
	text-align: center;
	width: 28em;
	clear: left;
	}
.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 24px;
	border: 1px solid #ccc;
	height: 11.5em;
}
#priv-scroll h2{
	margin-top: .0em;
	}
#priv-scroll a {
	color: #cc0000;
}
.CheckAceptar {
	border-top: 2px solid #555;
	font-size: 105%;
	font-weight: bold;
	background: #ececec;
	margin: 0em 1em 1em 24px;
	padding: 0.3em 0em 0em 2em;
	height: 3em;
	color: #555;
}

.cajaSearchPublic {
	/* background: url(../public_images/motivo-rallao.gif) #ffffff; */
	margin: 0em auto 2em auto;
	padding: 1em;
	width: 37em;
}
.cajaSearchPublic fieldset {
	padding: 1em;
	background: #ffffff;
	border: 1px solid #cccccc;
}
.cajaSearchPublic fieldset legend {
	display: none;
}
.rellenar {
	float: left;
	width: 22em;
}
.pinchar {
	float: right;
	width: 12em;
}
.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;
}

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

.boton {
	/* background: url(../public_images/boton.gif) no-repeat center center #0066FF; */
	background: #1b77c7;
	padding: 0px 0em 0em 0em;
	color: #ffffff;
	text-align: center;
	width: 101px;
	height: 18px;
	cursor: pointer;
}

.boton2 {
	/* background: url(../public_images/job-offers/boton.jpg) no-repeat top center #fff; */
	background: #1b77c7;
	padding: 20px 0 20px 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	color: #ffffff;
	width: 10em;
	cursor: pointer;
}


.ulYears {
	margin: 0px 0px 2em 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: 24px;;
}

.listado-resultados li {
	padding: 1em 2em 1em 2em;
	list-style: none;
}

.listado-resultados li ul li {
	padding: 0.2em 2em 0.2em 1em;
	list-style: none;
}

.bStrong {
	color: #007DCC;
	font-style: normal;
}

.BStrong {
	color: #007DCC;
	font-style: normal;
	font-size: larger;
}


.nLink {
	color: #ed6e00;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
.nLink:hover {
	text-decoration: underline;
}

.titPubli{ 
	font-weight: bold;
	color: #555658;
}
.tituloPubli{ 
	text-decoration: none;	
}

.tituloPubli :hover{ 
	text-decoration: underline;	
}
.bColor{ 
	font-style:normal;
	color: #007DCC;
}

.cajaList {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 1em;
	
}
.titList {
	font-size: 13px;
	margin: 0px;
	font-weight: bold;
	color: #333333;
	text-transform: none;
	text-decoration: none;
}

.titList a:hover {
	color: #1b77c7 !important;
	text-decoration: underline;
}



.cajaList p {
	margin-bottom: 0px;
}

.cajaListContent {
	margin-left: 20px; 
}

.bgPuntoPrev {
	color: #1b77c7;
	background: url(../public_images/bull_blue.gif) no-repeat -2px 3px;
	padding-left: 10px;
	margin-left: 10px;
	font-weight: bold;
}

.bgPrev {
	color: #1b77c7;
	font-weight: bold;
}

.dateList {
	color: #888888;
	font-style: italic;
	font-weight: bold;
}
.itemsList {
	list-style-type: none;
	margin-left: 1em;
}
.itemListWM {
	list-style-type: none;
	margin-left: 2em;
}
.itemListWM li {
	margin-bottom: .6em;
}

.infoHomeActs {
	margin: 0px 0px 25px 0px;
}
.alert {
	color: #d45500;
	font-weight: bold;
}

dl.padLeft15 {
	padding-left:15px;
}

dl.propsListTable {
	padding: 0em 0 0em 0em;
	float: left;
}

dl.propsListTable dt {
	float: left;
	width: 6.5em;
}

dl.propsListTable dd {
	float: left;
	width: 39em;
}
dl.propsList {
	padding: 0em 0 0em 15px;
	float: left;
}

dl.propsList dt {
	float: left;
	width: auto;
	padding-right: 4px;
}

dl.propsList dd {
	float: left;
	width: 43em;
	clear: right;
}

.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;
	line-height: 1.7em;
}


h3.activities {
	background: url(../public_images/activities/flecha.gif) no-repeat left 5px;
	text-transform: none !important;
	padding-left: 1em;
	font-size: 110%;
	font-weight: bold; 
	color: #0061af; 
	clear: both; 

}
.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;
}

.course_info {
	margin-left: 1em;
	width: 48em;
	line-height: 1.7em;
}

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

.course_info dd {
	float: left;
	width: 37.5em;
}
.topic h3{
	background: url(../public_images/activities/flecha.gif) no-repeat left 5px;
	text-transform: none !important;
	padding-left: 1em;
	font-size: 14px;
	font-weight: bold; 
	color: #0061AF;
	clear: both;
}
.topic-staff {
	background: url(../public_images/activities/flecha.gif) no-repeat left 5px;
	text-transform: none !important;
	text-decoration:none;
	padding-left: 1em;
	font-size: 14px;
	font-weight: bold; 
	color: #0061AF;
	clear: both; 
}
.topic a {
	background: url(../public_images/activities/flecha.gif) no-repeat left 5px;
	text-transform: none !important;
	text-decoration:none;
	padding-left: 1em;
	font-size: 14px;
	font-weight: bold; 
	color: #0061AF;
	clear: both; 
}
.topic a:hover {
	color: #ED6E00; 
	text-decoration:underline;	
}

table.project {
	width: 100%;
	margin-top: 0em;
	margin-bottom: 2em;
  border-collapse: collapse;
} 
table.project td, 
table.project th { 
  border: 1px solid cornflowerblue;
  padding: 1px 5px; 
  vertical-align:middle;
  text-align: left;
 }

table.project th {
	background: #c6e3fb;
	font-weight: bold;
	text-align: center;
	color: #0061af;
}

td.project_budget {
	text-align: right !important;
}

.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;
	font-size: 12px;
}
.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;
	line-height: 1.5em;
}
.dlProject, .dlActividades {
/*	background: url(../public_images/activities/fondo-degradado.gif) repeat-y;*/
	padding: 0 0 0 15px;
	overflow: hidden;
}

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

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



h3.new-title {
	color: #191919;
	font-weight: normal;
	text-transform: none !important;
	font-size: 12px;
	margin: 0px;
}
.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: 58em;
	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;
}

ul.lista-accesibilidad li {
	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: 1px solid #93bef2;
	padding: .5em;
}


#datos-de-contacto {
	border: 1px solid #93bef2;
	padding: .5em 0 1em 1.5em;
	background: #f5f5f5;
	margin-right: 0em;
	margin-left: 10em;
	width: 217px;
}
#datos-de-contacto h3 {
	margin: 15px 0 0px 0;
	font-size: 13px;
	font-weight: bold; 
	color: #0061af; 
}
ul.list-contacto {
	list-style: none;
}
ul.list-contacto li {
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
}

/*
#datos-de-contacto {
	margin-top: 40px;
}
#datos-de-contacto p {
	font-size: 12px;
	line-height: 20px;
}
#datos-de-contacto h3 {
	text-transform: none;
	font-size: 14px;
}
ul.list-contacto {
	list-style: none;
}
ul.list-contacto li {
	margin: 0 0 6px 0 !important;
	padding: 0 0 0 0 !important;
}
*/
fieldset#area-cliente {
	border: 0;
	padding: 2em;
}

#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_pagina {
	text-align: left;
	margin: 0 0 0 0;
	font-size: 85%;
	padding: 0.3em 0 1em 0em;
	color: #7B7875;
	clear: both;
}

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

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

#pie_pagina strong {
	color: #005faf;
}

#pie_pagina a {
	color: #7B7875;
}

#contacto_pie li {
	border-right: 1px solid #7B7875;
	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;
	}

.researchIMGlist li {
	margin: 0em 0em .7em 0em;
	list-style: none;
	width: 25%;
	float: left;
}


.ulResearch {
	width: 600px !important;
}
span.ulResearch {
	padding-left: 0px !important;
}
.research-img {
	text-align: center;
	margin: 2.5em auto;
}
.imgCenter img {
	text-align: center;
	margin: .5em auto;
}

.ulOffers {
	width: 600px !important;
	list-style:none;
}
/* @end */

/* @group paginator */
.pageListPublic {
	margin-right: 0px;
	margin-bottom: 10px;
}
.MT-UP30 {
	margin-top: -30px;
}
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; 
	}

.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;
	text-decoration: none;
	}
ul.pagList li a:hover {
	color: #222222; 
 	font-weight: bold; 
	}

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

/* @end */


/* @group HOW to Reach */
.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 h2 {
    color: #0059b4;
    padding: 20px 0 1px 6px;
    font-weight: bold;
}
.howtoreachCont h3 {
	color: #0059B4;
	padding: 1px 0px 1px 6px;
}
.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;
}
.cajaGris {
	background: url(../public_images/cajaGris_redondeada.gif) no-repeat left top #F2F2F2;
	width: 661px;
	height: 179px;
}
*/
/* @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;
}

.listaCursos {
	margin-left: 3em;
	width: 80%;
}
.listaCursos li {
	margin-bottom: 6px;
}
.listaCursos em {
	display: block;
	color: #0059B4;
}
.listaNumerada {
	margin-left: 3em;
	width: 80%;
}
.listaNumerada li {
	margin-bottom: 8px;
}
.listaNumerada em {
	display: block;
	color: #0059B4;
}
.cursosChecksUl {
	margin-left: 3em !important;
	width: 770px;
}
.cursosChecksUl li {
	margin-bottom: .8em !important;
	padding-bottom: .3em !important;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
	min-height: 30px;
}
.cursosChecksUl .labelRadiosChecks {
	margin-top: 0.0em !important;
	padding-left: 14px !important;
	float: left;
	width: 90% !important;
	line-height: 16px;
}
.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 */



/* @group cssMenuNew */

ul.cssMenu ul{display:none}
ul.cssMenu li:hover>ul{display:block}
ul.cssMenu ul{position: absolute;left:1px;top:29px;z-index: 100;}
ul.cssMenu ul ul{position: absolute;left:101%;top:-3px;}
ul.cssMenu,ul.cssMenu ul {
	margin:0px;
	list-style:none;
	padding:0px 2px 2px 0px;
	background-color:#fff;
	background-repeat:repeat;
	border-color:#d9d9d9;
	border-width:1px;
	border-style:solid;
}
ul.cssMenu table {border-collapse:collapse}
ul.cssMenu {
	display:block;
	zoom:1;
	float: right;
/*	margin-right: 40px;*/
	margin-right: -30px;
	height: 31px;
}
ul.cssMenu ul{
	
}
ul.cssMenu li{
	display:block;
	margin:2px 0px 0px 2px;
	font-size:0px;
}
ul.cssMenu a:active, ul.cssMenu a:focus {
	outline-style:none;
}
ul.cssMenu a, ul.cssMenu li.dis a:hover, ul.cssMenu li.sep a:hover {
	display:block;
	vertical-align:middle;
	background-color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	padding:2px 0px 5px 10px;
	_padding-left:0;
	font:bold 12px Arial;
	color: #000;
	text-decoration:none;
}
ul.cssMenu span{
	overflow:hidden;
}
ul.cssMenu li {
	float:left;
}
ul.cssMenu ul li {
	float:none;
}
ul.cssMenu ul a {
	text-align:left;
	white-space:nowrap;
}

ul.cssMenu li a {
	padding:5px 10px 5px 10px;
	color: #575659;
}
ul.cssMenu li:hover{
	position:relative;
}
ul.cssMenu li:hover>a {
	border-color:#45ADE4;
	border-style:solid;
	font:bold 12px Arial;
	color: #575659;
	text-decoration:none;
	padding:5px 10px 5px 10px;
}
ul.cssMenu li a:hover{
	position:relative;
	/*background: url(../public_images/menu/bg_submenu_on.jpg) repeat-x #000000;*/
	background-color: #000000;
	font:bold 12px Arial;
	color: #FFFFFF;
	text-decoration:none;
	padding:5px 10px 5px 10px;
	border-radius: 2px;

}
ul.cssMenu li.dis a {
	color: #557D4F !important;
}
/*
ul.cssMenu img {
	border: none;
	float:left;
	_float:none;
	margin-right:2px;
	width:16px;
	height:16px;
}
ul.cssMenu ul img {
	width:16px;
	height:16px;
}
*/
ul.cssMenu img.over{display:none}
ul.cssMenu li.dis a:hover img.over{display:none !important}
ul.cssMenu li.dis a:hover img.def {display:inline !important}
ul.cssMenu li:hover > a img.def  {display:none}
ul.cssMenu li:hover > a img.over {display:inline}
ul.cssMenu a:hover img.over,ul.cssMenu a:hover ul img.def,ul.cssMenu a:hover a:hover ul img.def,ul.cssMenu a:hover a:hover a:hover ul img.def,ul.cssMenu a:hover a:hover img.over,ul.cssMenu a:hover a:hover a:hover img.over,ul.cssMenu a:hover a:hover a:hover a:hover img.over{display:inline}
ul.cssMenu a:hover img.def,ul.cssMenu a:hover ul img.over,ul.cssMenu a:hover a:hover ul img.over,ul.cssMenu a:hover a:hover a:hover ul img.over,ul.cssMenu a:hover a:hover img.def,ul.cssMenu a:hover a:hover a:hover img.def,ul.cssMenu a:hover a:hover a:hover a:hover img.def{display:none}
ul.cssMenu a:hover ul,ul.cssMenu a:hover a:hover ul,ul.cssMenu a:hover a:hover a:hover ul{display:block}
ul.cssMenu a:hover ul ul,ul.cssMenu a:hover a:hover ul ul{display:none}
ul.cssMenu span{
	display:block;
	background-image:url(../public_images/menu/tri_down.gif);
	background-position:right center;
	background-repeat: no-repeat;
	padding-right:12px;
 }
ul.cssMenu ul span{background-image:url(../public_images/menu/tri_right_black.gif)}
ul.cssMenu ul li:hover > a span{
	background-image:none;
}
ul.cssMenu table a:hover span,ul.cssMenu table a:hover a:hover span,ul.cssMenu table a:hover a:hover a:hover span{
	background-image:url(../public_images/menu/tri_down.gif);
}
ul.cssMenu table a:hover table span,ul.cssMenu table a:hover a:hover table span{
	background-image:url(../public_images/menu/tri_right.gif);
}

ul.cssMenu li.cssMenui0 {
	/*height:20px;*/
}
li.cssMenui {
	min-width: 90px;
}
ul.cssMenu li a.cssMenui0{
	/*background: url(../public_images/menu/tab_menu_off.jpg) repeat-x #808080;*/
/*	background-color: #808080;*/
	background-color:#0088ce;
/*  background-color:#0263b0 */	
/*	border-top-left-radius: 6px;
	border-top-right-radius: 6px;*/
	color: #F4F4F4;
	display: block;
	font:bold 12px Arial;
	margin-left: 2px;
	margin-top: 0px;
	padding: 9px 10px 8px 10px;
	text-decoration: none;
	/*text-shadow: 0 -1px 0 #282828;*/
}
ul.cssMenu li a.cssMenui0:hover, ul.cssMenu li.activo a.cssMenui0 {
	/*background: url(../public_images/menu/tab_menu_on2.jpg) repeat-x #000000;*/
	background-color: #000000;
/*	border-top-left-radius: 6px;
	border-top-right-radius: 6px;*/
	color: #F4F4F4;
	display: block;
	font:bold 12px Arial;
	margin-left: 2px;
	margin-top: 0px;
	padding: 9px 10px 8px 10px;
	text-decoration: none;
	/*text-shadow: 0 -1px 0 #282828;*/
}
 ul.cssMenum0 {
	background-color:transparent;
	border-width:0px;
	padding:0px 0px 0px 0px;
}
/*
 ul.cssMenum0>li>a {
	padding:8px 10px 0px 10px;
}
 ul.cssMenum0 a {
	padding:8px 10px 0px 10px;
}
 ul.cssMenum0 ul a {
	padding:2px 5px 5px 10px;
}
*/
 ul.cssMenum0>li {
margin:0px 0px 0px 0px;
}
 ul.cssMenum0 li {
margin:0px 0px 0px 0px;
}
 ul.cssMenum0 li li {
margin:2px 0px 0px 2px;
}
li.intraMenu a.cssMenui0 {
	padding: 9px 13px 5px 13px !important;
}
/* @end */
