﻿@page {
       margin: 0;
    }

body {
    color: Black;
    font-family: 'Roboto', sans-serif;
    font-size: 10pt;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

p {
    margin-top: 5px;
    margin-bottom: 5px;
}

a:active {
	color: #E15729;
	text-decoration: none;
}

a:link {
	color: #E15729;
	text-decoration: none;
}

a:visited {
	color: #E15729;
	text-decoration: none;
}

a:hover {
	color: #E15729;
	text-decoration : none;
}

#contenedor{
    position : relative;
    box-sizing: border-box;
    text-align: left;
    width: 100%;
    height : auto;
    margin: 5px auto;
}  

#encabezado{
    box-sizing: border-box;
    height: 75px;
    margin: 0  auto;
    padding : 0;
    text-align: left;
    background: #2878bd; /* Old browsers */
    background: -moz-linear-gradient(top,  #2878bd 0%, #266294 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2878bd), color-stop(100%,#266294)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2878bd 0%,#266294 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2878bd 0%,#266294 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2878bd 0%,#266294 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2878bd 0%,#266294 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2878bd', endColorstr='#266294',GradientType=0 ); /* IE6-9 */
   } 

#principal{
    position: relative;
    box-sizing: border-box;
    text-align: left;
    margin: 0 auto;
    padding: 0;
} 

#pie{
    position: relative;
    box-sizing: border-box;
    text-align: left;
    margin:  0px auto;
    background-color: #808080;
    height : 100px;
  
} 

#logo{
    position: absolute;
    box-sizing: border-box;
    top: 2px;
    width: 45px;
    height: 46px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 4px;
} 

#titulo{
    position: absolute;
    top: 12px;
    left: 60px;
    display: inline-block;
    margin: auto;
    text-align: left;
    width: 350px;
    margin-left: 4px;
    margin-right: 4px;
} 

#Navegacion{
    position : absolute;
    top : 5px;
    right : 0px;
    display: inline-block;
    margin: 0 auto;
    text-align: right;
} 

#Navegacion ul{
   margin: 0 auto;
   list-style-type: none;
} 

#Navegacion li{
   display: inline;
   text-align: center;
   margin: 0 2px 0 0;
} 

#Navegacion li a {
   padding-top : 9px;
   padding-bottom : 9px;
   padding-left :2px;
   padding-right :2px;
   color: #fff;
   text-decoration: none;
} 

#Navegacion li a:hover{
   background-color: #FA8232;
   color: #000;
} 

.fila_datos {
    position : relative;
    margin-top: 5px;
    margin-bottom: 5px;
    top: 0px;
    left: 0px;
    text-align: left;
}

.fila_datos_centrado {
    position : relative;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    top: 0px;
    left: 0px;
}

.fila_datos_justificado {
    position : relative;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: justify;
}

.fila_datos_derecha {
    position : relative;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: right;
    top: 0px;
    left: 0px;
}

.fila_datos_300 {
    width: 300px;
    position: relative; 
    margin: 0 auto;
}

.fila_datos_400 {
     width: 400px;
    position: relative; 
    margin: 0 auto;
}

.fila_trasparente {
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+5,ffffff+95&0+0,1+7,1+93,0+100 */
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.71) 5%, rgba(255,255,255,1) 7%, rgba(255,255,255,1) 93%, rgba(255,255,255,0.71) 95%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.71) 5%,rgba(255,255,255,1) 7%,rgba(255,255,255,1) 93%,rgba(255,255,255,0.71) 95%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.71) 5%,rgba(255,255,255,1) 7%,rgba(255,255,255,1) 93%,rgba(255,255,255,0.71) 95%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.proforma_logo{
    display: inline-block;
    width: 128px;
}

.proforma_encabezado_centro{
    display: inline-block;
    width: 50%;
    padding-left: 10px;
    margin: 0px 0px 0px 0px;
}

.proforma_encabezado_derecha{
    display: inline-block;
    width: 25%;
    padding-left: 10px;
    margin: 0px 0px 0px 0px;
}

.proforma_subtotal_etiqueta {
    display: inline-block;
    width: 40%;
    text-align: right;
}

.proforma_subtotal_etiqueta_resumen {
    display: inline-block;
    width: 50%;
    text-align: right;
}

.proforma_subtotal_monto {
    position: relative;
    display: inline-block;
    width: 15%;
    text-align: right;
}

