body
{
	MARGIN: 0px 0px 0px 0px;
    font-family: verdana, sans-serif;
    width: 100%;
    font-size: 100%;
    background-color: #fff! important;
    min-width: 100%;
}


#frmGeneral
{ 
    PADDING-RIGHT: 0px; 
    PADDING-LEFT: 0px;
    font-size: 0.7em;
    PADDING-BOTTOM: 0px; 
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    WIDTH: 100%; 
    min-width: 100%;
    PADDING-TOP: 0; 
    POSITION: relative; 
    BACKGROUND-COLOR: #fff! important;
 }

.frmTitulo
{
	font-size: 1.5em;
	width: 100%;
	min-width: 100%;
	background-color: #CC0033;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2% 0 2% 0;
	text-align: center;
}

.li1
{
	display: list-item;
	overflow: hidden;
	list-style-type: square;
	position: relative;
	font-weight: bold;
}
    
.li1 A
{
    text-decoration: none;
    color: #000000;
}


.li1 A:hover
{
    text-decoration: none;
    color: #990000;
}


.liNullTab
{
    list-style-type: none;
    margin: 1% 0 1% 3%;
}