@font-face {
    font-family: 'nexa_boldregular';
    src: url('../fonts/nexa_bold-webfont.eot');
    src: url('../fonts/nexa_bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nexa_bold-webfont.woff') format('woff'),
         url('../fonts/nexa_bold-webfont.ttf') format('truetype'),
         url('../fonts/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'nexa_lightregular';
    src: url('../fonts/nexa_light-webfont.eot');
    src: url('../fonts/nexa_light-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nexa_light-webfont.woff') format('woff'),
         url('../fonts/nexa_light-webfont.ttf') format('truetype'),
         url('../fonts/nexa_light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
  font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
  margin:0;
  padding:0;
  font-size:100.01%;
  text-align:center;
  color:#FFF;
  background-color:#FFF;
}

/*HTML TAGS*/
table {
	
}

td, th{
	vertical-align:top;
}

table p {
	margin:0;
	padding:0;
}

hr {
	margin:10px 0;	
	border-bottom:none;
	border-top:1px solid #ef8320;
}

img {
	border:0;
}

a img {
	border:0;
}

a:link {
	color:#ef8320;
	text-decoration:none;
}

a:visited {
	color:#ef8320;
	text-decoration:none;
}

a:hover, a:focus {
	color:#000;	
}

h1,h2,h3,h4,h5,h6 {
	font-family:nexa_lightregular;
	padding:0;
	margin:0;
}

h1 {
	display:none;	
}

#seccion h2 {
	color:#ef8320;
	font-weight:bold;
	font-size:2em;
	margin:0;
	margin:0 0 10px 0;
}

#seccion h3 {
	color:#e32936;
	font-weight:bold;
	font-size:1.5em;
	margin:0;
	padding:0 0 10px 0;
}

h4 {
	font-size:1.3em;
}

h5 {
	
}

h6 {
	
}

h3+p, h4+p {
	margin:0;	
}

/*ESTRUCTURA*/
#page {
	position:relative;
	margin:0 auto;
	text-align:left;
	color:#333;
	background-color:#FFF;	
}

#page-limpia {
	position:relative;
	width:760px;
	margin:0 auto 0 auto;	
	text-align:left;
}

.con {
	clear:both;
	position:relative;
	width:960px;
	margin:0 auto;
}

/*CABECERA*/
#cabecera {
	height:auto;
	margin:0;
	padding:0;
	background-color:#e7e8ea;	
}

#cabecera #loginPanel {
	position:absolute;
	width:220px; /*Para mantener la caja en el login*/	
	font-size:0.9em;
	top:110px;
	right:0;
	padding:5px;
	color:#FFF;
	background-color:#aab7c0;	
}

#cabecera #loginPanel .titulo {
	font-family:nexa_lightregular;
	float:left;
	color:#ef8320;
	text-align:left;
	font-weight:bold;
}

#cabecera #loginPanel .error {
	float:left;
	margin-left:20px;
	color:#FF0;
}

#cabecera #loginPanel p {
	margin:0;
	padding:0;
	font-size:0.9em;
	clear:both;
}

#cabecera #loginPanel form {
	margin:0;
}

#cabecera #loginPanel form label {
	display:block;
	float:left;
	padding:2px 0 0 0;
	margin:0;
	font-size:0.9em;
}

#cabecera #loginPanel form .checkbox {
	width:18px;
	margin:4px 0 0 5px;
	vertical-align:middle;
}

#cabecera #loginPanel form input {
	font-size:0.8em;
	width:104px; /*Para mantener la caja en el login*/
	margin:1px 0 0 0;
	padding:0;
	color:#d28386;
}

#cabecera #loginPanel form .boton {
	font-size:0.7em;;
	margin:3px 0 0 0;
	padding:2px 30px;
	cursor:pointer;
	color:#FFF;
	background-color:#ef8320;
	border:none;
	text-transform:lowercase;
	float:right;
}

#cabecera #loginPanel form .boton:hover {
	color:#ef8320;
	background-color:#FFF;
}

#cabecera #loginPanel ul{
	clear:both;
	padding:4px 0 0 0;
	margin:0;
	list-style:none;
	font-size:0.75em;
	text-align:right;
}

#cabecera #loginPanel ul li {
	display:inline;
	margin:0;
	padding-left:3px;
	border-left:1px solid #FFF;
}

#cabecera #loginPanel ul li:first-child {
	border-left:none;
}

#cabecera #loginPanel ul li a {
	text-decoration:none;
	color:#FFF;
}

#cabecera #loginPanel ul li a:hover {
	text-decoration:underline;
}


/*MENU IDIOMA*/
#menIdioma {
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	right:0;
	top:40px;
	font-size:0.75em;
}

#menIdioma li {
	display:inline;	
	margin-left:2px;
}

#menIdioma li a {
	text-decoration:none;
	padding:3px 8px;
	color:#FFF;	
	text-transform:uppercase;
	background-color:#ef8320;
}

#menIdioma li a:hover, #menIdioma li .activo {
	color:#FFF;
	background-color:#e32936;	
}

/*BUSCADOR*/
#buscador {
	width:220px;
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	right:0;
	top:65px;
}

#buscador .gsc-control-cse, .gscgsc-control-cse-es {
	padding:0 !important;
	margin:0 !important;
	background-color:transparent !important;
	border:none !important;
}


/*MENU SECUNDARIO*/

#mens {
	padding:0;
	margin:4px 0 0 0;
	list-style:none;
	position:absolute;
	right:70px;
	top:10px;
	border-right:1px solid #ef8320;
	font-size:0.7em;
}

#mens li {
	display:inline;	
	border-left:1px solid #ef8320;
}

#mens li a {
	text-decoration:none;
	padding:0 3px;
	color:#ef8320;	
}

#mens li a:hover {
	color:#FFF;
	background-color:#ef8320;	
}

