body {
	background-image:url(img/fdo_pag.png);
	background-repeat:repeat-x;
	background-color: #820202;
	text-align: center;
	vertical-align: top;
	font-family:Tahoma;
	font-size:12px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.txtbox {
	font-size:11px;
}

#contenido {
	width:838px;
	margin:auto;
	padding-top:15px;
}

/*FONDO PAGINA*/
#sup_izq {
	background-image:url(img/sup_izq.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:13px;
	width:19px;
}

#sup {
	background-image:url(img/sup.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:13px;
}

#sup_der {
	background-image:url(img/sup_der.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:13px;
	width:19px;
}

#inf_izq {
	background-image:url(img/inf_izq.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:19px;
	width:19px;
}

#inf {
	background-image:url(img/inf.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:13px;
}

#inf_der {
	background-image:url(img/inf_der.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:19px;
	width:19px;
}

#izq {
	background-image:url(img/izq.png);
	background-position:left top;
	background-repeat:repeat-y;
	width:19px;
}

#der {
	background-image:url(img/der.png);
	background-position:left top;
	background-repeat:repeat-y;
	width:19px;
}

/*PIE*/
.pie {
	font-size:10px;
	color:#900;
}
.pie_blanco {
	font-size:10px;
	color:#FFF;
}
.pie_a {
	font-size:10px;
	color:#FF0
}

.horario_tlt {
	color:#F00;
	font-weight:bold;
}
.horario_txt {
	color:#FFF;
}
.menu {
	font-family:Arial;
	font-size:14px;
	color:#FFF;
	height:25px;
	text-align:left;
	border-bottom:#FFF dotted 1px;
}
.menu_txt {
	font-family:Arial;
	font-size:14px;
	color:#FFF;
	text-align:left;
}
.titulos {
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
	color:#F00;
}
.texto_secciones {
	color:#F4F4F4;
	text-align:justify;
}
.subtitulos {
	font-family:Arial;
	font-size:18px;
	color:#900;
}
.texto_desc_list {
	color:#F4F4F4;
	text-align:justify;
	font-size:11px;
}
.divisor_lista {
	border-bottom:#FFF dotted 1px;
}
.divisor_subcat {
	border-bottom:#FFF dotted 1px;
	border-top:#FFF dotted 1px;
	color:#FFF;
}