A:link, A:active, A:visited  {
	color: #999999;
	text-decoration: underline;
}
A:hover {
	color: #FF0000;
	cursor: hand;
}

.link-menu:link {
	color: #ddcd97;
	text-decoration: none;
}
.link-menu:active {
	color: #ddcd97;
	text-decoration: none;
}
.link-menu:visited {
	color: #ddcd97;
	text-decoration: none;
}
.link-menu:hover{
	color: #CC0000;
	text-decoration: none;

}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;

}

.texto-negrita {
	font-weight: bold;
}

.texto-cursiva {
	font-style: italic;

}
.text-fechas-teatro {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #999999;
	font-style: italic;
	text-decoration: underline;
}

.text-titulo-teatro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #CC0000;
}

h1 {
	color: #a48c4b;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;

}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #CC0000;
	font-weight: normal;
	font-size: 30px;
	letter-spacing: 1px;
	text-transform: capitalize;

}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #CC0000;
}


body {
	background-color: #d20000;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;

}
.celda-titulo {
	background-color: #000000;
	text-align: center;
	background-image: url(titulo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f1d482;
	border-bottom-color: #f1d482;
}

.celda-menu {
	background-color: #000000;
	padding: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.celda-contenido {
	background-color: #FFFFFF;
}


.celda-logo {
	background-color: #df0f1a;
	width: 800px;
}
.celda-pie {
	background-color: #000000;
	padding: 10px;
	text-align: center;
}
.celda-menu-pie {
	background-color: #000000;
}
.linea-inferior {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
}