.menfont {
	border: 1px solid #ef8320;
	padding:1px 3px;
	position:absolute;
	right:0;
	top:10px;
	font-size:0.8em;
}

.menfont a {
	color:#ef8320;
	padding:0 4px;	
	text-decoration:none;
}

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

#contenido {
	position:relative;
	min-height:400px;
}

#contenido .con {
	background:url('../images/web/page-fondo.gif') repeat-y #FFF;	
}

#contenido .con.ancho {
	background-image:none !important;
}

#seccion {
	float:left;
	width:700px;
	font-size:0.9em;
	padding:20px;
	color:#333;
	background-color:#FFF;
	line-height:1.4em;
}

#seccion img, #seccion iframe {
	border:0;
}

#seccion p {

}

#seccion ul {
	margin:10px 0;
	padding:0;
}

#seccion ul li {
	margin-left:20px;
	list-style:outside;
	list-style-image: url(../images/web/icono-lista-li.html);	
}

#colizq {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:197px;
	float:left;
	background-color:#FFF;
	border-right:3px solid #f87c9b;
}

#colizq ul {
	clear:both;
	padding:0;
	margin:0 30px 10px 10px;
	border-top:solid 1px #FFF;
}

#colizq ul li {
	list-style:none;
	border-bottom:solid 1px #FFF;
	margin:0;
	padding:0;
}

#colizq ul li a { 
	display:block;
	width:auto; 
	height:14px;
	text-decoration:none;
	font-size:0.75em;
	color:#000;
	font-weight:bold;
	padding:3px 0 3px 5px;
}

#colizq ul li a:hover, #colizq ul li a:active, #colizq .activo {    
	background-color:#f39946;
	color:#FFF;
}

/*MENU PRIVADO*/
#colizq  .tit-menPrivado {
	margin:10px 30px 0 10px;
	padding:2px;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
	background-color:#ef8320;
	color:#FFF;
	text-transform:uppercase;
}

#colizq  .menPrivado {
	margin-top:0;
	background-color:#f87c9b;
}

#colizq  .menPrivado ul {
	margin:0 0 3px 15px;
	padding:0;	
	background-color:#EEE;
}

#colizq  .menPrivado ul li a:hover, #colizq  .menPrivado ul li a:active, #colizq  .menPrivado .activo  {
	background-color:#ee3d69;	
}

#colizq .menPrivado blockquote {
	margin:0 0 0 0px;	
}

#colder {
	float:left;
	width:200px;
	font-size:0.8em;
	padding:10px;
	color:#333;
}

#colder .boletin {
	background-color:#ef8320;	
	padding:10px;
	color:#FFF;
	margin-bottom:20px;
}

#colder h2 {
	font-size:1.4em;
	color:#ef8320;
}

#colder .boletin h2 {
	line-height:0.9em;
	float:left;	
	color:#FFF;
}

#colder h3 {
	font-size:1.4em;
	color:#ef8320;
}

#colder h4 {
	font-size:1.2em;
	color:#ef8320;
}

#colder .boletin img {
	float:right;	
}

#colder .boletin p {
	clear:both;	
	padding:5px 0;
	margin:0;
	
}

#colder .boletin input {
	width:100%;
	border:1px solid #ef8320;
	color:#000;
}

#colder .boletin input.boton {
	font-size:0.9em;
	background-color:#4a565e;
	color:#FFF;
	border:none;
	font-weight:bold;
	padding:0;
	cursor:pointer;
	margin:5px 0 0 0;
}

::-webkit-input-placeholder  { color:#ef8320; }
input:-moz-placeholder { color:#ef8320; }

#colder .boletin input.boton:hover {
	background-color:#FFF;
	color:#ef8320;
}

#colder .boletin .info-error, #colder .boletin .info-ok {
	width:auto;	
	font-weight:bold;
}

#colder a {
	text-decoration:none;
	color:#ef8320;	
}

#colder a:hover {
	color:#222;	
}

#seccion2 .normal td {
	text-align:left;
}

#seccion2 .normal th {
	font-size:0.7em;
	width:80px;
	text-align:left;
}

#seccion .migas {
	width:100%;
	padding:5px 0 10px 0;
	border-bottom:1px dotted #4a565e;
	margin-bottom:10px;
	color:#4a565e;
	font-size:1em;
}

#seccion .migas span{
	font-weight:bold;
}

#seccion-ancha h2 {
	font-weight:bold;
	font-size:1em;
	margin:10px 0 10px 20px;
	color:#FFF;	
}

#seccion .list-arrow li {
	list-style-image: url(../images/ico_arrow.gif);
}

#seccion .li-committee {
	color:#0f3063;
	margin:20px 10px;
}

#seccion .li-committee li {
	list-style:circle;
}

#seccion .li-committee a {
	color:#0f3063;
}

#seccion .li-webmap {
	color:#1a309b;
	margin:20px 0 0 100px;
	font-size:1.2em;
}

#seccion .li-webmap a{
	color:#1a309b;
	text-decoration:none;
}	

#seccion .li-webmap a:hover{
	text-decoration:underline;
}	

#seccion .li-webmap li {
	list-style-image:url(../images/ico_lista.html);
}

#seccion .align-center {
	text-align:center;
}

#seccion dl {
	font-size:0.8em;
}

#seccion dt {
	font-weight:bold;
}

#seccion table th {
	font-size:1.2em;
	padding:3px;
	margin:0;
	color:#FFF;
	background-color:#aab7c0;
}

#seccion table td {
	
}

#seccion .sponsors {
	text-align:center;
}

#seccion table.invisible, #seccion table.invisible td, #seccion table.invisible th {
	border:none;	
	margin:0;
	padding:2px;
	border-collapse:collapse;
}

#seccion table.lineas, #seccion table.lineas td, #seccion table.lineas th {
	border:none;	
	margin:0;
	padding:2px;
}

#seccion table.lineas {
	
}

