﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #59819d;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
    width: 323px;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #393c4d;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    background-color:White;
    min-height: 420px;
    
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}
 

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* Estilos Gridview  
----------------------------------------------------------*/
#ContenedorGrid {
    width: 980px;
    margin: 10px auto;
    display: block;
}

.mGrid { width: 100%; background-color: #fff; margin: 5px 0 10px 0; border: solid 1px #525252; border-collapse:collapse; }
.mGrid td { padding: 2px; border: solid 1px #c1c1c1; color: #717171; }
.mGrid th { padding: 4px 2px; color: #fff; background: #424242 url(grd_head.png) repeat-x top; border-left: solid 1px #525252; font-size: 12px; }
.mGrid .alt { background: #fcfcfc url(grd_alt.png) repeat-x top; }
.mGrid .pgr {background: #424242 url(grd_pgr.png) repeat-x top; }
.mGrid .pgr table { margin: 5px 0; }
.mGrid .pgr td { border-width: 0; padding: 0 6px; border-left: solid 1px #666; font-weight: bold; color: #fff; line-height: 12px; }   
.mGrid .pgr a { color: #666; text-decoration: none; }
.mGrid .pgr a:hover { color: #000; text-decoration: none; }

/*----------------------------------------------------------*/
 
#ContenedorFiltros{    
    display:block;
    float:right;
    }

#ContenedorFiltros table{
    float: left;
    margin-right: 30px;    
    }

.SeparadorH{
    display:block;
    width:100%;
    height: 45px;
    position:relative;
    margin: 0 auto;
    }
#ContemedorCombosAsociados{
    float:left;
    display:block;
    position:relative;
    width: 50%;
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    
}

.Combo2Columnas{
    width: 300px;
    /*menuwidth: 300px;*/
}

.FilaCombos{    
    display:block;
    position:relative;
    width:100%;
    }
    
.FilaCombos cc1{
    width: 100%;
    display:block;
    }
    
.Columna{
    position:relative;
    float:left;
    width: 50%;
    }
.Columna cc1{
    width: 100%;
    display:block;
    /*MenuWidth: 180px;*/
    }
input.passwordEntry 
{
    width: 30px;
    border: 1px solid #ccc;
    
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: center;
    padding-right: 10px;
}

/* Estilos Gridview  
----------------------------------------------------------*/
#ContenedorGrid {
    width: 980px;
    margin: 10px auto;
    display: block;
}

.mGrid { width: 100%; background-color: #fff; margin: 5px 0 10px 0; border: solid 1px #525252; border-collapse:collapse; }
.mGrid td { padding: 2px; border: solid 1px #c1c1c1; color: #717171; }
.mGrid th { padding: 4px 2px; color: #fff; background: #424242 url(grd_head.png) repeat-x top; border-left: solid 1px #525252; font-size: 12px; }
.mGrid .alt { background: #fcfcfc url(grd_alt.png) repeat-x top; }
.mGrid .pgr {background: #424242 url(grd_pgr.png) repeat-x top; }
.mGrid .pgr table { margin: 5px 0; }
.mGrid .pgr td { border-width: 0; padding: 0 6px; border-left: solid 1px #666; font-weight: bold; color: #fff; line-height: 12px; }   
.mGrid .pgr a { color: #666; text-decoration: none; }
.mGrid .pgr a:hover { color: #000; text-decoration: none; }

/*----------------------------------------------------------*/
 
#ContenedorFiltros{    
    display:block;
    float:right;
    }

#ContenedorFiltros table{
    float: left;
    margin-right: 30px;    
    }

.SeparadorH{
    display:block;
    width:100%;
    height: 45px;
    position:relative;
    margin: 0 auto;
    }
#ContemedorCombosAsociados{
    float:left;
    display:block;
    position:relative;
    width: 50%;
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    
}

.Combo2Columnas{
    width: 300px;
    /*menuwidth: 300px;*/
}

.FilaCombos{    
    display:block;
    position:relative;
    width:100%;
    }
    
.FilaCombos cc1{
    width: 100%;
    display:block;
    }
    
.Columna{
    position:relative;
    float:left;
    width: 50%;
    }
.Columna cc1{
    width: 100%;
    display:block;
    /*MenuWidth: 180px;*/
    }


/* ---------------------- menu con accesos a redes sociales (login) -------------------------------*/

div.hideSkiplink {
    background-color: #393c4d;
    width: 100%;
}

div.menu
{    
    padding: 0;     
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;    
}

    div.menu ul li a, div.menu ul li a:visited {
        background-color: #393c4d;
        display: block;
        border: 0;
        color: #dde4ec;
        line-height: 1.35em;
        text-decoration: none;
        white-space: nowrap;
        padding: 0;
        padding-bottom: 1px;
        border-right: solid 1px;
        border-color: #b5d7ee;
    }

        div.menu ul li a:hover {
            background-color: #01a2ab;
            text-decoration: none;
        }

    div.menu ul li a:active {
        background-color: #393c4d;
        color: #cfdbe6;
        text-decoration: none;
    }

.header, div.hideSkiplink {
    background-color: #393c4d;
    width: 100%;
}

#socialMenu {
    background-color: #393c4d;
    margin-left: 600px;
}

#cabecera
{
    width:960px;
}

.title
{
    width:960px;
    background-image:url(/Styles/Images/cabecera.png);
    height:87px;
}



/* --------------------contenido de login------------------- */
.main
{
    background-image: url(/Styles/Images/fondoCuerpo.png);     
    background-repeat:no-repeat;  
    margin-top:50px;
}

#izquierda
{
    float:left;
    margin:15px;    
}

#cuadroLogin
{
    margin-top:15px;
    margin-left:45px;
    float:left;
    width:395px;
    background-image:url(/Styles/Images/Login/fondoAcceso.png);
    background-repeat:no-repeat;
    
    opacity: 0.95;
    filter:alpha(opacity=95);
    -moz-opacity:0.95;
    -khtml-opacity: 0.95;  
}
#contenidoLogin
{
    margin-left:25px;
    font-size:12px;
}

input.passwordEntry, input.textEntry
{
    width: 125px;
    height:25px;
    padding-left:20px;
    margin-left:55px;
    
    border: 1px inset #ccc;
        
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;   
} 

a , a:visited
{
    color: #317ED1;
}

a:hover
{
    color: #0c2b7c;
    text-decoration: none;
}

a:active
{
    color: #317ED1;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
    width: 323px;
}


/* -------------------pie de pagina---------------------- */
.footer {
    color: #4e5766;
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    background-image: url(/Styles/Images/Login/pie/fondoPie.png);
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position: center;
    width: 960px;
    height: 80px;
    margin-top: -13px;
    background-color: white;
    border: 1px solid #496077;
    border-top: 0px;
    background-size: contain;
}

#tambienEn
{
    width:960px;     
}
#android
{
  float:left;
  margin-left:5px;
}
#ios
{
    float:left;
    margin-left:5px;
}

.movil
{
    float:left;
    margin-right:15px;
}
.store
{ 
    float:left;
}
.store p
{
    clear:both;
    font-size:smaller;
}
#final
{
 clear:both;
}
