/* generales */
body {
	margin:0px;
	width:100%;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #31445E;
	}
	
a {
	color: #FFFFFF;
	font-weight:bolder;
	text-decoration:none;
	vertical-align: middle;
	}
	
a:hover {
	color: #FF9900;
	}


/* dias y teatro */
.programacionTeatro{
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-family: "Courier New", Courier, monospace;
}

.programacionFechas{
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-family: "Courier New", Courier, monospace;
}

.programacionFechas a{
	color: #FF9900;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-family: "Courier New", Courier, monospace;
}


.programacionFechas b{
	color: #FF9900;
	font-weight: bold;
}

.programacionObra{
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-family: "Courier New", Courier, monospace;
	text-transform: lowercase;
	font-weight: normal;
}

.programacionObra a:hover{
	color: #FF9900;
	font-size: 12px;
	text-transform: lowercase;
}


/* contenido*/
.texto{
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: normal;
	padding: 10px;
	text-align: justify;
	color: #FFFFFF;
	margin: 10px;
}

.texto td{
	vertical-align: top;
	clear: none;
	float: none;
	position: absolute;
}

.texto i, em{
	color: #FF9900;
	font-style: italic;
	font-weight: bold;
}

.texto strong{
	color: #FF9900;
	font-weight: normal;
}

.texto b{
	color: #FF9900;
	font-weight: normal;
}

.encabezadoTexto{
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bolder;
	margin: 20px;
	padding: 20px;
	text-align: justify;
	color: #FF9900;
}

.construccion{
	font-size: 18px;
	color: #FF9900;
	text-align: center;
}

.scroll 
{
	scrollbar-face-color: #225A84; 
	scrollbar-shadow-color: #BFB955; 
	scrollbar-highlight-color: #EEEEEE; 
	scrollbar-3dlight-color: #225A84; 
	scrollbar-darkshadow-color: #225A84; 
	scrollbar-track-color: #539CCD; 
	scrollbar-arrow-color: #539CCD;
}

