body {
	background-color: #FFFFFF;
	background-image: url(fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;

}
A:link, A:active, A:visited  {
	color: #999999;
	text-decoration: underline;
}
A:hover {
	color: #FF0000;
	cursor: hand;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;

}
p.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
}


.texto-negrita {
	font-weight: bold;
}

.texto-cursiva {
	font-style: italic;

}
.texto-teatros {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}
.texto-fechas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	text-align: left;
}
.texto-titulo1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #999999;
	font-weight: bold;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
}


h1 {
	color: #990000;
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: normal;

}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;

}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	text-transform: uppercase;
}

.celda-logo {
	background-color: #df0f1a;
	width: 800px;
}
.celda-pie {
	padding: 10px;
	text-align: center;
}
.celda-menu-pie {
	background-color: #000000;
}

.celda-fondo-i {
	background-image: url(../layout-teatroEDM/bgi.jpg);
	background-repeat:  repeat-y;
	background-position: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF3399;
}
.celda-fondo-d {
	background-image: url(../layout-teatroEDM/bgd.jpg);
	background-repeat:  repeat-y;
	background-position: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF3399;
}
.linea-inferior {
	padding-top: 2px;
	padding-bottom: 15px;
	background-image: url(linea.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.celda-resaltada {
	background-color: #EFEFEF;
}
.celda-menu {
	padding: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-image: url(linea.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
