@charset "utf-8";
/* CSS Document */

/* Generales */
.hide {
	display:none;
}
img {
	border:none;
}
body {
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}



/* Estructura */
#contenedor {
	width:1025px;
	height:577px;
	margin:0 auto;
	position:relative;
/*	border:#FF0000 solid 1px;/**/
}

#menusup {
/*	background:url(img/titulo.jpg) bottom right no-repeat;*/
	height:49px;
/*	border:#00FF00 solid 1px;/**/
}

.lala {
	display:block;
	width:280px;
	height:40px;
	border:#00FF66 solid 1px;
	position:absolute;
	top:0;
	right:0;
}

.enlacehome {
/*	border:#FFFFFF solid 1px; /**/
	background:url(img/titulo.jpg) bottom right no-repeat;

	width:285px;
}

.contenidotab {
	width:1025px;
	height:528px;
/*	border:#0000FF solid 1px;/**/
}

.cajatexto {
	position:relative;
	float:right;
	width:638px;
	height:528px;
	overflow:auto;
	background-color:#FFFFFF;
}
.top {
	margin:35px 0 35px 0;
	display:block;
	height:1px;
}
.cajatexto p {
	padding:0 50px 0 50px;
	font-size:12px;
	color:#333333;
}

.titulo {
	font-size:13px;
	color:#000000;
	font-weight:bold;
	line-height:15px;
}
.titulo strong {
	font-size:20px;
	color:#F2AE00;
}

.expo {
	padding-left:250px;
}
.greater {
	background:url(img/exposicion_greater.jpg) 45px 0 no-repeat;
	height:275px;
}
.gaudi {
	background:url(img/exposicion_gaudi.jpg) 45px 0 no-repeat;
	height:300px;
}
.gaudi2 {
	background:url(img/exposicion_gaudi_02.jpg) 45px 0 no-repeat;
	height:450px;
}
.separador {
	background:url(img/separador.jpg) center bottom no-repeat;
	margin:15px 0 15px 0;
	display:block;
	height:5px;
}
p.fecha {
	font-size:15px;
	font-weight:bold;
	color:#999999;
	background:url(img/separador.jpg) center bottom no-repeat;
	padding-bottom:15px;
}

p.actuacion {
	font-size:11px;
	color:#333333;
	line-height:18px;
}
p.actuacion span.primeralinea {
	font-size:12px;
	color:#333333;
	font-weight:bold;
}

p.actuacion span.titulo {
	font-size:12px;
	color:#ffc015;
	font-weight:bold;
	text-transform:uppercase;
}

span.ticket {
	display:block;
	width:65px;
	height:0;
	float:right;
	line-height:10px;
/*	border: #CCCCCC solid 1px;/**/
}

span.ticket a, a.voluntarios {
	color:#ffc015;
	font-weight:bold;
}


/* Definición css del sistema de tabs: inicio */
/* referencia posición: primer valor derecha, segundo valor arriba  */

		.tabs {}

/* Caution! Ensure accessibility in print and other media types... */
		@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
			.ui-tabs-hide {
				display: none !important;
			}
		}
		
		/* Hide useless elements in print layouts... */
		@media print {
			.ui-tabs-nav {
				display: none;
			}
		}
				/* Skin */
		.ui-tabs-nav, .ui-tabs-panel {	}
		.ui-tabs-nav {
			list-style: none;
			margin: 0;
			padding: 0;/**/
/*			padding: 0 0 0 0.27em;/**/
/*						background: url(/spain/consumer/spanish/img/tabs_fondo.png) left bottom repeat-x;/**/
		}
		.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
			display: block;
			clear: both;
			content: " ";
		}
		.ui-tabs-nav li {
			float: left;
			font-size: 11px; /* 13px IMPORTANTE: todas las medidas de las pesta�as dependen de esta, por ello en la calculadora de ems debemos calcularlas como un segundo nodo por debajo de uno principal de 13px */ 
			margin:0;
			font-weight: bold;
			color:#FFFFFF;
		}
		.ui-tabs-nav a, .ui-tabs-nav a span {
			float: left; /* fixes dir=ltr problem and other quirks IE */
/*			padding: 0 1em;*/
			padding: 1em 0.8em 0 0.6em;
		}
		.ui-tabs-nav a {
			margin: 0.45em 0 0; /* position: relative makes opacity fail for disabled tab in IE */
			padding-left: 0;
			background-position: 100% 0;
			text-decoration: none;
			white-space: nowrap; /* @ IE 6 */
			outline: 0; /* @ Firefox, prevent dotted border after click */    
		}
		.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
			color: #fff;
		}
		.ui-tabs-nav .ui-tabs-selected a {
			position: relative;
/*			top: 1px;/**/
			z-index:99;
/*			margin-top: 0;*/

		}
		.ui-tabs-nav a span {
			padding-top: 0.08em; /* 1px */
			padding-right: 0;
			height: 2.00em; /* 26px */
			background-position: 0 0;
			line-height: 2.00em;/* 26px */
			color:#ffffff;
		}
		.ui-tabs-nav .ui-tabs-selected a span {
			padding-top: 0.08em; /* 1px */
			height: 2em;/* 26px */
			background-position: 0 top;/* 70px */
/*			background-position: 0 -2.00em;/* 26px */
			line-height: 2.00em;/* 26px */
			color:#FFC015;
		}
		.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
		.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
			cursor: text;
		}
		.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
		.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
			cursor: pointer;
		}
		.ui-tabs-disabled {
			opacity: .4;
			filter: alpha(opacity=40);
		}
		.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
			color: #000;
		}
		.ui-tabs-panel {
			z-index: 1;
/*			border: 1px solid #519e2d;/**/
			padding: 0;
			margin:0;
			position:relative;
			background:#000000 url(img/fondo_interior.jpg) top left no-repeat;/* declare background color for container to avoid distorted fonts in IE while fading */
		}
		
		#inicio {
			background:#000000 none;
		}
		
		/*.ui-tabs-loading em {
			padding: 0 0 0 20px;
			background: url(loading.gif) no-repeat 0 50%;
		}*/
		
		/* Additional IE specific bug fixes... */
		* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
			display: inline-block;
		}
		*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
			display: inline-block;
		}

/* Definición css del sistema de tabs: final */