﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    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: #696969;
}

a:hover
{
    color: #D90000;
    text-decoration: none;
}

a:active
{
    color: #696969;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

td
{
    padding-left:2px;
    padding-right:2px;
}
/* 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;
    margin-left: 5px;
}

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: 1372px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
    background-image: url('../imagenes/page_bg.jpg');
    background-repeat: no-repeat;
    background-position: left top;
}

.header
{
	background-image:url('../imagenes/logo_pagaqui.png');
	background-repeat:no-repeat;
	background-position-x: 20px;
	background-size:contain;
	position: relative;
    margin: 0px;
    padding: 0px;
    /*background: #EC1C24; C6090F */
    width: 100%;
	height:130px;

}

.header_login
{
	background-image:url('../imagenes/logo_pagaqui.png');
	background-repeat:no-repeat;
	background-position: center;
	background-size:contain;
	position: relative;
    margin: 0px;
    padding: 0px;
    /*background: #EC1C24; C6090F */
    width: 100%;
	height:130px;

}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    color: #f9f9f9;
    border: none;
    line-height: 22px;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    /* background-color:#780A12; */
    width:auto;
}

/* esto sirve para que el menu no se pierda versus el marquee */
#NavigationMenu ul.dynamic { z-index:1; }
#NavigationMenu a { text-decoration:none;white-space:nowrap;display:block; } 

div.menu
{
    padding: 4px 0px 4px 8px;
    
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;

}

div.menu ul li a, div.menu ul li a:visited
{
    border-radius: 8px;
    background-color: #DDDDDD;  /* #D73005 */   
    border: 1px #4e667d solid;
    color: #1F3C90; /* #dde4ec */
    font-weight:600;

    display: block;
    line-height: 1.35em;
    padding: 0px 20px 0px 0px;
    text-decoration: none;
    white-space: nowrap;
    margin-top: 4px;
    opacity: .8;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.textEntryCenter
{
    width: 320px;
    border: 1px solid #ccc;
    text-align:center;
}

input.textEntryRight
{
    width: 320px;
    border: 1px solid #ccc;
    text-align:right;
    padding-right:5px;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 100%;
}


/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: right;
    text-align: left;
    width: auto;
    margin-top: 50px;
    margin-right: 20px;
}

.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;
}

.borde {   
   border-style: solid;
   border-width: 1px;
   border-color: #808080;
   padding: 1px 2px 1px 2px;
   border: 1px 1px 1px 1px solid;
   margin-bottom: 1px;
   margin-left: 1px;
   margin-right: 1px;
   margin-top: 1px;
}

.borde_rojo_header {
   border-radius: 5px;
   font-weight: bold;
   border-style: solid;
   border-width: 1px;
   border-color: #808080;   
   padding-left: 2px;
   padding-right: 2px;
   padding-top: 1px;
   padding-bottom: 1px; 
   background-color:#003C81; 
   /* background-image: url('../imagenes/bg_header_resultados.png'); */
   /* background-repeat: repeat-x; */
   background-position: top;
   color:#FFFFFF;
   border: 1px 1px 1px 1px solid;
   margin-bottom: 1px;
   margin-left: 1px;
   margin-right: 1px;
   margin-top: 1px;
}

.sin_borde_amarillo {      
   padding-left: 3px;
   padding-right: 3px;
   padding-top: 1px;
   padding-bottom: 1px;
   background-color: #FFFBD6;
   margin-bottom: 1px;
   margin-left: 1px;
   margin-right: 1px;
   margin-top: 1px;
}

