﻿body
{	 
    
}

/* Blank.gif no es soportado en chrome, esta linea lo soluciona */
body:nth-of-type(1) img[src*="Blank.gif"]{display:none;}.

.labelTitulo
{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: larger; 
    font-weight: bold; 
    font-style: normal; 
    font-variant: normal; 
    text-transform: none; 
    color: #D41588;
    }
    
.labelGeneral
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:small;
    }

.labelTituloPequeno
{
    font-family: Arial, Helvetica, sans-serif; 
    font-size:medium;
    font-weight: bold; 
    font-style: normal; 
    font-variant: normal; 
    text-transform: none; 
    color: #0066FF;
    }
    
    
.labelTituloPequeno2
{
    font-family: Arial, Helvetica, sans-serif; 
    font-size:x-small;
    font-weight: bold; 
    font-style: normal; 
    font-variant: normal; 
    text-transform: none; 
    color:White;
    }
 
 .labelTituloPequeno3
{
    font-family: Arial, Helvetica, sans-serif; 
    font-size:x-small;
    font-weight: bold; 
    font-style: normal; 
    font-variant: normal; 
    text-transform: none; 
    color:Navy;
    }   
.labelGeneralPequeno
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:x-small;
    color:Navy;
    }
    
.labelGeneralSuperPequeno
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:xx-small;
    color:Navy;
    }
    
.Rule
{
	color: #D41588;
	height: 3px;
	background-color: #D41588;
    margin-bottom: 0px;
}

.botonGenerico
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8;
    text-transform: none;
    font-variant: normal;
}

.txtGeneral
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8;
    border-top-color: #0066FF;
    border-left-color: #0066FF;
    font-size: small;
    color: Navy;
    text-align: center;
}

.txtGeneralPequeno
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8;
    font-size:x-small;
    color:Navy;
    border-left-color:transparent;
    border-right-color:transparent;
    border-top-color:transparent;
    border-bottom-color:Black;
    border-bottom-width:1px;
}

.modalBackground3
{
	top:auto;
	left:auto;  
	background-color: White;
	filter: alpha(opacity=80);
	opacity: 0.80;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.50;
}

.modalBackground2
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.50;
}

.modalPopup
{
    border: 1px solid #414363;
    background-color: #EFF3FB;
        padding: 3px;
    width: 470px;
}
.modalPopupB
{
    border: 1px solid #414363;
    background-color: #EFF3FB;
        padding: 3px;
    
}
.headerGrid
{    
    background-color:#2461BF;
    font-weight: bold; 
    color: #FFFFFF; 
    font-size:x-small;
    }
    
.headerGridMaps
{    
    background-color: #2461BF;
    font-weight: bold; 
    color: #FFFFFF; 
    font-size:small;
}

.headerGridGrande
{    
    background-color:#2461BF;
    font-weight: bold; 
    color: #FFFFFF; 
    font-size:medium;
    }
    
    
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: #FFFFFF;
    background-color: #2461BF;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #FFFFFF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLinkMaps
{  
	font-family  : Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    color: #FFFFFF;
}   

 .accordionLink
{
    background-color:#2461BF;
    font-weight: bold; 
    color: #FFFFFF; 
    font-size:medium;
}

.txtGeneralCaptura
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8;
    border-top-color: #0066FF;
    border-left-color: #0066FF;
    font-size: small;
    background: Navy;
    color: White;
    margin-right: 0px;
}

.labelTotales
{
     background-color:#2461BF;
    font-weight: bold; 
    color: #FFFFFF; 
    font-size:smaller;
}
 
 .boton{
        font-size:12px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:white;
        background:#638cb5;
        border:0px;
        height:22px;
       }