BODY
{
    FONT-FAMILY: verdana;
    FONT-SIZE: .8em;
    WORD-SPACING: normal;
    color:#666666;
}

.TextoErrorSummary
{
	font-family: verdana;
	font-size:8pt;
	color:Red;
	font-style:normal;
}

.FormDiv
{
	font-family: verdana;
	font-size:10pt;
	font-weight:bold;
	font-style:normal;
	color:#cc0000;
}

.FormDivBlue
{
	font-family: verdana;
	font-size:10pt;
	font-weight:bold;
	font-style:normal;
	color:#003366;
}

.PageName
{
	font-family: verdana;
	color:#ffffff;
	font-size:10pt;
	font-weight:bold;
	font-style:normal;
	background-color:#437b9e;
}

/*-------------------Links dentro del sistema-------------------*/
A:link	{	
	text-decoration:	none;
	color:Gray;
	}			
A:visited	{	
	text-decoration:	none;
	color:Gray;
	}			
A:active	{	
	text-decoration:	none;
	color:Gray;
	}			
A:hover	{	
	text-decoration:	underline;
	color:Gray;
	}



/*-------------------TABS REPORTS-------------------*/
.bottomline {border-bottom: #57A2DC 1px solid;}
	  
.tabrow {background-color:"LightSteelBlue";}

.tab {background-color: "LightSteelBlue"; color: "DarkBlue"; 
      line-height:18px; text-align: center; 
      border: #57A2DC 1px solid;
}
      
.tab_hover {background-color: "LightSteelBlue"; color: #000000; 
            line-height:18px; text-align: center; 
            border: #57A2DC 1px solid; 
            cursor: hand; cursor:pointer;
}
            
.tab_selected {background-color: #ffffff; color: #000000; 
               text-decoration: none; text-align: center; 
               height: 18px; border-left: #57A2DC 1px solid; 
               border-bottom: #ffffff 1px solid; 
               border-right: #57A2DC 1px solid; 
               border-top: #57A2DC 1px solid;}

#Header1_Menu1 td{
    cursor: pointer;
}

#Header1_Menu1 td:hover{
     /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

      /* IE 5-7 */
      filter: alpha(opacity=70);

      /* Netscape */
      -moz-opacity: 0.7;

      /* Safari 1.x */
      -khtml-opacity: 0.7;

      /* Good browsers */
      opacity: 0.7;
}

#Header1_Menu1 td:active{
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";

    /* IE 5-7 */
    filter: alpha(opacity=40);

    /* Netscape */
    -moz-opacity: 0.4;

    /* Safari 1.x */
    -khtml-opacity: 0.4;

    /* Good browsers */
    opacity: 0.4;
}

#copyrightFooter {
    background-color: #D3E1EC;
    margin: 7px 6px;
    width: 632px;
    color: black;
    font-size: 10px;
    font-weight: bold;
    padding: 5px;
}

li {
    text-align:left;
    font-size: 12px
}

.txtPassword {
    -webkit-text-security: disc;
}


