/*

 Hoja de Estilos
 
*/

/*
 ------ Estilos por defecto ------- 
*/
	
	body {  
		font-family: "Arial";
		font-size: 12px;
		color: #27316C;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		background-color: #FFFFFF;
		scrollbar-face-color: #C9C9E2; 
		scrollbar-shadow-color: #424A80; 
		scrollbar-highlight-color: #424A80; 
		scrollbar-3dlight-color: #FFFFFF; 
		scrollbar-darkshadow-color: #FFFFFF; 
		scrollbar-track-color: #FFFFFF; 
		scrollbar-arrow-color: #000000;
	}
	
	p {  
		font-family: "Arial";
		font-size: 12px;
		color: #102D11;
	}
	
	td {  
		font-family: "Arial";
		font-size: 12px;
		color: #102D11;
	}
	
	li {  
		font-size: 12px;
		color: #27316C;
		list-style-type: square;
	}
	
	A:link {
		color: #27316C;
		font-size: 12px;
		text-decoration: none;
	}
	A:visited {
		color: #27316C;
		font-size: 12px;
		text-decoration: none;
	}
	A:hover {
		color: #5365A3;
		font-size: 12px;
		text-decoration: none;
	}

	INPUT, SELECT, TEXTAREA {
		font-family: Arial;
		font-size: 12px;
		color: #28316B;
	}


/*
 ----- Estilos Generales -----
*/

	.fondoBlanco {
		background-color: #FFFFFF;
		padding-left: 10px;
	}


/*
 ------ Estilos menu ------- 
*/

	.menuTexto {
		font-family: "Verdana";
		color: #28316B;
		font-size: 10px;
		font-weight: bold;
	}

	.menuLink:link {
		font-family: "Verdana";
		color: #28316B;
		font-size: 10px;
		font-weight: bold;
	}
	.menuLink:visited {
		font-family: "Verdana";
		color: #28316B;
		font-size: 10px;
		font-weight: bold;
	}
	.menuLink:hover {
		font-family: "Verdana";
		color: #FFFFFF;
		font-size: 10px;
		font-weight: bold;
	}


/*
 ------ Estilos Pasos ------- 
*/

	.contPasosTituloOn {
		font-family: "Arial";
		color: #023C62;
		font-size: 10pt;
		font-weight: bold;
	}

	.contPasosTituloOff {
		font-family: "Arial";
		color: #FFFFFF;
		font-size: 10pt;
		font-weight: bold;
	}

	.contPasosTexto {
		font-family: "Verdana";
		color: #747474;
		font-size: 10px;
		font-weight: bold;
	}

