body
{
	font-family: Verdana;
    background-color: white;
    margin: 0px;
}

input
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

select
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	width: 100%;
}

table
{
	font-size: 11px;
	font-family: Verdana;
}

.menu
{
	font-family:  Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.menu: hover
{
	color: #99CCFF;
}

.titulo
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.grande
{
	width: 100%;
}

.cursorMano
{
	cursor: hand;
}

.etiqueta
{
	background-color: #EEFAFA;
	width: 85%;
}

.oculto
{
	display: none;
	width: 0px;
}

.select-free
{
	display: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: mask();
}
