/* CSS Document */

/* Eliminamos el CSS predeterminado del navegador */

/* Modelos de caja (márgen, espaciado, borde, alineación) */
/* Márgen */
body, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl, dd, form, fieldset, dir, menu {margin:0;}
/* Espaciado */
table {border-spacing: 0;}
pre, tt, code, pre, :before, :after {white-space: normal;}
/* Bordes */
:focus {outline: none;}
hr {border: none;}
/* Alineación */
caption, th {text-align: left;}
sub, sup, thead, tbody, tfoot, td, th {vertical-align: baseline;}
/* Tipografía (familia, tamaño, peso, estilo, decoración) */
/* Familia */
kbd, samp {font-family: inherit;}
/* Tamaño */
h1, h2, h3, h4, h5, h6, big, small, sub, sup {font-size: 1em;}
/* Peso (negritas) */
h1, h2, h3, h4, h5, h6, th {font-weight: normal;}
/* Estilo (cursivas) */
cite, em, var, address {font-style: normal;}
ul, ol {list-style-type: none;}
/* Decoración */
s, strike, del, u, ins, :link, :visited {text-decoration: none;}
ol ul, ul ol, br:before {content: ""}
li {padding:0px; margin:0px;}
h1, h2, h3, h4, h5, h6 {display:inline;}

body {
	color:#666666;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	background-image:url(../img/fondo.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
a {
	color:#FF6000;
}
a:hover {
	color:#FFFFFF;
	background-color:#FF6000;
}
li a:hover {
	color:#FFFFFF;
	background-color:#FF6000;
}
ul {
	text-align:justify;
	padding:15px;
	line-height:20px;
}
li {
	list-style:square;
}
li:hover {
	color:#000000;
}
p {
	margin-top:20px;
	text-indent:30px;
	text-align:justify;
}
img {
	margin-top:10px;
	border:none;
}
select {
	color:#000000;
	font-size:9pt;
	font-weight:600;
}
input {
	color:#000000;
	font-size:9pt;
	font-weight:600;
}
textarea {
	color:#000000;
	font-size:9pt;
	font-weight:600;
}
#contenedor {
	width:700px;
	margin:auto;
	margin-top:20px;
}
#superior {
	text-align:right;
	color:#FFFFFF;
}
#cabeza {
	background-image:url(../img/cabeza/noviembre-07.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:140px;
}
#menu {
	float:left;
	width:174px;
	text-align:left;
	padding:10px;
}
#menu a {
	color:#666666;
}
#menu a:hover {
	color:#FFFFFF;	
}
#cuerpo {
	float:right;
	width:480px;
	padding:10px;
	border-left:1px #999999 solid;
}
#pie {
	text-align:center;
	margin-top:100px;
}
#marco {
	border:1px solid #FF6000;
	padding:10px;
	margin-bottom:20px;
}
#info {
	width:300px;
	font-size:9pt;
	color:#FFFFFF;
	background-color:#FF6000;
	border:#FF6000;
	border-style:outset;
	border-width:2px;
}
#discoteca {
	background-color:#333333;
	color:#FFFFFF;
	padding:10px;
	font-weight:600;
	margin-bottom:10px;
}
#estadisticas {
	border:1px #FF6000 solid;
	background-color:#FFFFFF;
	padding:3px;
}
.discoteca {
	font-size:15pt;
	color:#AAAAAA;
	font-weight:600
}
.d-sala {
	font-size:13pt;
}
.titulo {
	background-color:#FF6000;
	color:#FFFFFF;
	padding:1px 2px 2px 10px;;
	font-size:10pt;
	font-weight:500;
	margin-top:10px;
}
.derecha {
	float:right;
}
.tderecha {
	text-align:right;
}
.tizquierda {
	text-align:right;
}
.izquierda {
	float:right;
}
.centro {
	text-align:center;
}
.noicono {
	list-style:none;
}
.tnaranja {
	color:#FF6000;
}
.tnegro {
	color:#000000;
}
.boton {
	background:#FFFFFF;
	border:1px solid #FF6000;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#FF6000;
	font-weight:600;
}
.boton:hover {
	background:#FF6000;
	border:1px solid #FFFFFF;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#FFFFFF;
	font-weight:600;
}
.fuente {
	float:right;
	color:#FF6000;
}
.aviso {
	font-size:10pt;
	color:#FF6000;
	font-weight:600;
}
.tnegrobold {
	color:#000000;
	font-weight:600;
}
.medio {
	vertical-align:middle;
}
/* ESTOS SON LOS TOOLTIPS */

a.info {
    position:relative; 
    z-index:24;
    text-decoration:none;
	color:#FF6000;
}
a.info:hover {
	z-index:99;
	color:#FFFFFF;
}
a.info span {
	display:none;
	padding:10px;
}
a.info:hover span { 
	display:block;
	position:absolute;
	top:30px;
	left:30px;
	border:1px solid #FF6000;
	background-color:#FFFFFF;
	color:#000000;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	
}
/* FIN TOOLTIP */