table { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 11px; 
} 
.boton{
text-decoration: none; 
background-color: #FFFFFF; 
background-image: url(https://ww22.e-com.cl/images/fondoboton2.gif); 
background-repeat: no-repeat; 
height: 22px; 
width: 86px; 
border-style: none; 
font-family: Tahoma; 
font-size: 10px; 
font-style: normal; 
font-weight: normal; 
color: #000000; 
text-transform: uppercase
}

.cuadroTexto { 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11px; 
color : #000000; 
border : 1px solid #999999; 
background-color : #fcfcfc; 
text-decoration : none; 
font-weight : normal; 
} 
.textoBoton { 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11px; 
text-decoration : none; 
height : 25px; 
} 
.bordeSepara { 
border : solid #666666; 
border-width : 0 0 0 1px; 
} 
.bordeFormulario { 
border : 1px solid #666666; 
} 
.textoTituloMultas { 
color : #ffffff; 
background-color : #000000; 
font-weight : bold; 
text-align : center; 
} 
.textoComboPermiso { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 11px; 
} 
.fondoBoton { 
background-image : url(../../../images/fondoboton2.gif); 
height : 22px; 
width : 86px; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 9px; 
text-decoration : none; 
padding-top : 0; 
padding-right : 0; 
padding-bottom : 0; 
padding-left : 0; 
border-style : none; 
border-top-width : 0; 
border-right-width : 0; 
border-bottom-width : 0; 
border-left-width : 0; 
background-color : #ffffff; 
} 
.textoTituloTabla { 
color : #ffffff; 
background-color : #52A5F8; 
font-weight : bold; 
text-align : center; 
} 
.bordeLeftAbajo { 
border : solid #666666; 
border-width : 0 0 1px 1px; 
} 
.bordeAbajo { 
border : solid #666666; 
border-width : 0 0 1px; 
} 
.fondoBoton2 { 
background-image : url(../../../imagenes/boton_2.gif); 
height : 24px; 
width : 80px; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 11px; 
text-decoration : none; 
padding-top : 0; 
padding-right : 0; 
padding-bottom : 0; 
padding-left : 0; 
border-style : none; 
border-top-width : 0; 
border-right-width : 0; 
border-bottom-width : 0; 
border-left-width : 0; 
background-color : #000000; 
color : #000; 
} 
.fondo_back { 
background-image : url(../../../imagenes/boton_2.gif); 
} 
.linkindicadores { 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #993300; 
text-decoration : none; 
font-weight : bold; 
} 
.lnkindicavisual { 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #000000; 
text-decoration : none; 
}
 
a.lnkinfadicional:hover { 
color : #ff0000; 
text-decoration : underline; 
} 
a { text-decoration: none} 
.boton_PDF{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	width:130px;
	height: 33px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	border:1px solid #1D669C;
	background-color: #dc3545; /* old browsers */
	background:-moz-linear-gradient(top,  #70B3E4 0%, #70B3E4 2%, #1D669C 98%, #1D669C 100%); /* firefox */
	background:-webkit-gradient(linear, left top, left bottom,color-stop(0%,#70B3E4),color-stop(2%,#70B3E4), color-stop(98%,#1D669C),color-stop(100%,#1D669C)); /* webkit */
}