
BODY {
	color : Black;
	background-color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	scrollbar-base-color : #F7F7F7;
	scrollbar-arrow-color : #9F9F9F;
	scrollbar-3dlight-color : #9F9F9F;
	scrollbar-darkshadow-color : Black;
}
INPUT {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10;
	font-weight : bolder;
	color : #4A4A4A;
	background-color : White;
	border : 1px solid #4A4A4A;
}
.TextoINPUT {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10;
	font-weight : bolder;
	color : #4A4A4A;
	background-color : White;
	border : 1px solid #4A4A4A;
}
.TextoINPUTSin {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10;
	font-weight : bolder;
	color : #4A4A4A;
	background-color : transparent;
	border : 0px none;
}
A {
	color : Black;
}


.Titulo {
	font-size : 22px;
	font-weight : bolder;
}
.TituloBlanco {
	font-size : 28px;
	font-weight : bolder;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #F8F8F8;
	text-decoration : none;
}
.TextoBlanco {
	font-size : 10px;
	font-weight : bolder;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #F8F8F8;
}
.Menu {
	background-color : #D5D4D1;
	color : White;
	font-family :  Arial;
	font-size : 14px;
	font-weight : bolder;
	border-bottom : 1px solid #FFFFFF;
	cursor : hand;
}
.MenuSelec {
	color : White;
	font-family :  Arial;
	font-size : 14px;
	font-weight : bolder;
	border-bottom : 1px solid #FFFFFF;
	cursor : hand;
}
.MenuH {
	background-color : #D5D4D1;
	color : White;
	font-family :  Arial;
	font-size : 14px;
	font-weight : bolder;
	border-bottom : 1px solid #FFFFFF;
	border-top : 1px solid #FFFFFF;
	cursor : hand;
}
.MenuSelecH {
	color : White;
	font-family :  Arial;
	font-size : 14px;
	font-weight : bolder;
	border-bottom : 1px solid #FFFFFF;
	border-top : 1px solid #FFFFFF;
	cursor : hand;
}
.linea{
	border-bottom-color : White;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	font-size : 6px;
	
}
.SubTitulo {
	font-size : 14px;
	font-weight : bolder;
}
.Texto{
	font-size : 10px;
}
.boton {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10;
	font-weight : bolder;
	color : #4A4A4A;
	background-color : #A6A6A6;
	border : 1px outset #4A4A4A;
	cursor : hand;
	background-image : url(img/boton.jpg);
	background-repeat : repeat-x;
}
.lineaPeq{
	border-bottom-color : White;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	font-size : 0px;
}