#seccion table.lineas tr:first-child td {
    border-top:1px solid #ef8320;	
}

#seccion table.lineas td {
	border-bottom:1px solid #ef8320;
	text-align:left;
	vertical-align:top;
}

#seccion table.lineas th {
	font-weight:normal;	
	border-top:1px solid #ef8320;
	border-bottom:1px solid #ef8320;
}

.oculto {
	position: absolute;
	left: -999px;
	width:1px;
	font-size:0%;
	padding:0;
	margin:0;
}

.botones {
	text-align:right;
	margin:10px 0;
}

.botones .boton, .botones a{
	padding:3px 10px;
	font-size:0.8em;
	margin-top:5px;
	font-weight:bold;
	cursor:pointer;
	width:auto !important;
	letter-spacing:3px;
	text-decoration:none;
	text-transform:uppercase;
	color:#FFF;	
	background-color:#ef8320;	
	display:inline-block;
}

.botones .bimprimir{
	padding:2px 10px;
	margin:5px auto 0 auto;
	padding:5px;
	font-size:1.2em;
	width:200px;
	font-weight:bold;
	text-align:center;
	color:#FFF;	
}

.botones .bimprimir a{
	text-decoration:none;
	cursor:pointer;
}

.botones input:hover, .botones a:hover, .botones .boton:hover {
	background-color:#ee3d69;
	color:#FFF;
}

#seccion .programa {
	width:100%;
	color:#000;
	border-collapse:collapse;
	font-size:0.9em;
}


#seccion .programa caption {
	text-align:left;
	font-size:1.3em;
	font-weight:bold;
	padding:1px 5px;
	width:auto;
	background-color:#ef8320;
	color:#fff;
	text-align:left;
}

#seccion .programa th {
	background-color:#999;
	color:#FFF;
	font-size:0.9em;
	font-weight:normal;	
}

.programa caption .dia{
	font-size:0.8em;
}

.programa .hora{
	width:100px;
}

.programa .sala{
	width:130px;
	padding-left:5px;
	color:#666666;
}

.hora {
	width:100px;
	font-size:0.9em;
}

.programa td {
	padding:2px;
}

.tabla-prog {
	width:500px;
}

.tabla-prog img {
	border:1px solid #ccc;
	padding:2px;
	margin-right:5px;
}

.tabla-prog th {
	text-align:left;
}

.tabla-prog h3 {
	width:500px;
	background-color:#c9db03;
	color:#FFF;
	border-top: 3px solid #b9c441;
	font-size:1.1em;
}

.tabla-prog h4 {
	margin-left:20px;
	padding: 3px 3px 3px 10px;
	width:300px;
	background-color:#e2f9ff;
	color:#000;
	border-bottom: 2px solid #FF9900;
}

.tabla-prog h5 {
	margin:0 0 5px 30px;
	padding: 3px 3px 3px 10px;
	width:400px;
	color:#000;
	border-bottom: 2px solid #FF9900;
}


.tabla-prog table {
	position:relative;
	left:20px;

}

.datos {
	width:350px;
}

.temas dt {
	font-size:1.3em;
	padding:2px;
	margin-top:10px;
}
.temas dd {
	font-size:1.2em;
	margin-left:10px;;
}

.txt-claro {
	color:#999999;
}

.txt-oscuro {
	color:#CC0000;
	font-weight:bold;
}

#seccion2 {
	width:720px;
}

#seccion2 table {
	width:720px;
}

#seccion2 table th {
	width:150px;
}

#seccion2 table .celda {
	width:auto;
}

#seccion2 .hoteles th {
	width:auto;
}

#seccion2 .hoteles td {
	border-bottom:1px solid #ccc;
}

#seccion2 h3 {
	width:720px;
	background-color:#c9db03;
	color:#FFF;
	border-top: 3px solid #b9c441;
	font-size:1.2em;
}

.note {
	color:#000;
}


#seccion .ficha-ponente, #seccion .ficha-ponente-especial {
	background-color:#f2f5f7;
	padding:5px;
	float:left;
	width:230px;
	color:#56768d;
	margin:5px;
}

#seccion .ficha-ponente-especial {
	background-color:#ecf3a5;
	border:1px solid #000;
	height:110px;
}

#seccion .ficha-ponente .foto-ponente, #seccion .ficha-ponente-especial .foto-ponente {
	float:left;
	margin:0;
	height:150px;
}

.nombre-ponente {
	font-size:1em;
	font-weight:bold;
}

#seccion .empresa-ponente {
	font-size:0.8em;
}

#seccion .cargo-ponente {
	font-size:0.8em;
	font-style:italic;
}

#seccion .datos-ponente ul {
	margin-top:25px;
	font-size:0.8em;
}

#seccion .datos-ponente ul li a{
	text-decoration:none;
	color:#7e9cb2;
}

#seccion .datos-ponente ul li a:hover{
	text-decoration:underline;
	color:#000;
}

#seccion .expositor-info {
	font-size:0.8em;
}

#seccion .expositor-desc {
	clear:both;
}

#seccion .expositor-img {
	float:left;
}

.plano-hoteles {
	float:left;
	height:400px;
	width:463px;
	padding:20px;
}

.lista-hoteles {
	float:rigth;

}

.lista-hoteles ul{
	padding:0;
	list-style:decimal;
	margin-left:550px;
	margin-top:20px;
}

.lista-hoteles .lista-none {
	list-style:none;
}

.img-danza {
	width:350px;
	border:1px solid #ccc;
	padding:2px;
	margin:5px auto;
}

.txt-sesion {
	background-color:#ffeccb;
}

.txt-ponente {
	background-color:#e3fae7;
}


.left {
	text-align:left;
	float:left;
}

.ponente-descarga {
	float:right;
	width:100px;
	text-align:center;
}	

.tabla-prog2 {
	width:720px;
	padding:0 10px;
}

