body {
	background-color: #FFFFFF;
	font-family: "Book Antiqua", Arial, Helvetica, sans-serif;
	color: #000099;
	font-size: 12px;	
	scrollbar-face-color: #B9BDDD;
	scrollbar-shadow-color: #eeeeee;
	scrollbar-highlight-color: #eeeeee;
	scrollbar-3dlight-color: #eeeeee;
	scrollbar-darkshadow-color: #eeeeee;
	scrollbar-track-color: #eeeeee;
	scrollbar-arrow-color: darkblue;

}

div.Contenido {
	margin-left: 20px;
	width: 640px;
	text-align: justify;
	padding: 0px;
}

ul {
	margin-bottom: 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.Contenido image {
	border-color: #000000;
	padding: 5px;
	border-width: 1px;
	border-style: solid;	
}

h1 {  
	font-size: 24px; 
	line-height: 30px; 
}

h2 { 
	font-size: 20px; 
	line-height: 24px; 
}

h3 { 
	font-size: 16px; 
	line-height: 24px; 
}

.linkBlanco {
	color: white;
}

td.CeldaTitulo {
	font-weight: bold;
	color:#FFFFFF;
	background:#FF6666;
} 

td.CeldaDestacada {
	background-color: #FFCC99;
	color: #000099;
}

td.CalendarioFecha {
	font-weight: bold;
	color:#FFFFFF;
	text-align: center;
	background-color: #FF6666;
}

td.CalendarioDiaActivo {
	background-color: #FFCC99;
	color: #000099;
	text-align: center;
}

td.CalendarioDiaInactivo {
	color: #000099;
	text-align: center;
}

td.CeldaInformacionTitulo{
	font-weight: bold;
	background-color: #009999;
	color: #000099;
}

td.MenuInactivo{
	font-size: 14px;
	font-weight: bold;
	background-color: #FF9900;
	color: #FFFFFF;
	text-align: center;
}

td.MenuActivo {
	font-size: 14px;
	font-weight: bold;
	background-color: #FF6666;
	color: #FFFFFF;
	text-align: center;
}

.NotaAlPie {
	font-size: 10px;
}

table {
	border-top-color: #FF6666;
	border-right-color: #FF6666;
	border-bottom-color: #FF6666;
	border-left-color: #FF6666;
}
