﻿/* 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;*/
    background:white;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
}

.TituloAprobacion {
  color: #666666;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align:center;
}

/* 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: #4b6c9e;
    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;
    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:#3a4f63;
    width:100%;
}

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
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

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.passwordEntry 
{
    width: 320px;
    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: right;
    padding-right: 10px;
}
body 
{
   /* background-image: url(Images/mancha_fondo.jpg);*/
   /* background-size: 100%;*/
}

#cont
{
    margin-top: -10px;
    margin-bottom: -10px;
    width: 855px;
   /* margin: auto;*/
    background: white;
    border: 1px solid  #FFF;
    -moz-border-radius: 10px;
	
}

#container
{
    width: 755px;
    margin-top: 10;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10;
}

/* Estilos Default.aspx */

#header
{
    padding-top: 35px;
    /*padding-left: 20px;*/
    height:85px;
}

#cuerpo
{
    height: 500px;
}

#cuerpo_izq
{
    margin-top: 55px;
    float: left;
    width: 140px;
    height: 400px;
}

#cuerpo_der
{
    width: 611px;
    float: right;
    display: inline;
}

#menu
{
    text-align: right;
    width: 170px;
}

#menu ul
{
    
    list-style-type: none;
}

#menu a
{
    margin-left: -10px;
    display: block;
    width: 140px;
    margin-bottom: 3px;
    text-decoration: none;
    color: #E3001B;
    
}

#menu ul ul a
{
    color: #000000;
    font-weight: normal;
}

#logo
{
float: right;
/*margin-top: 260px;
width: 117px;*/
}

/* Estilos Secciones */

#titulo_seccion
{
    color: White;
    /*font-weight: bold;*/
    padding-top: 13px;
    height: 40px;
    padding-right: 11px;
    width: 600px; 
    text-align: right;
    background-image: url(Images/Barra_Titulo.png);    
}

#titulo_home {
  color: White;
  height: 200px;
  text-align: right;
  width: 600px;
}

#cuerpo_seccion
{
    margin-top: 20px;
  /*  float:right;*/
    width: 598px;
    height: 400px;
    border-left: 1px dashed;
}

#cuerpo_home
{
border-left: 1px dashed;
float: right;
height: 348px;
width: 610px;
}

#pantalla_home
{
    float:right;
    width: 610px;
}

#texto_home
{
    margin-top: 10px;
    height: 158px;
    font-family: arial;
    font-size: 14px;
    color: #666666
}

#texto_home_titulo
{
    font-size: 30px;
    /*font-weight: bold;*/
    color: #e3001b;
    font-family: Rock !important;
    
    
}

#botones_home
{
    margin-top: 210px;
    height: 70px;
}

#pantalla_seccion
{
    float:right;
    width: 580px;
}

#texto_seccion
{
   
    height: 400px;
}

/* Estilos Inicio.ascx */

#home_contenedor_botones
{
    width: 100%;
}

#home_boton1
{
    margin-right: 30px;
    display: inline-block;
    width: 170px;
    height: 70px;
   /* background: url(Images/boton1_home.png) no-repeat;*/
}

#home_boton2
{
    margin-right: 30px;
    display: inline-block;
    width: 170px;
    height: 70px;
}

#home_boton3
{
    display: inline-block;
    width: 170px;
    height: 70px;
}

#home_tarjeta
{
    float: right;
    width: 188px;
    height: 144px;
    margin: 5px;   
}

/* Estilos Consulta.ascx */

#consulta_puntos {
  border: 1px solid #cd2626;
  font-size: large;
  height: 215px;
  margin-left: 38px;
  margin-top: 1px;
  padding-top: 5px;
  text-align: center;
  width: 530px;
}
#consulta_contenedor {
  margin-top: 0;
  width: 100%;
}

#consulta_ingresos
{
    width: 220px;
    text-align:justify;
    margin-left: 40px;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block;
}

#consulta_tarjeta
{
    width: 210px;
    height: 200px;
    padding-top: 20px;
    margin-left: 60px;
    display: inline-block;
}

/* Estilos Contacto.ascx */

#contacto_respuesta
{
    width: 300px;
    height: 25px;
    background: #E66761;
    color: White;
    text-align: center;
    font-size: medium;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 95px;
    padding-top: 10px;
    border: 1px solid  #CD2626;
    -moz-border-radius: 5px;
	
}

#contacto_consulta
{
    width: 100%;
}

#contacto_titulos
{
    width: 80px;
    line-height: 26px;
    text-align: right;
    vertical-align: top;
    display: inline-block;
}

#contacto_ingresos
{
    margin-left: 10px;
    text-align: left;
    display: inline-block;
}

/* Estilos ActualizarDatos.ascx */

#actualizar_respuesta
{
    width: 400px;
    height: 25px;
    background: #E66761;
    color: White;
    text-align: center;
    font-size: medium;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 3px;
    padding-top: 10px;
    border: 1px solid  #CD2626;
    -moz-border-radius: 5px;
	
}

.actualizar_formulario
{
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 28px;
}