.tabla-prog2 img {
	border:1px solid #ccc;
	padding:2px;
	margin-right:5px;
}

.tabla-prog2 th {
	text-align:left;
}

.tabla-prog2 h3 {
	background-color:#c9db03;
	color:#FFF;
	border-top: 3px solid #b9c441;
	font-size:1.2em;
}

.tabla-prog2 h4 {
	margin-left:20px;
	padding: 3px 3px 3px 10px;
	width:590px;
	background-color:#e2f9ff;
	color:#000;
	border-bottom: 2px solid #FF9900;
}

.tabla-prog2 table {
	position:relative;
	left:20px;

}

.listado-stands {
	border:0;
	width:500px;
	margin:0 auto;
	font-weight:bold;
}

.listado-stands .numero {
	width:100px;
	text-align:center;
}

.listado-stands th {
	text-align:left;
	background-color:#e6cf00;
	color:#FFF;
}

.listado-stands .color {
	background-color:#f5ec8f;
}

.ficha-evento {
	border:1px solid #fbc817;
	height:120px;
}

.ficha-evento h3 {
	color:#cd2222;
}

.ficha-evento .imagen-evento {
	display:block;
	padding:5px;
	border:0;
	float:left;
}
.ficha-evento .texto-evento {
	float:left;
}

.donosti-fotos {
	text-align:center;
}

.donosti-fotos img {
	background-color:#FFF;
	border:1px solid #ccc;
	padding:3px;
	margin:5px 10px;
}

#seccion .pnormal {
	width:490px;
}


#seccion .pnormal h3 {
	font-size:1.2em;
	font-style:italic;
}

.part {	
	font-weight:bold;
	background-color:#FFFFCC;
}

.part td {
	padding:2px;
	border-top:1px dashed #006699;
	border-bottom:1px dashed #006699;
}

.hotel-completo {
	color:#999;
}

.style-but-info a {
	clear:both;
	background-color:#e2f9ff;
	padding:2px;
	border:1px solid #00c259;
	color:#000;
	text-decoration:none;
	text-align:center;
	margin:0 auto;
	display:block;
	width:auto;
}

.t1 {
	width:330px;
	float:left;
}

.t2 {
	width:170px;
	float:left;
}

.t1 hr, .t2 hr {
	margin-left:0;
	margin-right:0;
}

.t1 .separador {
	width:310px;
}

.t2 .separador {
	width:170px;
}

.separador {
	border:1px solid #6487c0;
	/margin:5px 0;
	/margin:0;
	width:100%;
}

.clear {
	clear:both;
}

.cityinfo {
	border-collapse:separate;
	background-color:#FFF;
	margin:0 auto;
}

.cityinfo td {
	background-color:#f2f4f7;
	vertical-align:middle;
	padding:2px 5px;
}

.miramar-txt {
	width:160px;
	float:left;
}

.miramar-plan {
	width:340px;
	float:right;
	margin-right:2px;
}

.miramar-fotos {
	text-align:left;
	margin-bottom:10px;
}

.miramar-fotos img {
	background-color:#FFF;
	border:1px solid #ccc;
	padding:4px;
	margin-right:11px;
}

.ficha-hotel {
	width:150px;
	border:1px solid #305faa;
	height:auto;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	background-color:#f1f2f3;
	color:#000;
}

.ficha-hotel img {
	vertical-align:middle;
}

.ficha-hotel .nombre {
	background-color:#c8d2db;
	font-weight:bold;
	padding:3px;
	color: #0f3063;
}

.ficha-hotel .texto {
	padding:4px;
	font-size:0.8em;
	height:70px;
}

/* FORMULARIOS */
.tablaDatos th {
	font-size:1em;
	padding:0 5px;
	margin:0;
	vertical-align:middle;
	color:#000;
	font-weight:normal;
}

.tablaDatos td {
	font-size:1em;
	padding:0;
	margin:0;
	color:#000;
	font-weight:bold;
}

.tablaDatos {
	width:600px;
	margin:0 auto;
}

.tablaDatos th {
	width:250px;
}

