.TableDotsRight {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #999999;
}
.TableYellowBorderRight {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
}
.UpMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #6d6e71;
	text-decoration: none;
}
.UpMenu a:link {
	color: #6d6e71;
	text-decoration: none;
}
.UpMenu_a_link {
	color: #6d6e71;
	text-decoration: none;
}
.UpMenu a:hover {
	color: #000000;
	text-decoration: underline;
	cursor:hand;
}
.UpMenu_a_hover {
	color: #000000;
	text-decoration: underline;
	cursor:hand;
}
.UpMenu a:visited {
	color: #666666;
	text-decoration: none;
}
.UpMenu_a_visited {
	color: #666666;
	text-decoration: none;
}
.UpMenu a:active {
	color: #FF6600;
	text-decoration: underline;
}
.UpMenu_a_active {
	color: #FF6600;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #3e92e6;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #3e92e6;
}
th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
}
.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.BodyTextSmall {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;	
}
.BodyTextRed 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Red;
}
.BodyText a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: 4681F9;
	text-decoration: none;
}
.BodyText a:hover {
	color: #003399;
	text-decoration: underline;
}
.BodyText a:active {
	color: #FF6600;
	text-decoration: underline;
}
.BodyText a:visited {
	color: #CC3300;
	text-decoration: none;
	font-weight: bold;
}
.ComponentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.ComponentTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
.ComponentText a:link {
	font-weight: bold;
	color: 4681F9;
	text-decoration: none;
}
.ComponentText a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.ComponentText a:hover {
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}
.ComponentText a:active {
	font-weight: bold;
	color: #CC3300;
	text-decoration: underline;
}
.smallText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	margin: 2px;
}
.smallText a:hover {

	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
.smallText a:link {

	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
.smallText a:visited {

	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
.smallText a:active {

	color: #FF6600;
	text-decoration: underline;
}
.SectionTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: 4783C6;
}
.TitleTable {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4783c6;
}
.tableHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7CABE0;
	background-repeat: repeat;
}
.tableGray {
	background-color: efefef;
	background-repeat: repeat;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	background-color: #efefef;
	background-repeat: repeat;
	border: 1px solid #999999;
}
/* el código de esta clase, viene de Luisk, en la última entrega: (nombre original: formButton)*/
.Boton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #003366;
	background-color: #99CCFF;
	background-repeat: repeat;
	border-top: 1px solid #CCFFFF;
	border-right: 1px solid #0066CC;
	border-bottom: 1px solid #0066CC;
	border-left: 1px solid #CCFFFF;
	font-weight: bold;


}
/* El estilo de las clases input, select, y textarea es el mismo que form, se hace así para no tenerlo que poner cada vez que se usa esos elementos 
	El nombre original de la clase era "form"
*/

input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	background-color: #efefef;
	background-repeat: repeat;
	border: 1px solid #999999;
}
select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	background-color: #efefef;
	background-repeat: repeat;
	border: 1px solid #999999;
}
textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	background-color: #efefef;
	background-repeat: repeat;
	border: 1px solid #999999;
}
.CalendarioTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
}
.CalendarioTop a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.CalendarioTop a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.CalendarioDias {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #666666;

}
.CalendarioOtroMes {

	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #e5e5e5;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.CalendarioOtroMes a:link {
	color: #000000;
	text-decoration: underline;
}
.CalendarioDiasSemana {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #99CCFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;

}
.CalendarioDiasSemana a:link {
	color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: none;

}
.CalendarioFinSemana {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #3399CC;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;

}
.CalendarioFinSemana a:link {
	color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: 0px none;

}
.CalendarioInactivo {
	color: #000000;
	text-decoration: line-through;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.CalendarioInactivo a:link {
	cursor:default;
/*	color: #000000;
	text-decoration: line-through;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #999999;
	background-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;*/
}
.CalendarioInactivo a:hover{
	cursor:default;
}
.CalendarioSeleccionado {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #FF9900;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-weight: bold;

}
.CalendarioSeleccionado a:link {

	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
.CalendarioHoy {

	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #006666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-weight: bold;
}
.CalendarioHoy a:link {


	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
.CalendarioTop a:hover {

	font-weight: bolder;
	color: #CC0000;
	text-decoration: none;
}
.CalendarioOtroMes a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}
.CalendarioDiasSemana a:hover {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;

}
.CalendarioFinSemana a:hover {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;

}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}     
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}     