.actualizar_formulario input
{
    margin-left: 5px;
    margin-right: 5px;
}

/* Estilos Premios.aspx */

.premios_boton_filtrar
{
    width: 15px;
    height: 15px;
    border: 0px;
    background: url(Images/fondo_boton_ir.png) no-repeat;
    cursor: pointer;
}

.btn_confirmar {
    margin-left: 68px;
    margin-top: 90px;
}
#divBotones
{
  margin-left: 85px;
  float:right;
}
.premio_boton {
  background: black none repeat scroll 0 0;
  border: 3px double;
  color: #acc90a;
  cursor: pointer;
  display: inline-block;
  font-size: x-small;
  font-weight: bold;
  margin-top: 10px;
  padding-bottom: 3px;
  padding-top: 3px;
  text-decoration: none;
  padding-left: 18px;
  padding-right: 18px;
}
.boton_info
{
    border-style: none;
    background-color: White;
    cursor: pointer;
}

#titulo_premios
{
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    font-size: large;
    font-weight: bolder;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#filtros_premios
{
    width: 100%;
    height: 25px;
}

#seleccion_rubro
{
    margin-left: 50px;
    display: inline-block;
}

#rango_puntos
{
    margin-left: 20px;
    display: inline-block;
}

#cuerpo_premios
{
    height: 375px;
}

.categorias_fila
{
    height: 167px;
    margin-top: 18px;
}

.categorias_columna1
{
    float: left;
    height: 167px;
    width: 220px;
    margin-left: 35px;
}

.categorias_columna2
{
    float: right;
    height: 167px;
    width: 220px;
    margin-right: 35px;
}

#contenedor_premios
{
    margin-top: 10px;
    margin-left: 15px;
}

.premio_contenedor
{
    width: 95%;
    height: 100px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    
}
.puntosPremio{
 color: #e3001b;
font-family: arial;
font-size: 14px;
font-weight: bold;
}
.nombrePremio
{
 color: #000000;
font-family: arial;
font-size: 14px;
font-weight: bold;   
    }
.descripcionPremio
{
    color: #666666;
font-family: arial;
font-size: 12px;
    }
.premio_imagen
{
    /*display: inline-block;*/
    float: left;
    height: 100px;
    width: 100px;
}

/*.premio_info
{
    margin-left: 20px;
    float:right;
    /*display: inline-block;
    height: 100px;
    width: 400px;
    border-bottom: 1px dashed #CD2626;
}*/

/*.premio_info
{
   /* padding-bottom: 10px;
  
    margin: 30 -40 10px;
    float:right;
    /*display: inline-block;
    height: 130px;
    width: 400px;
    border-bottom: 1px solid #cccccc;
}*/
.solicitud_info {
  border-bottom: 1px solid #cccccc;
  height: auto;
  width: 100%;
}
/* Producto.ascx*/
#producto_contenedor {
  height: 365px;
  margin-top: 30px;
  width: 565px;
}
.productoEspecificoNombre{
    color: #000000;
font-family: arial;
font-size: 14px;
font-weight: bold;
    
    }
 .productoEspecificoDescripcion
 {
     color: #666666;
font-family: arial;
font-size: 12px;
     }
 .productoEspecificoPuntos
 {
     color: #e3001b;
font-family: arial;
font-size: 18px;
font-weight: bold;

margin: 20px 0;
padding: 7px 0;
     }
#producto_imagen
{
    margin-left: auto;
    margin-right: auto;
    height: 255px;
    width: 255px;
}

#producto_info
{
    width: 565px;
    border-top: 1px solid #cccccc;
}



#producto_puntos
{
border-bottom: 1px dashed;
border-top: 1px dashed;
height: 30px;
padding-top: 10px;
text-align: center;
}

/* Clases */

.ddlStyle
{
    margin-left: 5px;
    width: 206px;
    height: 22px;
}
.ddlStyle2
{
    margin-left: 0px;
    width: 206px;
    height: 22px;
}
.error
{
    background: #E66761;
}
.ok
{
    background: #000C;
}
.watermark
{
    font-weight: lighter;
    color: Gray;
}

.watermark_error
{
    font-weight: lighter;
    color: White;
    background: #E66761;
}



.boton_trapecio
{
    text-decoration: none;
    width: 100px;
    height: auto;
    border: 0px;
    background: #B80000 url(Images/triangulo_boton.png) no-repeat;
    background-color: #bbd32f;
    color: White;
    font-size: large;
    font-weight: bold;
    text-align: center;
    padding-bottom: 3px;
    cursor: pointer;
    padding-right: 10px;
    border-radius: 3px;
    padding-left: 10px;
}



.boton_trapecio:hover
{
    /*background: #900000 url(Images/triangulo_boton.png) no-repeat;*/
   /* background: url(../Images/fondo_boton.png) no-repeat;*/
}

.boton_trapecio:active
{
    /*background: #700000 url(Images/triangulo_boton.png) no-repeat;*/
   background: url(../Images/fondo_boton.png) no-repeat;
}