.zebra tr:nth-child(even) { background: #EEE }
.zebra tr:nth-child(odd) { background: #FFF}

.tablaDatos a, .tablaDatos a:visited {
	text-decoration:none;
	color:#FFF;
	background-color:#9c9a9a;
	padding:2px 5px;
}

.tablaDatos a:hover {
	text-decoration:none;
	color:#9c9a9a;
	background-color:#CCC;
	padding:2px 5px;
}

.tablaDatos .nota, .nota {
	font-style:normal;
	color:#025560;
	display:block;
	font-size:1em;
}

.nota.color {
	color:#ee3d69;
}

table .color0, table .color0 th, table .color1 th {
	background-color:#eee;
}

table .color1, table .color1 th, table .color1 td {
	background-color:#FFF;
}

table .colortitulo {
	background-color:#93c1cf !important;
}



.info-ok {
	clear:both;
	margin:10px;
    padding:10px 10px 10px 30px;
	color:#0075C7;
	border-top:1px solid #4EA5FF;
	border-bottom:1px solid #4EA5FF;
	background: #D3E9FF;
}

.info-error{
	clear:both;
	width:580px;
	margin:10px auto;
    padding:5px 5px 5px 15px;
	color:#a38a00;
	border-top:solid 1px #ffc600;
	border-bottom:solid 1px #ffc600;
    background: #ffffaa;
}

.info-warning{
	clear:both;
	background-color: #ecbdbd;
	margin:10px;
   padding:10px 10px 10px 30px;
	color:#7e2525;
	border-top:solid 1px #c53939;
	border-bottom:solid 1px #c53939;   
}


.info-inscripcion {
	clear:both;
	width:550px;
	margin:10px auto;
    padding:10px 10px 10px 30px;
	color:#000;
	border: 1px solid #93c1cf;
	background: #dfecf1;
}

.info-inscripcion strong {
	color:#025560;
	font-weight:strong;
}

.info-inscripcion em {
	margin-bottom:3px;
	font-weight:bold;
}

.info-inscripcion hr {
	border:1px solid #025560;
	margin:0;
	padding:0;
}

.info-inscripcion .total {
	color:#000;
	font-size:1.5em;
	font-weight:bold;
	margin:5px;
}



/* SEDE */

.sede-fotos {
	text-align:left;
	font-size:0.8em;
	color:#5e82bd;
}

.sede-fotos img {
	background-color:#FFF;
	border:1px solid #ccc;
	padding:3px;
	margin:5px 10px 0 0;
}

.sede-fotos .pie1 {
	padding-left:2px;
}

.sede-fotos .pie2 {
	padding-left:112px;
}

.sede-fotos .pie3 {
	padding-left:108px;
}

.sede-texto {
	margin-top:5px;
	width:270px;
	float:left;
	text-align:left;
}

.sede-plano {
	margin-top:5px;
	width:390px;
	float:left;
	margin-left:14px;
}

.enlace {
	margin:10px 0 10px auto;
	text-align:right;
	width:200px;
	padding:6px 0;
	border-top:1px solid #ef8320;
	border-bottom:1px solid #ef8320;
	background:url(../imagenes/iconos/flecha_gorri.html) no-repeat right;
}

.enlace a {
	color:#0f3063;
	text-decoration:none;
	font-weight:bold;
	padding-right:30px;
}

.enlace a img {
	vertical-align:middle;
}
/*COMO LLEGAR*/
.howtoarrive {
	width:340px;
	float:left;
	font-size:0.9em;
	border-collapse:collapse;
	background-color:#f8f9fa;
	text-align:left;
	border-bottom:2px dotted #6a8bc2;
	margin:5px;
}

.howtoarrive2 {
	width:170px;
	float:left;
	font-size:0.9em;
	border-collapse:collapse;
	background-color:#f8f9fa;
	text-align:left;
	border-bottom:2px dotted #6a8bc2;
	margin:5px;
}

.cityinfo {
	width:500px;
	margin:0 auto;
	font-size:0.9em;
	border-collapse:collapse;
	background-color:#f8f9fa;
	text-align:left;
	border-bottom:2px dotted #6a8bc2;
}

#como-llegar .subtitulo, .cityinfo .subtitulo {
	font-size:1em;
	font-weight:bold;
}

#como-llegar .negro {
	color:#000;
}

#como-llegar .sep {
	border-top:2px dotted #6a8bc2;
}

#como-llegar .fondoTitulo, .cityinfo .fondoTitulo {
	background-color:#ef8320;
}

#como-llegar .fondoSubtitulo {
	background-color:#d2e5e9;
}	

#como-llegar th, .cityinfo th {
	font-size:1em;
	text-align:left;
	padding:0;
}

#como-llegar td {
	padding:2px 10px;
}

#como-llegar .block {
	margin-left:18px;
}

#como-llegar th img, .cityinfo th img {
	vertical-align:middle; 
	padding-right:5px;
}


#fichas-hoteles {
	float:left;
	width:640px;
}

#gmap-hoteles  {
	margin:0;
	width:360px;
	float:right;
}

#gmap-hoteles table {
	margin:0 auto;
	padding:0;
	border-collapse:collapse;
}

#gmap-hoteles table th {
	background-color:#d9dbe9;
	vertical-align:middle;
}

#gmap-hoteles table th img {
	vertical-align:middle;
}

/*Columnas*/
#page {

}

#patros {
	height:auto;
	background-color:#FFF;
	border-top:5px solid #9c9ea0;
	
}

#patros * {
	text-align:center;
	vertical-align:middle;
}

#patros h2 {
	font-size:1.1em;
	margin:5px;	
	color:#EEE;
}

#patros con {

}

#patros .con img {
	margin:5px 15px 5px 15px;	
}

#patros p:last-child,  {
	display:none;
}

#patros p {
	margin:0;
	padding:0;	
}


#pieinfo {
	background-color:#000;
	color:#FFF;
	font-size:0.8em;
	padding:10px 0;
}

#pieinfo .col {
	float:left;
	width:300px;
	padding:0 10px;
}

#pieinfo .col .titulo {
	color:#CCC;	
	font-weight:bold;
}

#pieinfo .col a {
	text-decoration:none;
	color:#FFF;	
}

#pieinfo .col a:hover {
	text-decoration:underline;	
}

#pieinfo .skype {
	position:absolute;
	top:-20px;
	left:540px;
}

#pie {
	padding:10px 0;
	background-color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	color:#666;	
	font-size:0.7em;
	vertical-align:middle;
	border-bottom:20px solid #000;
}

#pie ul {
	display:inline;
	margin-right:50px;
	list-style:none;
}

#pie ul li{
	display:inline;
	padding:0 5px;
}

#pie a {
	text-decoration:none;
	color:#666;
}

#pie a:hover {
	text-decoration:underline;	
}

#pie p {
	padding:5px;
	margin:0;
	vertical-align:middle;
}



/*PONENCIAS*/
#ponencias table {
	border-collapse:collapse;
	border:none;
	margin-bottom:30px;
}

#ponencias table th {	
	padding:3px 0;
	margin:0;
	text-align:left;
}

#ponencias .pasos {
	border-bottom:1px solid #ef8320;
	margin-bottom:10px;
}

#ponencias .pasos th {
	width:175px;
	background-color:#FFF;
	color:#ef8320;
	font-size:1em;
}

#ponencias .pasos .gris {
	color:#CCC;
}

#ponencias table td {
	margin:0;
	padding:0 20px 0 0;
	text-align:left;
}

#ponencias table .enlace {	
	width:135px;
	border:none;
	margin:10px 10px 10px auto;
}

#ponencias .info th {
	padding-left:5px;
	width:340px;
}

