body{
	font-family: Verdana;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

/* Clases del menu */
table.MenuPrincipal td { font-size:12px; color:#a6a7a9 }
table.MenuPrincipal td a { display:block; color:#002e80; text-decoration:none }
table.MenuPrincipal td a:hover { color:#002e80; text-decoration:none; border-bottom: 2px solid #a6a7a9}

table.MainMenu td a { display:block; color: #999999; text-decoration:none; padding: 10px 20px 5px 20px; margin:0px 2px 0px 2px; border-bottom: 2px solid #FFFFFF;}
table.MainMenu td a#sel { color: #666666; border-bottom: 2px solid #5C9131; }

/* ligas */
table.MenuLigaChicaAzul td { font-size:10px; }
table.MenuLigaChicaAzul td a { color:#002e80 ; text-decoration:none}
table.MenuLigaChicaAzul td a:hover { color:#002e80; background-color:#a6a7a9 }

table.TablaNumeros td { font-size:10px}

.ligaChicaAzul { color:#002e80 ; text-decoration:none}
.ligaChicaAzul:hover { color: #7F2800; text-decoration:none; border-bottom: 2px solid #a6a7a9}

/*inputs*/
.inputText {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #666666;
	border: 1px solid #704B1B;
	font-weight: normal;
	background-color: #F5EAD8;
}

.inputCheckBox{
	font-style: normal;
	line-height: normal;
	border: 1px solid #999999;
	background-color: #F5EAD8;

}

.inputButton {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #4C3B00;
	border: 1px solid #B3AD8E;
	font-weight: normal;
	background-color: #DDD6B7;

}
.inputSelect{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #666666;
	border: 1px solid #704B1B;
	font-weight: normal;
	background-color:White;

}
.inputRadio{
	font-style: normal;
	line-height: normal;
	border: 1px solid #999999;
	background-color: #F5EAD8;

}
/*text*/
.headerTitle {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.headerText {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	font-weight: normal;
}
.footerText {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #704B1B;
	font-weight: bold;
}

.titleText {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #213A6C;
	font-weight: bold;
}
.bodyText {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	font-weight: normal;
}
.subjectText {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	font-weight: normal;
}

.bodyTitleText {

	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	font-weight: bold;
}
.sectionTitle {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #333366;
	font-weight: bold;
	text-transform: uppercase;

}
.verMasBody {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #704B1B;
}
.verMasBodyHeader {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #BFD5EA;
}
.calendarBodyText {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	font-weight: normal;
}
.calendarInputSelect{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	border: 1px solid #999999;
	font-weight: normal;
}
.calendarDays {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #233A6B;

}
.calendarNumberDays {

	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #808FAD;
}
.calendarSelectNumberDays {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #808FAD;
	border: thin solid #FFCC00;

}


/*menu*/
.menuHeaderText {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.menuFooterText {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #999999;
	font-weight: bold;
}

.menuLeftText {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #584810;
	font-weight: bold;
}

.MenuText {
	font-family:Verdana;
	font-size: 9px;
	font-style:normal;
	line-height: normal;
	color: #584810;
	font-weight:600;
	text-decoration: none;
	
}


/*table*/
.tableBorder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color:#999999;
	border-left-color: #999999;
}

.tableHeader {
	background-color: #002e80;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.tableNoneRow {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.tablePairRow {


	background-color: #F5EAD8;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

.subTitleText {

	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #704B1B;
	font-weight: bold;
}

.title {
	font-family:Verdana;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #213A6C;
	font-weight: bold;
}

.btsac a
{
       display:block;
       position:relative;
width:200px;
height:50px;
background-image:url("../image/botonSAC1.gif");
}
.btsac a:hover
{
       display:block;
       position:relative;
width:200px;
height:50px;
background-image:url("../image/botonSAC2.gif");
}
.formax
{
    display:block;
    position:relative;
    background-image:url("../Image/fondo3b.gif");
    height:340px;
    width:490px;
}
.logop
{
    display:block;
    position:relative;
    background-image:url("../Image/pcalogo.png");
    height:85px;
    width:200px;
}
