#contenedor
{	
	margin: auto;
	padding: 0px;
	text-align: center;
	width: 100%;
}
#pie
{
	margin: auto;
	padding: 0px;
	text-align: center;
	width: 100%;
}
#pie_links
{
	background-image:url(../img/fondo_pie.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 25px;
	margin: auto;
	padding: 0px;
	width: 100%;
}
#pie_links ul
{
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
#pie_links li
{
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px 3px 0px 3px;
}
#pie_links a
{
	color: #999999;
	text-decoration: none;
}
#pie_links a.new
{
	color: #FFFF00;
	text-decoration: none;
}
#pie_links a:hover
{
	color: #FFFF00;
	text-decoration: underline;
}
#pie_copy
{
	padding-top: 25px;
}
BODY
{
	background-color: #000000;
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}
IMG
{
	border: 0px;
}
TD
{
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.mant
{
	color:#FFFF00;
	font-size: 16px;
	font-weight: bold;
}
a
{
	color:#FFFF00;
}

h1
{
	font-size: 36px;
	margin: 0px;
	padding: 0px;
}
h3
{
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}
h4
{
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

#agenda
{
	background-color: #333;
	background-image: url(../img/agenda_fondo.jpg);
	color: #000;
	margin: 0px auto;
	padding: 20px;
}
		#agenda h1
		{
			background-image: url(../img/agenda_titulo_fondo.png);
			background-repeat: no-repeat;
			color: #FFF;
			margin: 0px 0px 10px 0px;
			padding: 0px 0px 0px 140px;
		}
		#agenda table
		{
			border: none;
			margin: 20px auto;
			width: 100%;
		}
				#agenda table th
				{
					background-image: url(../img/agenda_meses_fondo.png);
					background-repeat: repeat-x;
					color: #FFF;
					font-size: 24px;
					line-height: 28px;
					text-align: left;
				}
				#agenda table tr td
				{
					background-image: url(../img/agenda_tabla_registro_fondo.png);
					background-position: center;
					background-repeat: repeat-x;
					color: #000;
					font-size: 12px;
					line-height: 12px;
				}
				#agenda table tr.data td
				{
					background-image: url(../img/agenda_tabla_titulo_fondo.png);
					background-repeat: repeat-x;
					color: #FFF;
					font-size: 12px;
					line-height: 12px;
				}
						#agenda table tr td a.external
						{
							color: #000;
						}
