/* Documento hoja de estilos CSS */

/* Para la web (General) */
body {
	background-image: url(../imagenes/web/fondo4.gif);
	margin: 10px;
	color: #D0D0D0;
	background-color: #171717;
	scrollbar-face-color: #212121;
	scrollbar-highlight-color: #404040;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #616161;
	scrollbar-arrow-color:  #A1A1A1;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;
}

font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; }

a:link {
	color: White;
	text-decoration: none;
}

a:hover {
	color: Maroon;
	text-decoration: underline;
}

a:visited {
	color: White;
	text-decoration: none;
}

a:visited:hover {
	color: Maroon;
	text-decoration: underline;
}

/* Menus distintas paginas (menuProvincias, menuAbecedario) */
a.submenus:link, a.submenus:visited, a.submenus:visited:hover {
	color: White;
	padding: 10px 0px 10px 0px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	height: auto;

}

a.submenus:hover {
	color: White;
	text-decoration: underline;
	background-color: Maroon;
	padding: 10px 0px 10px 0px;
	vertical-align: middle;
	text-align: center;
	height: auto;
	}

/* Tabla de Titulos de pagina */
.TituloPagina {
	background: url(../imagenes/web/hdr_mid.gif) left bottom repeat-x;
	font-size: medium;
	font-weight: bold;
	color: #C4C4C4;	
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
	width: 400px;	
	background-color: Black;
	background-position: center center;
	}	

.TituloPagina-mid { padding-top: 2px; }

	
.TituloError {
	color: #900000;
	font-style: normal;
	background: Black;
	border: thin solid #800000;
	height: 30px;
	font-size: medium;
	font-weight: bold;
	background-position: center;
	background-color: Black;
}
	
.TablaContenedor {
	border: 0px none;
	background-position: center top;
	vertical-align: middle;
	width: 98%;
	color: #E6E6E6;
	text-align: justify;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	}

.Banners {
	border: 1px solid #800000;
	background-position: center center;
	height: 60px;
	width: 468px;
	vertical-align: middle;
	text-align: center;
	}

TABLE.Noticias {
	border-width: 2px 2px;
	border-color: 900000;
	border-style: none none dotted dotted;
	margin-left: 10px;
	background: #000000;
	background: url(../imagenes/web/fondo.gif);
	}

TD.Cronica {
	border-width: 1px 1px;
	border-color: Maroon;
	border-style: none none dotted dotted;
	margin-left: 10px;
	background: url(../imagenes/web/fondo.gif);
	}

TABLE.MuroVirtual {
	background: url(../imagenes/web/ladrillos.jpg);
	width: 100%;
	border: 2px solid #800000;
	
	}
	
.FondoGeneral {
	border-width: 2px 2px 2px 2px;
	border-color: #900000;
	border-style: dotted dotted dotted dotted;
/* background: #000000; */
	background: url(../imagenes/web/fondo4.jpg);
	height: 100%;
	}	

TABLE.Anuncios {
	border-width: 2px 2px 2px 2px;
	border-color: 900000;
	border-style: dotted dotted dotted dotted;
	background: #000000;
	background: url(../imagenes/web/fondo.gif);
	}	

TABLE.CajaFormulario {
	border-width: 2px 2px 2px 2px;
	border-color: 900000;
	border-style: dotted dotted dotted dotted;
	background: #000000;
	background: url(../imagenes/web/fondo.gif);
	}	
	
TABLE.CajaNoticias {
	border-width: 2px 2px 2px 2px;
	border-color: 900000;
	border-style: dotted dotted dotted dotted;
	/*  background: url(../imagenes/web/fondo.gif); */
	background: #171717;
	
	}		
	
.Titulos {
	font-size: 14px;
	color: #F5F5F5;
	
	font-style: normal;
	border: 1px solid #800000;
	height: 30px;
	background: url(../imagenes/web/fondo.gif);
	
}

.NovedadesTitulos {
	font-size: 14px;
	color: #F5F5F5;
	font-weight: bold;
	font-style: normal;
	border: 2px solid #800000;
	height: 30px;
	background: url(../imagenes/web/fondo.gif);
}

.NovedadesCajas {
	border-left: 1px solid Maroon;
	border-right: 1px solid Maroon;
	border-bottom: 1px solid Maroon;
}
	