#ponencias .info .rojo {
	background-color:#FFF;
	color:#ef8320;
	padding:5px 5px 15px 5px;
	font-weight:bold;
}

#ponencias .info td {
	padding-left:5px;
}

.check {
	width:50px;	
}

#sesiones {

}

#sesiones h3 {
	background-color:#FF0000;
	color:#FFF;
	font-weight:bold;
	font-size:1.5em;
}

#sesiones p {
	padding:0;
	margin:0;
}

#sesiones .sesion {
	background-color:#e8eff7;
	padding:5px;
	margin-top:5px;
}

#sesiones .sesion .numero {
	background-color:#077090;
	color:#FFF;
}

#sesiones .sesion .titulo {
	font-size:1.3em;
}

#sesiones .sesion .datos {
	width:100%;
	text-align:right;
}

#sesiones .ponencia {
	border-bottom:1px solid #EEE;
	padding:5px;
	margin:5px;
}

/*INTRANET*/
#seccion-intranet {
	position:relative;
	margin-left:200px;
	font-size:0.8em;
	padding:10px 20px 10px 50px;
	color:#333;
	background-color:#FFF;
}

#seccion-intranet #titseccion{
	position:relative;
	float:left;
	margin-bottom:10px;
}

#seccion-intranet #tablaseccion {
	float:right;
	margin-bottom:10px;
}

#seccion-intranet #titseccion .titMenu {
	font-size:1.5em;
	font-weight:normal;
	text-transform:uppercase;
	color:#9c9a9a;
}

#seccion-intranet #titseccion .titSec {
	position:relative;
	left:-12px;
	padding-left:12px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.1em;
	background:url(../images/intranet/flecha_15.html) no-repeat 0 0;
	color:#ee3d69;
}

#seccion-intranet h2 {
	position:relative;
	left:-50px;
	font-weight:bold;
	font-size:1.5em;
	margin:0 0 2px 0;
	padding:2px 15px 2px 50px;
	background:url(../images/intranet/fondo-h2.html) left no-repeat #ee3d69;	
	display:inline-block;
	width:auto;
	color:#FFF;
}

#seccion-intranet h2>span {
	text-transform:capitalize;	
}

#seccion-intranet form h2 {
	margin:20px 0 0 0;	
}

#seccion-intranet h3 {
	position:relative;
	color:#FFF;	
	background-color:#9c9a9a;
	margin:15px 0 0 0;	
	padding:2px 5px;
	font-size:1.2em;
	text-transform:uppercase;
}

#seccion-intranet h3 span {
	display:block;
	width:18px;
	height:30px;
	position:absolute;
	left:-18px;
	background:url(../images/intranet/flecha_20.html) no-repeat 0 -2px;	
}

#seccion-intranet .return-button a{
	position:absolute;
	top:0;
	right:0;
	display:block;
	text-decoration:none;
	padding:3px;
	margin: 12px 10px 10px 0;
	border:1px solid #AAA;
}

#seccion-intranet .return-button a:hover{
	background-color:#0f3063;
	color:#FFF;
}

#seccion-intranet table td {
	padding:2px;	
}

table .centrar {
	text-align:center;
}

#seccion-intranet .form-registro {
	float:left;	
}

#seccion-intranet .tablaDatos {
	width:100%;
	font-size:0.9em;
	margin:0 auto;
	border-bottom:10px solid #ee3d69;
}

#seccion-intranet .tablaDatos.noborder {
	border:none !important;
}

#seccion-intranet .tablaDatos .enlaces td {
	padding:5px 0;
	border-top:1px solid #ee3d69;
}

#seccion-intranet .tablaDatos .enlaces table td{
	padding:0;
}

#seccion-intranet .tablaDatos .enlaces a {
	color:#ee3d69;
	padding-right:18px;
	background:url(../images/intranet/flecha_15_g.html) right 1px no-repeat;
	text-decoration:none;
	cursor:pointer;
}

#seccion-intranet .tablaDatos .enlaces a:hover {
	color:#000;	
}

#seccion-intranet #moreaff, #seccion-intranet #moreprof {
	display:none;
}

#seccion-intranet .enlaces td #moreaff td {
	border-top:none;	
}


#seccion-intranet .media {
	float:left;
	width:342px;
	padding:0;
	margin:0;
}

#seccion-intranet .tablaDatos th {
	width:160px;
}

#seccion-intranet .tablaDatos input, #seccion-intranet .tablaDatos select  {
	width:98%;
	font-size:1.3em;
	padding:4px;
	color:#666;
	border:1px solid #AAA;
}

#seccion-intranet .tablaDatos input.medium, #seccion-intranet .tablaDatos select.medium  {
	width:250px;
}

#seccion-intranet .tablaDatos input.small, #seccion-intranet .tablaDatos select.small  {
	width:75px;
}

#seccion-intranet .tablaDatos input[type=radio], #seccion-intranet .tablaDatos input[type=checkbox] {
	width:auto;	
}

#seccion-intranet table.status {
	border:none;
	border-collapse:collapse;
	color:#333;
	background-color:#EEE;
	width:auto;
	font-size:0.8em;
	height:175px;
}

#seccion-intranet table.status .sep {
	border-right:2px solid #FFF;	
}

#seccion-intranet table.status table.legend {
	border:none;
	border-collapse:collapse;
	background-color:#EEE;
}

#seccion-intranet table.legend th, #seccion-intranet table.status th {
	text-transform:uppercase;
	font-size:1.2em;	
	padding:2px;
	vertical-align:middle;
	background-color:#CCC;
	color:#FFF;
}

#seccion-intranet table.status td {
	padding:0;
	vertical-align:middle;	
	text-align:center;
}

#seccion-intranet table.legend td {
	padding:1px;	
}

#seccion-intranet table a img {
	cursor:pointer;
}
#seccion-intranet table th.thcontrib {
	background-color:#9c9a9a;
}

