/* Global Styles */

body {
	margin:0px;
	background-image: url(imagenes/fondo_pagina.png);
	background-repeat: repeat-y;
	background-position: center;
	}
	
td {
	font:11px arial;
	color:#333333;
	}


/* Class Styles */

.logo {
	color: #000000;
	letter-spacing:normal;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 10px;
	color: #993300;
	font-weight: bold;
}


.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.bodyText {
	line-height:20px;
	color:#000000;
	font-family: arial;
	font-size: 12px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
.pageName {
	color: #FFFFFF;
	letter-spacing:normal;
	line-height:21px;
	margin: 5px;
	font-family: georgia;
	font-size: 14px;
	}
	
.subHeader {
	font:14px georgia;
	color: #E7DFBA;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
.fondo_tabla {
	background-image: url(imagenes/fondo_tabla.png);
	background-repeat: no-repeat;
	background-position: center center;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin: 10px;
	color: #993300;
	letter-spacing: 1px;
	font-weight: bold;
}

.notas_tabla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: italic;
	line-height: normal;
	margin-right: 10px;
	margin-left: 40px;
}
a:link {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #993300;
}
a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
.tabla_sup {
	background-image: url(imagenes/esquinas/sup.png);
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tabla_inf {
	background-image: url(imagenes/esquinas/inf.png);
}
.tabla_izda {
	background-image: url(imagenes/esquinas/izda.png);
}
.tabla_dcha {
	background-image: url(imagenes/esquinas/dcha.png);
}