TABLE.Submenus, TD.Submenus {
	font-size: 12px;
	color: #AA0000;
	font-weight: bold;
	font-style: normal;
	border: 1px solid #800000;
	height: 30px;
	valign: middle;
	background: url(../imagenes/web/fondo.gif);
	}
/* Textos de la pagina */

.MenuBanderas {
	height: 20px;
	width: 30px;
	border: 1px solid #800000;
	margin: 2px 2px;
}


/* Texto Celda de los Titulos */

.enlace     { color=#0080ff: 8pt; text-decoration: none; line-height: 100% }

.componentes { text-align: left; line-height: 150%; font-family: Arial; color: #FFFFFF; font-size: 
               10pt; margin-top: 0; margin-bottom: 0; word-spacing:0 }

/* Para hoja de los conciertos */


.LinkGrupos  {
	color: #C0C0C0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px }

.LinkLetras {
	color: #AA0000;
	font-style: normal;
	background: url(../imagenes/web/fondo.gif);
	border: thin solid #800000;
	height: 30px;
	font-size: medium;
	font-weight: bold;
	background-position: center;
}
div.DivLetra {
	color: #AA0000;
	font-style: normal;
	background: url(../imagenes/web/fondo.gif);
	font-size: medium;
	font-weight: bold;
	border: 2px solid Maroon;
	text-align: center;
	width: auto;
	vertical-align: middle;
	}

.LineaRoja {color: #800000;}

/* Documento hoja de estilos CSS */
	
/* Textos de la pagina */

/* Textos de la pagina:
	Nor = Normal, Peq = Pequeño, Gra = Grande
	Bla = Blanco, Nar = Naranja, Gri = Gris, etc
	May = Mayusculas, Min = Minusculas
*/
/* General text */
.TextoGenGra { font-size: 12px; }
.TextoGenMed { font-size: 11px; }
.TextoGenPeq { font-size: 10px; }
.TextoGenGra,.TextoGenMed,.TextoGenPeq { color: #D0D0D0; }
a.gen,a.genmed,a.gensmall { color: #C49400; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FFFFFF; text-decoration: underline; }

.TextoObligado {color: #CC0000;}

.TextoNorBla  {
	color: #F5F5F5;
	text-align: justify;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	}

.TextoNorMar  {
	color: #900000;
	text-align: justify;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	}	

.TextoNorNar {
	color: #C49400;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	}

.TextoNorGri {
	color: Gray;
	text-align: justify;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	}

.TextoNorRoj {
	color: #FF0000;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	}

.TextoNorVer {
	color: olive;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	}
	
.TextoGraBlaNeg {
	color: #F5F5F5;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	}

.TextoNorBlaNeg {
	color: #C4C4C4;	
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	}

.TextoNorMarNeg  {
	color: #900000;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	}
	
.TextoNorNarNeg {
	color: Orange;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	}

.TextoNorGriNeg {
	color: Gray;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	}

.TextoNorRojNeg {
	color: #FF0000;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	}

.TextoNorVerNeg {
	color: olive;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	}
		
.TextoPeqBla {
	font-size: xx-small;
	color: #F5F5F5;
	font-weight: normal;
	}	

.TextoPeqBlaNeg {
	font-size: xx-small;
	color: #F5F5F5;
	font-weight: bold;
	}	
	
.TextoGraBlaNeg {
	color: #F5F5F5;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	}

.TextoPeqBlaMayNeg {
	font-size: xx-small;
	color: #F5F5F5;
	font-weight: bold;
	text-transform: uppercase;
	}		

.TextoPeqNar {
	font-size: xx-small;
	color: Orange;
	font-weight: normal;
	}	

.TextoPeqNarInc {
	font-size: xx-small;
	color: Orange;
	font-weight: normal;
	font-style: oblique;
	}	

.TextoPeqNarMay {
	font-size: xx-small;
	color: Orange;
	font-weight: normal;
	text-transform: uppercase;
	}	
	
.TextoPeqNarMayNeg {
	font-size: xx-small;
	color: Orange;
	font-weight: bold;
	text-transform: uppercase;
	}		
	
.TextoGraVerNeg {
	color: #ABBD46;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	}

.TextoPeqVer {
	font-size: xx-small;
	color: Olive;
	font-weight: normal;
	}

.TextoPeqVerNeg {
	font-size: xx-small;
	color: Olive;
	font-weight: bold;
	}
	
.TextoPeqVerMay {
	font-size: xx-small;
	color: Olive;
	text-transform: uppercase;
	}

.TextoPeqGri {
	font-size: xx-small;
	color: Gray;
	font-weight: normal;
	}	

.TextoPeqGriNeg {
	font-size: xx-small;
	color: Gray;
	font-weight: bold;
	}

.TextoPeqRoj {
	font-size: xx-small;
	color: #FF0000;
	font-weight: normal;
	}
	
.TextoPeqRojTach {
	font-size: xx-small;
	color: #FF0000;
	text-decoration: line-through;
	}

.TextoPeqRojMay {
	font-size: xx-small;
	color: #FF0000;
	font-weight: normal;
	text-transform: uppercase;
	}
	
.TextoPeqRojNeg {
	font-size: xx-small;
	color: #FF0000;
	font-weight: bold;
	}		

.TextoPeqRojNegTac {
	font-size: xx-small;
	color: #FF0000;
	font-weight: bold;
	text-decoration: line-through;
	}

.TextoTitulos {
	color: #CC0000;
	font-weight: bold;
	font-size: medium;
	}
	
.Caratulas {
	border: 1px solid #800000;
	width:125px;
	height:125px;
	vertical-align: middle;
	ruby-align: center;
	position: static;
	}

/* Imagenes y logos de las Salas (Conciertos Salas) y Promotores (Cortesia cronicas) */	
.LogoSalas {
	vertical-align: middle;
	border: 1px solid #800000;
	background-position: center center;
	margin: 1px;
	height: 40px;
	width: 140px;
	}

.LogoPromotor {
	vertical-align: middle;
	height: 40px;
	width: 140px;
	border: 1px solid Maroon;
	margin: 1px;
	background-position: center center;
}
/* Imagenes (Fotos) de Conciertos */
	/* Foto a la izquierda */
IMG.imagen_cronica_peque {
	margin: 0px 3px 0px 0px;
	height: 105px;
	width: 150px;
	border: 1px solid Maroon;
	background-position: left;
	}
	
IMG.fotoizq250 {
	margin: 0px 5px 0px 0px;
	height: 190px;
	width: 250px;
	border: 1px solid Maroon;
	background-position: left;
	float: left;
	}
	
IMG.fotoizq190 {
	margin: 1px 3px 1px 0px;
	height: 250px;
	width: 190px;	
	border: 1px solid Maroon;
	background-position: left;
	float: left;
	}

	/* Foto a la derecha */	
IMG.fotoder250 {
	margin: 0px 0px 0px 5px;
	height: 190px;
	width: 250px;
	border: 1px solid Maroon;
	background-position: right;
	float: right;
	}
	
IMG.fotoder190 {
	margin: 1px 0px 1px 3px;
	height: 250px;
	width: 190px;
	border: 1px solid Maroon;
	background-position: right;
	float: right;
}


.banderas {
	height: 14px;
	width: 20px;
	border: 1px solid #800000;
}

	/* Formularios */	
.form_celda {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: White;
	background-color: #3A3A3A;
	border: #800000;
	border-style: solid;
	border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
	}

.form_celda_error {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: Orange;
	background-color: #3A3A3A;
	border: #800000;
	border-style: solid;
	border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
	}	

.Form_Boton {
	background-color: #800000;
	color: white;
	font-size: 11px;
	font-family: Verdana, Arial;
	font-weight: bold;
}	

.FormSelect {

	font-family: Verdana, Arial;
	font-size: 11px;
	color: white;
	background-color: #3A3A3A;
	border: #800000;
	border-style: solid;
	border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
	}

/* Imagenes de la seccion NOTICIAS. */
IMG.noticia {
	margin: 0px 5px 5px 0px;
	border: 1px solid Maroon;
	background-position: left;
	float: left;
	}


	
.Carteles {
	border: 1px solid #800000;
	width:140px;
	height:200px;
	vertical-align: middle;
	}
	
/* 	Zona de ADMINISTRACION */
.Celda_Color_1 {
	background-color: #0B0B0B;  /* alt row color 1 */
}

/* main table alternate row color */
.Celda_Color_2 {
	background-color: #3F0000; /* alt row color 2 */
}

/* Para el Calendario */

#calendarDiv{
	position:absolute;
	width:205px;
	border:1px solid #317082;
	padding:1px;
	background-color: #FFF;
	font-family:arial;
	font-size:10px;
	padding-bottom:20px;
	visibility:hidden;
}
#calendarDiv span,#calendarDiv img{
	float:left;
}
#calendarDiv .selectBox,#calendarDiv .selectBoxOver{
	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv .selectBoxTime,#calendarDiv .selectBoxTimeOver{	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv td{
	padding:3px;
	margin:0px;
	font-size:10px;
}

#calendarDiv .selectBox{
	border:1px solid #E2EBED;		
	color: #E2EBED;
	position:relative;
}
#calendarDiv .selectBoxOver{
	border:1px solid #FFF;
	background-color: #317082;
	color: #FFF;
	position:relative;
}
#calendarDiv .selectBoxTime{
	border:1px solid #317082;		
	color: #317082;
	position:relative;
}
#calendarDiv .selectBoxTimeOver{
	border:1px solid #216072;	
	color: #216072;
	position:relative;
}

#calendarDiv .topBar{
	height:16px;
	padding:2px;
	background-color: #317082;
}

#calendarDiv .activeDay{	/* Active day in the calendar */
	color:#FF0000;
}

#calendarDiv .todaysDate{
	height:17px;
	line-height:17px;
	padding:2px;
	background-color: #E2EBED;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:201px;
}
#calendarDiv .todaysDate div{
	float:left;
}
	
#calendarDiv .timeBar{
	height:17px;
	line-height:17px;
	background-color: #E2EBED;
	width:72px;
	color:#FFF;
	position:absolute;
	right:0px;
}

#calendarDiv .timeBar div{
	float:left;
	margin-right:1px;
}