.cargando
{
    background: url(Images/cargando.gif) no-repeat;
}

ul:focus
{
    outline: none;
}

li:focus
{
    outline: none;
}

a:focus
{
    outline: none;
}

.paginacion a{
   background:none repeat scroll 0 0 #AB2828;
   display:block;
   float:left;
   font-weight:bold;
   margin:0 5px 0 0;
   padding:5px 10px;
   text-decoration:none;
   color:white;
 }
 
 .leftContent {
  display: inline;
  float: left;
  margin-left: 16px;
}

 .rightContent {
  display: inline;
  float: right;
}

img {
  border: medium none;
}

.titulo4 {
  color: #e3001b;
/*  font-family: Rock;*/
  font-size: 29px;
}
.titulo5 {
  color: #e3001b;
  /*font-family: Rock;*/
  font-size: 34px;
}
.titulo6 {
  color: #666666;
  font-family: arial;
  font-size: 14px;
  margin: 17px 0 0;
}

.container8 {
 
}

element.style {
  padding: 32px 0 0 0;
}

img {
  border: medium none;
  margin-left: 140px;
}

.container7 {
  margin: 0 10px;
}
.clear {
  clear: both;
}

/* ESTILOS ACTUALIZAR DATOS*/

#actualizar_respuesta
{
   background: #e66761 none repeat scroll 0 0;
border: 1px solid #cd2626;
color: White;
font-size: medium;
font-weight: bold;
height: 25px;
margin-left: 33px;
margin-top: 10px;
padding-top: 10px;
text-align: center;
width: 400px;
}

#datos_correctos
{
    background: #68bf49 none repeat scroll 0 0;
    border: 1px solid #68bf49;
    color: White;
    font-size: medium;
    font-weight: bold;
    height: auto;
    margin-left: 33px;
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
    width: 400px;
    margin-bottom: 20px;
}

.actualizar_formulario
{
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 28px;
}

.actualizar_formulario input
{
    margin-left: 5px;
    margin-right: 5px;
}

.container13 {
  margin: 8px 0;
}

.container12 {
  margin-right: 13px;
  text-align: right;
  width: 162px;
}
.label1 {
  color: #bbd32f !important;
  font-family: Arial;
  font-size: 12px;
  margin: 0 2px;
}
.titulo7 {
  color: #666666;
  /*font-family: Rock;*/
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.container5 {
  border-bottom: 1px dashed black;
  border-top: 1px dashed black;
  margin: 20px 0;
  padding: 7px 0;
}


#ControlActualizar_ID_DropDownListEstadoCivil {
  border-color: #666666;
  border-style: solid;
  border-width: 1px;
  color: #666666;
  height: 20px;
  line-height: 20px;
}
.container16 {
  width: 200px;
}
.titulo10 {
  color: #666666;
  font-family: arial;
  font-size: 12px;
}
.containerFilled4 {
  background-color: #f1f1f1;
  border-bottom: 3px solid white;
  padding-bottom: 8px;
  padding-top: 8px;
}
.container18 {
  padding: 1px 13px 1px 0;
  text-align: right;
  width: 500px;
}
.titulo14 {
  color: #4b4b4b;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  width: 320px;
}

.containerFilled5 {
  background-color: #f9f9f9;
  border-bottom: 3px solid white;
  padding-bottom: 8px;
  padding-top: 8px;
}
.container18 {
  padding: 1px 13px 1px 0;
  text-align: right;
  width: 500px;
}
#DropDownListMotivo {
  height: 20px;
  width: 206px;
  color: grey;
}
.DropDownListMotivo {
  height: 20px;
  width: 206px;
  color: grey;
}


.premios_boton_filtrar
{
    width: 15px;
    height: 15px;
    border: 0px;
    background: url(/Images/btn_buscar.PNG) no-repeat;
    cursor: pointer;
}

#titulo_premios
{
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    font-size: large;
    font-weight: bolder;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#filtros_premios
{
    width: 100%;
    height: 25px;
}

#seleccion_rubro
{
    margin-left: 50px;
    display: inline-block;
}

#rango_puntos
{
    margin-left: 20px;
    display: inline-block;
}

#cuerpo_premios
{
    height: 375px;
}

.categorias_fila
{
    height: 167px;
    margin-top: 18px;
}

.categorias_columna1
{
    float: left;
    height: 167px;
    width: 220px;
    margin-left: 90px;
}

.categorias_columna2
{
    float: right;
    height: 167px;
    width: 220px;
    margin-right: 30px;
}


#contenedor_premios
{
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

.premio_contenedor
{
    width: 100%;
    height: 130px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    
}

.premio_imagen
{
    /*display: inline-block;*/
    float: left;
    height: 100px;
    width: 100px;
}


.input1{
    color:grey;
    }
   
.paginacion a{
   background:none repeat scroll 0 0 #AB2828;
   display:block;
   float:left;
   font-weight:bold;
   margin:0 5px 0 0;
   padding:5px 10px;
   text-decoration:none;
   color:white;
 }