body {
	margin:0;
	padding:0;
	color:black;
	background:#EBEBEB;
	background:url("/gfx/fondo.jpg") top center repeat-y #ebebeb;
	min-height:100%;
}

html {
	height:100%;
}

* {
	font-family:Tahoma, Arial, Verdana, sans-serif;
	font-size:8pt;
}

a {
	text-decoration:none;
	color:black;
}

p {
	margin:0 0 10px 0;
	padding:0;
}

strong {
	font-weight:bold;
}

td {
	text-align:left;
	vertical-align:top;
}

/* contenedores */

#pagina {
}

#todo {
	width:774px;
	margin:0 auto 0 auto;
}

/* header/menu */

.header {
	padding:47px 5px 5px 5px;
	border-bottom:1px solid #cccccc;
}

.header_busqueda_input_td {
	text-align:right;
	vertical-align:bottom;
	padding-bottom:4px;
}

.header_busqueda_input {
	background:url("/gfx/forms_busqueda.jpg") top left no-repeat;
	padding:5px 7px 0 22px;
	border:0;
	width:90px;
	height:17px;
}

.banner_principal {
	width:470px;
	height:60px;
	/*background:url("/mapadelteatrobanner.jpg") top center no-repeat;*/
	margin:20px auto 30px auto;
}

.menu_principal {
	padding-top:5px;
	padding-bottom:8px;
	border-bottom:8px solid #ff009c;
	margin-bottom:10px;
}

.menu_principal_items {
	padding:0 10px 6px 10px;
	border-bottom:1px solid #cccccc;
}

.menu_principal_items a {
	font-size:7pt;
	font-weight:bold;
	color:black;
	margin-right:15px;
}

.menu_principal_items a:hover {
	color:gray;
}

/* cuerpo */

.contenidos {
}

/* comunes */

.titulo_seccion {
	padding:0 10px 10px 0;
	border-bottom:1px solid #cccccc;
	font-size:14pt;
	font-weight:bold;
	margin-bottom:10px;
}

.titulo_seccion .subtitulo {
	color:#009cea;
	font-size:14pt;
	font-weight:bold;
}

.subtitulo_seccion {
	color:#009cea;
	font-size:14pt;
	font-weight:bold;
	margin-bottom:10px;
}

.subtitulo_seccion .subtitulo {
	color:#009cea;
	font-size:14pt;
	font-weight:normal;
}

.subsubtitulo_seccion {
	font-size:12pt;
	font-weight:bold;
}

.link_item {
	color:#0079d0;
	font-weight:bold;
	font-size:11pt;
}

.link_normal {
	color:#0079d0;
	font-weight:bold;
}

.texto_resaltado {
	font-weight:bold;
	color:#0091DB;
}

/* subbuscador */

.subbuscador {
	background:#0079d0;
	padding:14px;
}

.subbuscador table {
	width:100%;
}

.subbuscador .subbuscador_izquierda {
	font-weight:bold;
	vertical-align:middle;
	font-size:10pt;
}

.subbuscador .subbuscador_derecha {
	text-align:right;
	vertical-align:middle;
	font-weight:bold;
	font-size:10pt;
}

.subbuscador .subbuscador_input {
	background:url("/gfx/forms_subbusqueda.jpg") top left no-repeat;
	padding:5px 7px 0 22px;
	border:0;
	width:90px;
	height:17px;
	font-weight:normal;
	font-size:8pt;
}

/* paginador */

.paginador {
	padding:5px;
	text-align:center;
}

.paginador a {
	font-weight:bold;
	font-size:12pt;
}

.paginador a.actual {
	color:#0091DB;
}

/* calendario */

.calendario {
	width:100%;
}

.calendario tr.titulo td {
	padding:2px;
	color:white;
	background:black;
	text-align:center;
	font-size:11pt;
}

.calendario tr.dias td {
	padding:2px;
	background:black;
	text-align:center;
	color:aqua;
	font-size:11pt;
}

.calendario tr.dias td a {
	color:aqua;
	font-size:11pt;
}

/* footer */

#footer1 {
	height:60px;
	padding-bottom:22px;
	border-bottom:5px solid black;
	margin-bottom:6px;
}

#footer2 {
	border-top:1px solid #cccccc;
	padding-top:71px;
	text-align:center;
	padding-bottom:71px;
}

#footer2 .color1 {
	color:#757575;
}

#footer2 .color2 {
	color:black;
	font-weight:bold;
}