#calendarDiv .monthYearPicker{
	background-color: #E2EBED;
	border:1px solid #AAAAAA;
	position:absolute;
	color: #317082;
	left:0px;
	top:15px;
	z-index:1000;
	display:none;

}
#calendarDiv #monthSelect{
	width:70px;
}
#calendarDiv .monthYearPicker div{
	float:none;
	clear:both;	
	padding:1px;
	margin:1px;	
	cursor:pointer;
}
#calendarDiv .monthYearActive{
	background-color:#317082;
	color: #E2EBED;
}

#calendarDiv td{
	text-align:right;
	cursor:pointer;
}

#calendarDiv .topBar img{
	cursor:pointer;
}
#calendarDiv .topBar div{
	float:left;
	margin-right:1px;
}
/* ESTILO para la pagina de Entrevistas */
.entrevista_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #D36912;
	text-decoration: none;
}

.entrevista_pregunta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C49400;
	font-weight: normal;
	font-size: x-small;
	text-align: justify;
	font: italic;
}

.entrevista_respuesta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #FAFAFA;
	text-align: justify;
}

/* Header cells - the blue and silver gradient backgrounds */
th, td.spaceRow, td.th {
	color: #D8AFAF; 
	font-size: 12px; 
	font-weight: bold;
	background: #702424 url(../imagenes/web/th.gif) top left repeat-x;
	white-space: nowrap;
	padding: 0 5px;
	text-align: justify;
	height: 30px;
	border-left: solid 1px #7C1C1C;
	border-right: solid 1px #510606;
	border-top: solid 1px #8E1B1B;
	border-bottom: solid 1px #4A0605;
	vertical-align: middle;
}

/* Main table cell colours and backgrounds */
td.CeldaFormulario, td.row2, td.row3, td.row3Right, td.postbottom {
	color: #C4C4C4;	
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #3C3C3C;
	border-bottom: solid 1px #131313;
	background: #262626 url(../imagenes/web/celda.gif) top left repeat-x;
}

.Div_informacion {
	position:absolute;
	width:200px;
	border-width: 2px 2px 2px 2px;
	border-color: #900000;
	border-style: dotted dotted dotted dotted;
	margin-left: 5px;
	z-index:1;
	background-color: #000000;
	background: url(../imagenes/web/fondo.gif);
	visibility: hidden;
	padding-left: 2px;
	padding-top: 2px;
	font: xx-small;
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
.Div_Info_Titulo {
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
	}
	