/* Eventos Científicos. Web CNIO - www.cnio.es - MAY2007  -*/

/* Selectores tipo
----------------------------------*/

/* paginas de pago */

h5{
	margin-bottom:5px;
	color:#D35511;
	border-bottom:1px solid #D35511;
}

dt{
	height:2em;
	width:12em;
	float:left;
	font-weight:bold;
	}
dd{
	height:2em;
}


/* layout
------------------------------------------*/
	
div#tapiz{
	background:#fff url(/eventos/gif/fondo-rayado.gif) left top repeat-y;
}

div#tapizFormEventos{
	width:745px;
	width:745px;
	margin:0;
	background:#fff;
}

div#contenido{
	margin:0 10px 0 15px;
	padding:0;
	/*width:740px;*/
	width:540px;
	float:left;
	clear:none;
}

@media all and (max-width:980px) {
	div#contenido{
		width:540px;
	}
}

#tapizFormEventos div#contenido{
	margin:0 0.5em;
	width:auto;
	float:none;
}


/* contenido
------------------------------------------*/

.eventoHis{
	color:#D35511;
	background:#fff url(../gif/linea.gif) left bottom no-repeat;
}

.evento{
	padding: 0.3em 0.3em 0 0.5em;
	border-radius-topright:6px;
	border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	background:#FCF1E4 url(/eventos/gif/linea.gif) left bottom no-repeat;
}

div.fechas{
	padding: 0 0.3em 0.3em 0.5em;
	border-radius-bottomright:6px;
	border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;	color:#D35511;
	font-size:90%;
	background:#FCF1E4;
}

div.fechasHis{
	padding: 0 0.3em 0.3em 0.3em;
	color:#D35511;
}

.ulEvento{
	margin:1em 0 2em 0;
	padding-left:1em;
}

div#contenido ul.ulEvento li{
	margin-bottom:.3em;
	padding-left:10px;
	list-style-image:none;
	list-style:none;
	background:transparent url(../gif/bullet.gif) no-repeat 0 0.6em;
	}

#etapa{
	margin-top:1.5em;
	margin-bottom:1.5em;
	letter-spacing:.1em;
	color:#E9A03F;
	font-weight:bold;
}

#etapa img{
	margin-right:1em;
	}

/* navegacion
------------------------------------------*/

#navegacion {
	padding:0;
	margin:-9px 0 0 0;
	width:180px;
	float:left;
	border-top:1px solid #666;
	list-style: none;
	}
	
#navegacion li#navOn{
	background:#ffe4af url(/img/fondo-submenu.gif);
	padding: 8px 0px 8px 12px;
	border-bottom:1px solid #666;
	border-right:1px solid #ccc;
	color:#f90;
	font-weight:bold;
	font-size:12px;
	}
	
#navegacion li.navMenu{
	background:#E87C00;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	border-top:1px solid #f5f5f5;
	border-bottom:1px solid #666;
	padding: 8px 0px 8px 5px;
	}
	
#navegacion li a{
	display:block;
	padding:10px;
	text-decoration:none;
	border-top:1px solid #f5f5f5;
	border-bottom:1px solid #666;
	background:#EFA34A;
	padding: 8px 0px 8px 12px;
	font-size:12px;
		}
		
#navegacion li a:hover{
	border-top:1px solid #666;
	border-bottom:1px solid #f5f5f5;
	color:#000;
	}
	
#listaHotel{
	height:80px;
	background:transparent url(/eventos/gif/listHotels.gif) no-repeat;
	}
	
#navegacion li#listaHotel a {
	color:#fff;
	text-decoration:none;
	padding: 18px 0 8px 50px;
	font-size:12px;
	font-weight:bold;
	height:15px;
	background:transparent url(../gif/listHotels.gif) no-repeat;
	border-top:none;
	border-bottom:none;
}

#navegacion li#listaHotel a:hover{
	text-decoration:underline;
	}	
	

/* pagina de acceso a los speakers 
------------------------------------------*/

.accesoError{
	color:#F00;
	font-size:16px;
}