.sin_borde_blanco {      
   padding-left: 3px;
   padding-right: 3px;
   padding-top: 1px;
   padding-bottom: 1px;
   background-color: #FFFFFF;
   margin-bottom: 1px;
   margin-left: 1px;
   margin-right: 1px;
   margin-top: 1px;
}
.borde_naranja_patito {
   
   border-style: solid;
   border-width: 1px;
   border-color: #000000;
   padding: 1px 1px 1px 1px;
   background-color:#FFCC66;
   color:#333333;
   border: 1px 1px 1px 1px solid;
   margin-bottom: 1px;
   margin-left: 1px;
   margin-right: 1px;
   margin-top: 1px;
}
#MainContent_DatosPopUP{
	background-color: #FFF;
	background-size:auto;
	color:#0055B7;
	font-family: 'OpenSans-Bold';
	border:5px solid #999;
}
.centrar{
		position: absolute;
		top:10%;
		left:150;
				
				
		/* margin-left:-200px;
            width:500px;
           height:300px;		*/
		margin-top:0px;
		border:0px solid #808080;
		padding:5px;
        box-shadow: 0px 0px 200px #888888;
	}
#Logeado{
    border-radius: 20px;
    border: 1px solid #FFF;
    color: #2289DB;
    background-color:#FFF;
    padding: 5px 10px 5px 10px;
}
#ControlSesion{
    border-radius: 20px;
    border: 1px solid #FFF;
    color: #2289DB;
    background-color:#FFF;
    padding: 5px 10px 5px 10px;
    text-decoration:none;
}
#oInformativo{
    border-radius: 20px;
    border: 0px solid #FFF;
    color: #fff !important;
    background-color:#0B39B5;
    padding: 5px 10px 5px 10px;
    opacity: .5;
    font-weight:bold;
    font-size:14px;
    margin-left: 20px;  
    margin-right: 20px;
}
#oMarquee{
    margin-top: 1px;
    vertical-align: text-top;
}
#ContenidoPages{
    width: 100%;
    border-radius: 10px;
    border: 0px solid #FFF;
    opacity: .7;
    background-color:#FFF;
    padding: 5px 5px 5px 5px;
}
.icon{
	vertical-align: middle;
	padding-right: 10px;
	width: 38px;
	height: 26px;
	margin:0;
}
#ActualizarSaldoBoton{
    display: block;
    float: right;
    border-radius: 10px;
    border: 1px solid #003C81;
    color: #FFF;
    background-color:#003C81;
    padding: 5px 10px 5px 10px;
    text-decoration:none;
    width: 150px;
    /* height: 35px; */
    margin-right: 20px;
}
#DatosSaldos{
    display: block;
    float: left;
    border-radius: 10px;
    border: 1px solid #003C81;
    color: #FFF;
    background-color:#003C81;
    padding: 5px 10px 5px 10px;
    text-decoration:none;
}
#DatosSaldos{
    margin-left: 20px;  
    /* margin-right: 20px; */
}
#MainContent_LoginUser_UserName{
	background-image:url('../imagenes/icono_usuario.png');
	background-repeat:no-repeat;
	background-position-x: 8px;
        background-position-y: 0px;
	background-size: contain;
    border-radius: 10px;
    border: 1px solid #003C81;
    color: #FFF;
    background-color:#003C81;
    padding: 15px 5px 15px 60px;
    margin-left:50px;
    font-size:20px;
    vertical-align:middle;
}
#MainContent_LoginUser_Password{
	background-image:url('../imagenes/icono_password.png');
	background-repeat:no-repeat;
	background-position-x: 8px;
        background-position-y: 0px;
	background-size: contain;
    border-radius: 10px;
    border: 1px solid #003C81;
    color: #FFF;
    background-color:#003C81;
    padding: 15px 5px 15px 60px;
    margin-left:50px;
    font-size:20px;
    vertical-align:middle;
}
#MainContent_LoginUser_LoginButton{
	background-image:url('../imagenes/icono_boton_login.png');
	background-repeat:no-repeat;
	background-position-x: 8px;
        background-position-y: 0px;
	background-size: contain;
    border-radius: 10px;
    border: 1px solid #003C81;
    color: #FFF;
    background-color:#003C81;
    padding: 15px 5px 15px 60px;
    margin-left:50px;
    font-size:20px;
    vertical-align:middle;
    width:220px;
}