/* frmLaterales.aspx */
.BodyLaterales
{
    BACKGROUND-COLOR: #f5f5f5;/*Gris*/
}
/* frmMenuAspx.aspx */
.BodyMenu
{
 	background:url(../img/VITACURA/BarraMenu.gif);
}
/* frmSuperior.aspx */
.BodySuperior
{
	background: url(../img/VITACURA/BarraSuperior.gif) no-repeat;
}
/* frmLogin.aspx */
.BodyPrincipal
{
	background: url(../img/VITACURA/Fondo.gif);
}

.titulo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #CE6B20;
	font-weight: bold;
}
.titulo_seccion
{
	font-size: 15px;
	color: #0F6382;
	font-weight: bold;
}
.titulo_subseccion 
{
	font-size: 12px;
	color: #CE6B20;
	font-weight: bold;
}
.titulo_paso
{
	font-size: 12px;
	color: #0F6382;
	font-weight: bold;
}

.titulo_descrip_paso
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CE6B20;
	font-weight: bold;
}

body
{
    scrollbar-face-color: #039796;
    scrollbar-highlight-color: #D0D0D0;
    scrollbar-shadow-color: #aaaaaa;
    scrollbar-3dlight-color: #eeeeee;
    scrollbar-arrow-color: #D0D0D0;
    scrollbar-track-color: #D0D0D0;
    scrollbar-darkshadow-color: #000000;
    width:100%; 
    background-image: url(../img/VITACURA/fondoexterno.gif); 
    background-repeat: repeat-x; 
    background-attachment: fixed;
} 
.Texto
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #353E49;
	line-height: 15px;
	text-align: justify;
}

.lblTituloPrincipal
{
	border-right: 2px;
	border-top: 2px;
	font-weight: bold;
	font-size: 14pt;
	border-left: 2px;
	color: #003399;
	border-bottom: #336699 3px double;
	text-align: left;
}
/* Caja de Texto Principal*/
.txtPrincipal
{
	border-right: #336699 1px solid;
	border-top: #336699 1px solid;
	font-size: 8pt;
	border-left: #336699 1px solid;
	color: #000000;
	border-bottom: #336699 1px solid;
	height: 13pt;
	text-align: left;
}
/* Caja de Texto de tipo Lebel */
.lblPrincipal
{
	border-right: #336699 1px solid;
	border-top: #336699 1px solid;
	font-size: 8pt;
	border-left: #336699 1px solid;
	color: #000000;
	border-bottom: #336699 1px solid;
	height: 10pt;
	text-align: left;
}
/* Se Ocupa para los Labels que acompaņan a las cajas de Texto */
.lblTituloCajaTexto
{
	font-size: 8pt;
	color: #000066;
	text-align: left;
}

.Label
{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}

.lblUno
{
	font-size: 11pt;
	color: black;
	text-align: center;
}
.lblDos
{
	font-size: 9pt;
	color: gray;
	text-align: center;
}
.lblTres
{
	font-size: 10pt;
	color: #003366;
	text-align: center;
}
.lblCuatro
{
	font-size: 12pt;
	color: #003366;
	text-align: left;
}
.lblCinco
{
	font-size: 10pt;
	color: #003366;
	text-align: left;
}
.lblUnoLogin
{
	font-weight: bold;
	color: #000066;
	text-align: left;
	text-decoration: underline;
}

.lblDosLogin
{
	font-weight: bold;
	color: gray;
	text-align: left;
	text-decoration: none;
}
.btnAceptar
{
	border-right: #000066 2px double;
	border-top: #000066 2px double;
	font-weight: bold;
	font-size: 10pt;
	border-left: #000066 2px double;
	color: #ffffff;
	border-bottom: #000066 2px double;
	height: 25px;
	background-color: #336699;
	text-align: center;
}
.Grilla
{
	border-color: #000066;
	border-style: solid ;
	border-width: 1px; 
}
.Grilla_HeaderStyle
{
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	background-color: #336699;
}
.Grilla_CajaTextoCelda
{
	border-right: #000066 1px solid;
	border-top: #000066 1px solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: #000066 1px solid;
	color: #000066;
	border-bottom: #000066 1px solid;
	background-color: transparent;
	text-align: left;
}
.lblEncabezadoGrupo
{
	border-right: #000066 1px solid;
	border-top: #000066 1px solid;
	border-left: #000066 1px solid;
	color: white;
	border-bottom: #000066 1px solid;
	background-color: #006699;
}