/*
 ------ Estilos contenidos ------- 
*/

	.contTablaContenedor {
		border-color: #27316C;
		border-style: solid;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 0px;
		border-left-width: 1px;
	}	

	.tituloSeccion {
		font-size: 13px;
		font-weight: bold;
		color: #26326C;
	}
	.tituloSeccionFranja {
		font-size: 13px;
		font-weight: bold;
		color: #FFFFFF;
	}

	.tituloSeccionDestacado {
		font-size: 13px;
		font-weight: bold;
		color: #FF0000;
	}
	.tituloEspectaculo {
		font-size: 12px;
		font-weight: bold;
		color: #26326C;
	}
	.celdaTitulo {
		background-color: #D6D3E8;
		font-size: 12px;
		font-weight: bold;
		color: #28316B;
	}	
	.celda1 {
		background-color: #EEEEF0;
	}
	.celdaInfo{
		background-color: #E8F0E9;
	}
	.celda2 {
		background-color: #D9D9DB;
	}	
	.celda3 {
		background-color: #BFBFBF;
	}	

	.textoNegro {
		font-size: 12px;
		color: #102D11;
	}

	.textoColor {
		font-size: 12px;
		color: #26326C;
	}
	.textoColorDestacado {
		font-size: 12px;
		color: #26326C;
		font-weight: bold;
	}
	.textoColor2 {
		font-size: 12px;
		color: #5BA1C6;
	}
	.textoColor2Destacado {
		font-size: 12px;
		color: #5BA1C6;
		font-weight: bold;
	}
	.textoInfo {
		font-size: 12px;
		color: #4C4C4C;
	}
	.textoAplazado {
		font-size: 12px;
		color: #D50000;
		font-weight:bold;
	}
	.textoNota {
		font-size: 10px;
		color: #4C4C4C;
	}
	.textoInfoDestacado {
		font-size: 12px;
		font-weight: bold;
		color: #4C4C4C;
	}
	.textoMini {  
		font-family: Verdana; 
		font-size: 9px; 
		font-weight: normal;
		color: #212973;
	}	

	a.textoInfoEnlace:link {
	color: #10963F;
	font-size: 12px;
	text-decoration: underline;
	}
	a.textoInfoEnlace:visited {
	color: #10963F;
	font-size: 12px;
	text-decoration: underline;
	}
	a.textoInfoEnlace:hover {
	color: #5365A3;
	font-size: 12px;
	text-decoration: underline;
	}

	a.tEnlaceDestacado:link {
		color: #27316C;
		font-weight: bold;
		font-size: 12px;
		text-decoration: underline;
	}
	a.tEnlaceDestacado:visited {
		color: #27316C;
		font-weight: bold;
		font-size: 12px;
		text-decoration: underline;
	}
	a.tEnlaceDestacado:hover {
		color: #5365A3;
		font-weight: bold;
		font-size: 12px;
		text-decoration: underline;
	}
	
	.contTextoCampoD {
		font-weight: bold;
		color: #626262;
		border: #ABABAB;
		border-style: solid;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		padding-left: 6;
		background-color: #FFFFFF;
	}

	.contTextoCampo {
		color: #626262;
		border: #ABABAB;
		border-style: solid;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		padding-left: 6;
		background-color: #FFFFFF;
	}
	
	.contCampoObligatorio {
		font-size: 13px;
		color: #FF0000;
	}

	.contTextoCampoFecha {
		color: #282828;
		border: #FFFFFF;
		border-style: solid;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		padding-left: 6;
		background-color: #FFFFFF;
	}

/*
 --- Selección Sesión ---
*/
	.SStituloCelda {
		font-size: 12px;
		color: #4A478A;
		font-weight: bold;
	}

	.SSFecha {
		font-size: 12px;
		color: #169841;
		font-weight: bold;
	}
	.SSHora {
		font-size: 12px;
		color: #157DB2;
		font-weight: bold;
	}
	.SSAforoD {
		font-size: 12px;
		color: #013163;
	}
	.SSAforoC {
		font-size: 12px;
		color: #FF0000;
		font-weight: bold;
	}

/*
 ----- Estilos Calendario -----
*/

	.calDiaSemana {
		color: #FFFFFF;
		background-color: #5365A2;
	}
	.calDia {
		color: #28316B;
		background-color: #FFFFFF;
	}
	.calDiaCompleto {
		color: #28316B;
		background-color: #FFFFFF;
		background-image: url(../imagenes/aspa.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.calDiaSeleccion {
		color: #28316B;
		background-color: #58E19D;
	}
	
/*
 ----- Estilos ventana -------	
 */
 
 	.cuerpo {  
		font-family: "Arial";
		font-size: 12px;
		color: #27316C;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 10px;
		margin-right: 10px;
		background-color: #FFFFFF;
		scrollbar-face-color: #FFFFFF;
		scrollbar-shadow-color: #CCCCCC;
		scrollbar-highlight-color: #CCCCCC;
		scrollbar-3dlight-color: #FFFFFF;
		scrollbar-darkshadow-color: #FFFFFF;
		scrollbar-track-color: #FFFFFF;
		scrollbar-arrow-color: #AAAAAA;
	}
	
	.contTablaContenedorPopUp {
		border-color: #27316C;
		border-style: solid;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
	}	