#seccion-intranet table th.thregis {
	background-color:#777;
}

#seccion-intranet table.status td {
    border-right:2px solid #FFF;
}

#seccion-intranet table.legend td {
	border-right:none;	
}

#seccion-intranet table.status .bnone {
	border:none;
}

#seccion-intranet table.status .btop {
	border-top:2px solid #777;
}

#seccion-intranet table.status .bright {
	border-right:2px solid #777;
}

#seccion-intranet table.status .bbottom {
	border-bottom:2px solid #777;
}

#seccion-intranet table.status .bleft {
	border-left:2px solid #777;
}

#seccion-intranet table.status .fecha {
	background-color:#ee3d69;
	color:#FFF;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
}

#seccion-intranet .status .ico {
	text-align:center;
	border-bottom:1px solid #ee3d69;
	background-color:#f4f8e7;
}

#seccion-intranet table.status .deadlines {
	background-color:#f4f8e7;
	color:#ee3d69;
	font-weight:bold;
	text-align:left;
	font-size:1.2em;
	text-align:center;
}

#seccion-intranet .legend .deadlines, #seccion-intranet table.status .fecha {
	height:30px;
}

#seccion-intranet table th.thcontrib {
	font-size:0.9em;
}

#seccion-intranet table th.thregis {
	font-size:0.9em;
}


.tablaDatos caption {
	text-align:left;
	font-size:1.2em;
	font-weight:bold;
	padding:1px 5px;
	width:auto;
	background-color:#ee3d69;
	color:#fff;
	text-align:left;
}

#seccion-intranet caption {
	background-color:#BBB;
	color:#FFF;
	padding:1px 5px;
	text-align:left;
	font-weight:bold;
	border-bottom:1px solid #ee3d69;
}

#seccion-intranet caption a {
	color:#FF0;	
}

#seccion-intranet table.reg {	
	font-size:0.9em;
	border-collapse:collapse;
	border-bottom:10px solid #ee3d69;
}

#seccion-intranet table.reg th {
	padding:2px;
	background-color:#BBB;
	color:#fff;
}	

#seccion-intranet .collapse {
	border-collapse:collapse;	
}

#seccion-intranet table.reg .sombra {
	background-color:#f4f8e7;	
}

#seccion-intranet .tablaDatos .totales {
	text-align:right;
	padding:2px !important;
}

#seccion-intranet .tablaDatos .total {
	background-color:#f4f8e7;
	text-align:right;
	font-size:1.2em;
	padding:5px !important;
}

#seccion-intranet .tablaDatos .full .btop {
	border-top:1px solid #ee3d69;
}

#seccion-intranet .tablaDatos .full .bleft {
	border-left:1px solid #ee3d69;
}

#seccion-intranet .tablaDatos .full .bright {
	border-right:1px solid #ee3d69;
}

#seccion-intranet .tablaDatos .full .bbottom {
	border-bottom:1px solid #ee3d69;
}

#seccion-intranet table.simple {
	width:540px;	
	float:left;
}

#seccion-intranet table.full {
	width:100%;	
	float:none;
	clear:both;
	padding:0;
	margin:0;
}

#seccion-intranet table.full .icons {
	width:60px;	
	border-left:1px solid #CCC;
}


#seccion-intranet .comentarios {
	width:460px;
	border:1px solid red;
	margin:0 auto;
	background-color:red;
}

#seccion-intranet .comentarios th img{
	vertical-align:middle;
}

#seccion-intranet .comentarios th {
	background-color:red;	
	color:#FFF;
}

#seccion-intranet .comentarios textarea {
	width:460px;	
}


#seccion-intranet .box-download {
	display:block;
	border:1px solid #ccc;
	background:url(../images/intranet/ico_download.html) no-repeat 20px 20px #FFF;
	padding:20px 15px 0 80px;	
	height:110px;
}

#seccion-intranet .box-download a {
	text-decoration:none;	
}

#seccion-intranet .box-upload {
	border:1px solid #ccc;
	background:url(../images/intranet/ico_upload.html) no-repeat 20px 20px #FFF;
	padding:20px 15px 0 80px;
	text-align:left;
	height:110px;
}

#seccion-intranet .box-upload * {
	margin:0;
	padding:0;
}

#seccion-intranet .box-upload .botones {
	text-align:center;	
}

#seccion-intranet .box-download a {
	text-decoration:none;	
}

.tlegal {
	color:#666;
	font-size:0.8em;	
}

.modalClose {
	float:right;	
	font-size:0.8em;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	padding:3px;
	margin-right:7px;
}

/*CARRITO*/
#carrito {
	background-color:#EEE;
	border:1px solid #CCC;
	padding:10px;
}

#carrito h3 {
	padding:3px 5px;
	margin:0;	
}

#carrito h4 {
	position:relative;
	padding:1px 5px;
	margin:0;
	background-color:#CCC;	
	color:#FFF;
	border-bottom:1px solid #ee3d69;
}

#carrito h4 span {
	display:block;
	width:18px;
	height:30px;
	position:absolute;
	left:-35px;
	background:url(../images/intranet/flecha_20.html) no-repeat 0 -2px;	
}

#carrito table, #carrito-totales table {
	width:100%;	
	border-collapse:collapse;
		:5px solid #ee3d69;	
	margin-bottom:20px;
}

#carrito-totales table th {
	width:200px;	
	padding:4px;
}

#carrito-totales table td {
	padding:4px;
}

#carrito-totales table .borde{
	border-left:1px solid #ee3d69;
	border-right:1px solid #ee3d69;
}

#carrito-totales table .totales {
	text-align:right;	
}

#carrito table table, #carrito-totales table table {
	border-bottom:none;	
	margin-bottom:0;
}

#carrito table tr, #carrito-totales table tr {
	border-top:1px solid #ee3d69;	
}

