﻿
.letra_std {
    color:#660f43;
    font-family:Century Gothic;
    font-size:11pt;
    }

.letra_std_bold {
    color:#660f43;
    font-family:Century Gothic;
    font-size:11pt;
    font-weight:bold;
    }

.letra_white {
    color: #fff;
}

.letra_red {
    color: #ff0000;
}

.letra_link {
    font-size: 9pt;
    color: #0033ff;
}
        
.letra_titulo {
    color: #660f43; 
    font-family: Myriad Pro;
    font-size: 18pt;
    font-weight:normal;
    line-height: 1.3em; 
    letter-spacing: 1px;
    }

.letra_subtitulo {
    color:#660f43;
    font-family:Myriad Pro;
    font-size:14pt;
    }

.letra_italica
{
    font-style: italic;
    }

.letra_sangria
{
    text-indent: 0.5em;
    }
    
.letra_identidad {
    color:#660f43;
    font-family:Century Gothic;
    font-size:9pt;
    }

.letra_info 
{
    color:Blue;
    }
    
.letra_header_titulo {
    color:#000;
    font-family:Arial; 
    font-size:14pt;
    font-weight:bold;
    }

.letra_header_subtitulo {
    color: #0033cc;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
}

.letra_header {
    color: #0033ff;
    font-family: Arial;
    font-size: 10pt;
}

.letra_footer {
    color: #0033ff;
    font-family: Myriad Pro;
    font-size: 9pt;
    font-weight: lighter;
}
    
.letra_link_main 
{
    color:#660f43;
    }

.letra_transparente {
    color:transparent;
}

.letra_utilitario {
    font-size: 12pt;
    font-weight: bold;
}
         	    
.btnPrincipal{
	padding: 0px 5px;
	cursor: pointer;
	color: #fff;
	border: 0 solid white;
	text-align: center;
	background: #80B3FF;
	border-radius: 10px;
	width: 100px;
	height: 25px;
	margin: 0px 5px;
    }
    
.btnPrincipal:hover{
	background: #0066FF;
	color: #fff;
    }
    
.btnPrincipal[disabled]{
	background: #E6F0FF;
	}
	
.btnPrincipal[disabled]:hover{
	background: #CCE0FF;
	}
    
.btnPrimario{
	padding: 0px 5px;
	cursor: pointer;
	color: #fff;
	border: 0 solid white;
	text-align: center;
	background: #660f43;
	border-radius: 10px;
	height: 30px;
	margin: 0px 5px;
    }
    
.btnPrimario:hover{
	background: #9b1766;
	color: #fff;
    }
    
.btnPrimario[disabled]{
	background: #c81e84;
	}
	
.btnSecundario{
	padding: 0px 5px;
	cursor: pointer;
	color: #660f43;
	border: 2px solid #660f43;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	height: 30px;
	margin: 0px 5px;
    }
    
.btnSecundario:hover{
	background: #9b1766;
	color: #fff;
    }
    
.btnSecundario[disabled]{
	background: #f5bcde;
	}
	
.btnInfo 
{
    width:150px;
    height:40px;
    color:#fff;
    background-color:#0071bc;
    border-radius:10px; 
    }
    
.divDatalist 
{
    border: 1px solid #660f43;
    border-radius: 10px;
    padding:5px;
    }

.dlsHeader {
    font-weight:bold;
    background-color:#fff;
    border-bottom: 1px solid blue;
    border-radius: 3px 3px 0 0;
    }
        
.dlsItem {
    border-bottom: 1px solid blue; 
    background-color:#fff;
    }
     
.dlsItem_selecto {
    font-weight:bold;
    background-color: #fce9f4;
    border-bottom: 1px solid blue; 
    }
      
.dlsPanel 
{
    margin:1px;
    padding:1px;
    }

.linea_base {
    color: #0033cc;
    background-color: #0033cc;
    width: 100%;
    height: 3px;
    border-width: 0px;
    margin-bottom: 10px;
}
     
.dtp_picker_style {
    background-color:White; 
    font-family: sans-serif; 
    font-size: 13px;
    }   
    
.tbFlex_center {
    display:flex; 
    justify-content:center; 
    align-items:center; 
    }
    
.tbFlex_wrap_fs {
    display:flex; 
    flex-wrap:wrap; 
    align-items:flex-start; 
    }
    
.tbFlex_wrap {
    display:flex; 
    flex-wrap:wrap; 
    align-items:center; 
    }
    
.tbFlex_column {
    display:flex; 
    flex-direction:column; 
    align-items:flex-start; 
    }
    
.tbFlex_sb {
    display:flex; 
    justify-content:space-between; 
    align-items:center; 
    }

.tbFlex_margin 
{
    margin:10px;
    }
       
.flex_derecha {
    margin-left:auto;
    }
    
.flex_space {
    margin: 0 20px;
    }
    
.flex_center {
    align-self:center; 
    margin-top:20px;
    }
        
.flex_margen_izquierdo {
    margin-left:10px;
    }
            
.mcrFull 
{
    width:100%;
    }

.mcrHeader 
{
    display:flex;
    justify-content:right;
    }
    
.mcrPrivacidad 
{
    width:220px;
    }
    
.combo_altura 
{
    min-height:2.0em;
    }
   
.rowSeparacion
{
    margin-top:10px;
    }
    
.dotExito 
{
    height:120px;
    width:120px;
    background-color:#0071bc;
    border-radius:50%;
    }
    
.texto_requerido 
{
    width:90%;
    min-width:240px;
    max-width:480px;
    margin-right:10px;
    }

.texto_requerido[readonly]
{
    background-color:#e0e0d1
    }

.texto_header 
{
     margin-right:10px;
    }
    
.divLogo_Header 
{
    max-width:280px;
    margin-right:10px;
    }
    
.divFooter 
{
    width:100%;
    padding:10px;
    background-color:lightgray;
    border-radius:10px;
    }    
    
.mcrFooter 
{
    height:60px;
    width:auto;
    min-width:250px;
    max-width:425px;
    margin:20px;
    }
    
.boton_anchura 
{
    width:130px;
    }
    
.boton_factura 
{
    width:150px;
    margin:5px 10px;
    }
    
.picDatalist 
{
    width:25px;
    height:25px;
    border:0 solid black;
    }

.picHeader {
    width: 130px;
    height: 85px;
    border: 0 solid black;
}