/*      estilos generales    */
body  {
	font-family : arial,verdana,helvetica;
	font-size : 9pt;
	background-color : #ffffff;
	margin: 0 auto 0 auto;
	text-align: center;
	background-color:transparent;
	color:#2e2e2e;
	overflow-x:auto;
	overflow-y:none;
}

th  {
	font-family : arial,verdana,helvetica;
	font-weight: bold;
	font-size : 10pt;
}

P, TD, INPUT, TEXTAREA, SELECT  {
	font-family : arial,verdana,helvetica;
	font-size : 9pt;
	color:#2e2e2e;
	margin: 0;

}


a.integrado:link {
	color: inherit;
	text-decoration: none;
}
a.integrado:visited {
	color: inherit;
	text-decoration: none;
}
a.integrado:hover{
	color: blue;
	text-decoration: underline ;
}
hr {
	height:0px;
	width:100%;
	border:none;
	border-top:2px #1983C0 solid;
}

form  {
	margin-top: 0px;
}

h1,h2,h3,h4 {
	font-weight: bold;
	margin: 0;
}
h1 {
	font-size: 30px;
	line-height: 36px;		
}
h2 {
	font-size: 24px;
	line-height: 36px;		
}
h3 {
	font-size: 20px;
	line-height: 30px;		
}
h4 {
	font-size: 16px;
	line-height: 26px;		
}

 p, ul, ol, dl, blockquote, pre, iframe, object, hr {
line-height: 1.5em;
}



/*       estilos cuerpo      */
.border_shadow{
	border-radius:5px;
	box-shadow: 3px 3px 3px #888888;
	
}

.miTabla TD{
	font-family: arial,verdana; 
	font-size: 9pt; 
}

a.noticia:link {
	color: #1983C0;
text-decoration: none;
}
a.noticia:visited {
	color: #1983C0;
text-decoration: none;
}
a.noticia:hover{
	color: #1983C0;
text-decoration: underline ;
}


/*         estilos index      */
.normal{
	font-family:arial,verdana,helvetica;
	font-size: 13px; 
	color:#2E2E2E;
	background-image:none;

}

.seleccion{
	font-family:arial,verdana,helvetica;
	font-size: 13px; 
	color:#1983C0;
	font-weight:bold;
	background-image:url(img/barra_sel.png);


}
.brillo{
	font-family:arial,verdana,helvetica;
	font-size: 13px; 
	color:white;
	font-weight:bold;
	background-image:url(img/barra_semi2.png);

}

/*        estilos reservas    */

.altn  {
	font-family : arial,verdana,helvetica;
	font-size : 10pt;
	color: #ffffff;
	background-color: #666666;
}

.tit  {
	font-family : arial,verdana,helvetica;
	font-size : 10pt;
	color: #ffffff;
	background-color: #333333;
	font-weight: bold;
}

.fs	{
	font-family : arial,verdana,helvetica;
	background-color:	#FFFFFF;
	color:	#FFFFFF;
	font-weight: bold;
	text-align:	center;
	}
TD.da{
	font-family : arial,verdana,helvetica;
	background-color: Yellow;
	color:	#FFFFFF;
	font-weight: bold;
	text-align:	center;
	border-style:solid; 
	border-width:1px; 
	border-color:silver;
}
TD.da:has(>a.festivo) {
	border-color:red;
	font-weight: bold;
}

TD.borde {
  border-style:solid; 
  border-width:1px; 
  border-color:silver;
}
TD.borde:has(> a.festivo) {
	border-color:red;
	font-weight: bold;
  }

TD.fondo {
  border-style:solid; 
  border-width:1px; 
  border-color:silver;
  background:LightGrey;
}
TD.fondo:has(> a.festivo)  {
	border-color:red;
	font-weight: bold;
  }
  
.gray{
	font-family : arial,verdana,helvetica;
	color:	DimGray;
}
.orange	{
	font-family : arial,verdana,helvetica;
	color:	orangered;}
	
a.enlace:link {color: blue;text-decoration: none; }
a.enlace:visited {color: blue;text-decoration: none;}

a.jugada:link {color: black;text-decoration: none;}
a.jugada:visited {color: black;text-decoration: none;}
a.jugada:hover{color: blue;text-decoration: underline ;}

a.luz:link {color: orangered;text-decoration: none;}
a.luz:visited {color: orangered;text-decoration: none;}

a.black:link{color: Purple;}
a.black:visited{color: Purple;}
	
a.blanco:link {color: white;text-decoration: none;}
a.blanco:visited {color: white;text-decoration: none;}

a.gris:link {color: DimGray; text-decoration: none;}
a.gris:hover {color: blue; text-decoration: underline;}

a.gris_claro:link {color: silver; text-decoration: none;}
a.gris_claro:hover {color: silver; text-decoration: underline;}

a.negro:link {color:black; text-decoration: none;}
a.negro:visited {color:black; text-decoration: none;}
a.negro:hover {color:blue; text-decoration: underline;}

a.festivo:link {color:red; text-decoration: none;}
a.festivo:visited {color:red; text-decoration: none;}
a.festivo:hover {color:red; text-decoration: underline;}