#carrito table table tr, #carrito-totales table table tr {
	border-top:none;	
}

#carrito table td, #carrito table th {
	padding:4px;
	margin:0;	
	vertical-align:middle;
}

#carrito table .espacio {
	width:60px;
	border-left:1px solid #ee3d69;
}

#carrito table .sombra {
	background-color:#f4f8e7;	
	border-left:1px solid #ee3d69;
	font-weight:bold;
	position:relative;
}

#carrito table .esp {
	width:160px;	
}

#carrito table .total, #carrito-totales table .total{
	width:100px;
	font-size:1.3em;
	background-color:#f4f8e7;	
}

#carrito table .icocarrito span {
	display:none;	
}

#carrito table .icocarrito {
	position:relative;
	display:block;
	width:40px;
	height:40px;
	margin:0 auto;
	background:url(../images/intranet/carrito-h.html) no-repeat center center;
	cursor:pointer;
}

#carrito table .icocarrito:hover {
		background:url(../images/intranet/carrito.html) no-repeat center center;
}

#carrito table .icocarrito span {
	display:block;
	position:absolute;
	width:68px;
	height:30px;
	font-size:0.9em;
	text-transform:uppercase;
	background-color:#666;
	color:#FFF;
	text-align:center;	
	top:-37px;
	left:-14px;
}

#carrito table .icocarrito-disabled {
	position:relative;
	display:block;
	width:40px;
	height:40px;
	margin:0 auto;
	background:url(../images/intranet/carrito-h.html) no-repeat center center;
}

#carrito table .icocarrito-disabled span {
	display:none;	
}

#carrito table .icocarrito-ok {
	position:relative;
	display:block;
	width:40px;
	height:40px;
	margin:0 auto;
	background:url(../images/intranet/carrito-v.html) no-repeat center center;
}

#carrito table .icocarrito-ok span {
	display:none;	
}

/*BOOKINGS*/
#bookings {
	display:block;
	position:absolute;
	width:186px;
	border:2px solid #ee3d69;
	padding:5px;
	background-color:#FFF;
	top:1000px;
	left:-200px;
}

#bookings h3 {
	padding:2px 5px;
	margin:0 0 10px 0;		
}

#bookings table, #payresume-bookings table {
	width:100%;
	padding:0;
	margin:0;
	border-collapse:collapse;
	border-top:1px solid #ee3d69;
	border-bottom:1px solid #ee3d69;
}

#bookings table th, #payresume-bookings table th {
	padding-top:5px;	
}

#bookings table table, #payresume-bookings table table {
	border-top:none;
	border-bottom:none;
}


#bookings table ul, #payresume-bookings table ul {
	list-style:none;
	padding:0;
	margin: 0 0 0 10px;	
}

#bookings th span, #payresume-bookings th span {
	display:block;
	float:left;
	width:12px;
	height:30px;
	background:url(../images/intranet/flecha_15.html) no-repeat 0 0;	
}

#bookings table .del {
	text-align:right;
	cursor:pointer;
}

#bookings table .del a {
	color: #ee3d69;
	text-decoration:none;
}

#bookings table th a:hover {
	color: red;
}

#bookings table .totales, #payresume-bookings table .totales {
	text-align:right;
	word-wrap:none;
	white-space: nowrap;
}

#bookings table .total, #payresume-bookings table .total {
	background-color:#f4f8e7;
	font-size:1.1em;
	font-weight:bold;
}

#bookings #botonEnvio {
	background-color:#ee3d69;
	color:#FFF;
	text-transform:uppercase;
	margin:10px 5px;
	padding:3px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	font-size:0.9em;
}

#bookings #botonEnvio:hover {
	color:#ee3d69;
	background-color:#f4f8e7;
}

#payresume {
	display:relative;
	border:1px solid #CCC;
}

#payresume>tbody>tr>td {
	padding:20px;
	width:300px;
}

#payresume .botones input {
	border:none;	
}

#payresume-bookings {
	display:relative;
	width:300px;
	background-color:#FFF;
}

#payresume-bookings h3 {
	margin:0 0 20px 0;	
}

#payresume-method {
	display:relative;
	width:300px;
	background-color:#ee3d69;
}

#payresume-method h3 {
	background-color:#FFF;
	color:#9c9a9a;	
	margin:0 0 20px 0;	
}

#payresume-method table {
	border-collapse:collapse;	
}

#payresume-method table th {
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	padding: 6px 0;
	font-size:1.1em;
}

#payresume-method table td {
	padding-bottom:20px;	
}

#payresume-method table strong {
	color:#FFF;	
}

#payresume-method .botones input {
	background-color:#FFF;
	color:#333;
}

#payresume-method .botones input:hover {
	background-color:#333;
	color:#FFF;
}

#payresume-bookings  .botones input {
	background-color:#ee3d69;
	color:#FFF;
}

#payresume-bookings .botones input:hover {
	background-color:#333;
	color:#FFF;
}

#modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:460px; width:740px; color:#666; background-color:#EEE; border:4px solid #444; padding:12px; font-size:0.8em;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container p {text-align:left;}
#simplemodal-container a {color:#000;}
#simplemodal-container a.modalCloseImg {background:url(../images/intranet/x.html) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#000;}

.ui-autocomplete-loading {
	background: white url('../images/jquery/ui-anim_basic_16x16.gif') right center no-repeat;
}

.ui-widget {
    font-size:0.7em !important;
}

#avisoHead {
	position:fixed;
	z-index:888;
	top:0;
	left:0;
	padding:5px;
	background-color:#FF6;
	color:#C00;
	width:100%;	
	font-size:1.2;
	text-align:center;
	border-top:5px solid #FF0;
	border-bottom:5px solid #FF0;
}

#avisoHead a {
	color:#C00;
	text-decoration:none;
	font-weight:bold;
}

#avisoHead a:hover {
	color:#000;
}