﻿body {
}

.txt
{	
	FONT-SIZE: 11px; 
	COLOR:Black; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.lbl 
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10px; 
	COLOR:Black; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.btn
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    padding: 0;
    margin: 0;
    /*background: url('button_fondo.gif') no-repeat left top;*/
    background: transparent;
    color: blue;
        font-size: 10px;
        font-weight: bolder;    
        text-align: center;
        cursor: pointer;
        /*font-style: italic;*/
        width: 75px;
        text-decoration: underline;
	height: 16px;
}

.ddl
{
	FONT-SIZE: 11px; 
	COLOR:Black; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.ddlcajas 
{	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000000; font-family: verdana; background-color: #eeeeee
	
} 

.lblFormato
{
    font-size: smaller;
    font-weight: bold;
}

 .HiddenColumn 
{
    display:none;
}

 .a3 A:link 
{
    text-decoration: red;
} 
 
 .a3 A:visited 
{
    text-decoration: red;
} 
 
 .a3 A:active 
{
    text-decoration: red;
} 
 
 .a3 A:hover 
{
    font-size:24; color: red;
}

.Link
{
font-family:"Times New Roman", Times, serif;
font-size:14px;
color:Blue;
}

.HEADER
{
background-color:ButtonFace;
text-align:left;
}

.Content
{
background-color:#99FF33;
size:auto;
text-transform:capitalize;
font-size:14px;
}

.BtnField
{
color:#050; 
font: bold small 'trebuchet ms',helvetica,sans-serif; 
background-color: #fed; 
}