.fila_datos_titulo_resumen_factura {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;   
    text-align: center ;
    background-color: #555;
    color: white;
}

.fila_datos_total_resumen_factura {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 3px;
    padding-bottom: 3px; 
    text-align: left;
    background-color: #258EBF;
    color: white;
}

.marco_precio {
    padding:  5px 5px 5px 5px;
    margin-bottom: 10px;
    margin-top : 10px;
    width: 300px;
    /*Borde*/
     border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #000000;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4efc0+0,b0c964+100 */
    background: rgb(228,239,192); /* Old browsers */    
    background: -moz-linear-gradient(top,  rgba(228,239,192,1) 0%, rgba(176,201,100,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(228,239,192,1) 0%,rgba(176,201,100,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(228,239,192,1) 0%,rgba(176,201,100,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4efc0', endColorstr='#b0c964',GradientType=0 ); /* IE6-9 */
}

.marco_iniciosesion
{
    position : relative;
    width: 95%;
    text-align: center;
    margin-top: 5px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #000000;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
     background: #fff;

}

.marco_justificado
{
    position : relative;
    width: 95%;
    text-align: justify;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #000000;
    padding-bottom :10px;
    padding-left :10px;
    padding-right :10px;
    padding-top :10px;
    margin: 0 auto;
}

.marco_justificado_rojo
{
    position : relative;
    width: 95%;
    text-align: justify;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #ff0000;
    padding-bottom :10px;
    padding-left :10px;
    padding-right :10px;
    padding-top :10px;
    margin: 0 auto;
}

.tabla_100 {
    width: 100%;
    border:0;
    padding: 0;
    border-collapse: collapse;

}

.celda_izquirda_50 {
    text-align: right;
    width: 50%;
    padding: 1px;
}

.celda_derecha_50 {
    text-align: left;
    width: 50%;
    padding: 1px;
}

.divCentrar_500 {
    width :500px;
    position:relative; 
    margin: 0 auto;
}

/* Clase para ajaxToolkit:ModalPopupExtender */
 .ModalPopupExtenderFondo { 
    background-color: black;
    filter : alfa(opacityy=90);
    opacity: 0.8;
 }

 .AjaxModalPopupExtenderPanel{
     background-color: #ffffcc;
     border-bottom-width: 1px;
     border-style: solid ;
     border-color: black ;
     padding-bottom: 10px;
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 10px;
     width: 300px;
     height: 140px;
     }

 /* Clase para ajaxToolkit:PopupControlExtender */

.AjaxPopupControlExtenderPanel{
    background-color: #ffffcc;
    position: absolute ;
    visibility: hidden ;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #000000;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    width: 350px;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(168,159,168,1);
    -moz-box-shadow: 0px 0px 2px 2px rgba(168,159,168,1);
    box-shadow: 0px 0px 2px 2px rgba(168,159,168,1);
    }

.AjaxPopupControlExtenderTitulo {
    position: relative;
     border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
    font-size : small;
    color: #fff;
    background: #2878bd; /* Old browsers */
    background: -moz-linear-gradient(top,  #2878bd 0%, #266294 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2878bd), color-stop(100%,#266294)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2878bd 0%,#266294 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2878bd 0%,#266294 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2878bd 0%,#266294 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2878bd 0%,#266294 100%); /* W3C */
    padding-right: 5px;
    padding-top: 5px;
    height: 20px;
}

.AjaxPopupControlExtenderBotonCerrar {
  float: right;
}

.AjaxPopupControlExtenderContenido {
    margin: 0 auto;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    max-height: 350px;
    overflow: auto;
    font-size: small;
}

/* Clase para ajaxToolkit:ModalPopupExtender */

.AjaxModalPopupExtenderPanel {
    background-color: #ffffff;
    position: absolute;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #000000;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    width: 450px;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(168,159,168,1);
    -moz-box-shadow: 0px 0px 2px 2px rgba(168,159,168,1);
    box-shadow: 0px 0px 2px 2px rgba(168,159,168,1);
}

.AjaxModalPopupExtenderFondo  {
    background-color: Gray;
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index: 10000;
}

.AjaxModalPopupExtenderContenido {
    margin: 0 auto;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    max-height: 350px;
    overflow: auto;
    font-size: small;
}

/* Clase para ajaxToolkit:TextBoxWatermarkExtender */

.watermarked {
    padding: 10px 4px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    background-color: #F0F8FF;
    color: gray;
}
