/* Hoja de estilos  */

body, th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#contenedor {
	display: block;
	width: 750px;
	margin: auto;
}
#header {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
#contenido {
	display: block;
	margin: 0;
	padding: 0;
}
#header #flashheader {
	display: block;
	width: 100%;
	margin: auto;
}
#contenido .thumbnailImg {
	/*margin: 15px 0;*/
	padding: 0;
	padding-bottom:15px;
}
#contenido .thumbnailImg img {
	display: block;
	border: none;
	width: auto;
	margin: auto;
}
#contenido #controles {
	display: block;
	height: 50px;
	margin-bottom: 15px;
}
#salas {
	display: none;
	list-style: none;
	margin: 0;
	padding: 5px 0;
	position: absolute;
	z-index: 3;
	opacity:0;
	filter: alpha(opacity=0);
}
#salas li {
	display:block;
	font-family: Tahoma, Arial, sans-serif, sans;
	font-size: 13px;
	font-weight: bold;
}
#salas li a {
	display:block;
	text-decoration: none;
	padding: 1px 10px;
}
.intro {
	text-align: justify;
	padding: 20px 80px;
}
.datos {
	margin-left: 330px;
	padding-left: 20px;
	border-left: 4px solid #C8D0D3; 
	margin-bottom: 30px;
	margin-top: 15px;
}
.datos p {
	text-align: left;
}
#leermas {
	font-weight: bold;
	margin: 10px 0;
}
#totop {
	position:fixed; 
	bottom:3px; 
	right:15px;
	font-size:16px;
	text-align:center;
}
#totop a {
	text-decoration:none;
}
.intro img {
	float:left;
	margin-right: 10px;
	margin-bottom: 7px;
}	
.tooltip {
	background-color: #444;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	width: 150px;
}
