/*
	ESTRUCTURA = STYLE HEADER | STYLES MIDDLE | STYLES FOOTER
*/

h1, h2, h3, h4, h5, h6, h7, form, table {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
h2 {
    font-family:Tahoma, Arial, Helvetica;
    font-size:13px;
    color:#005600;
    font-weight:bold;
    line-height:52px;
    text-align:left;
    padding-left:31px;
}
h3 {
    font-family:Tahoma, Arial, Helvetica;
    font-size:11px;
    color:#005600;
    line-height:15px;
    text-align:left;
    padding-left:31px;
}
.h3 {
    font-family:Tahoma, Arial, Helvetica;
    font-size:11px;
    color:#929292;
    line-height:15px;
    text-align:left;
    padding:12px 0px 0px 32px;
}
h4 {
    font-family:Tahoma, Arial, Helvetica;
    font-size:11px;
    color:#929292;
    line-height:15px;
    text-align:left;
    padding-left:31px;
}
h5 {
    font-family:Tahoma, Arial, Helvetica;
    font-size:10px;
    color:#787878;
    font-weight:bold;
    line-height:18px;
    text-align:right;
}
h6 {
    font-family:Tahoma, Arial, Helvetica;
    font-size:10px;
    color:#929292;
    text-align:left;
}
.h6 {
    font-family:Tahoma, Arial, Helvetica;
    font-size:10px;
    color:#929292;
    text-align:left;
}
a.h6 {
    color:#929292;
    text-decoration:none;
}
.h6:hover {
    text-decoration:underline;
}
h6.altura {
    font-family:Tahoma, Arial, Helvetica;
    font-size:10px;
    color:#929292;
    text-align:left;
    padding:15px 0px 0px 130px;
}
h6.altura2 {
    font-family:Tahoma, Arial, Helvetica;
    font-size:10px;
    color:#929292;
    text-align:left;
    padding:8px 0px 15px 70px;
}
/*---------------------------------------------- STYLE HEADER  ----------------------------------------------*/
#top {
    position:relative;
    width:100%;
    height:320px;
    background:url(../images/bg.01.jpg);
    background-repeat:repeat-x;
    text-align:center;
}
#header {
    width:973px;
    height:320px;
    margin:auto;
    text-align:center;
    position:relative;
}
#cerrarSesion {
    background:url(../images/cerrar.sesion.jpg) no-repeat;
    position:absolute;
    top:15px;
    right:0px;
    width:147px;
    height:32px;
    cursor:pointer;
    background-position:0px 0px;
}
#cerrarSesion:hover {
    background:url(../images/cerrar.sesion.jpg) no-repeat;
    background-position:0px 0px;
}
#h1 {
    width:973px;
    height:132px;
    margin:auto;
    text-align:center;
}
#logo {
    width:230px;
    height:120px;
    float:left;
    background-position:center;
    cursor:pointer;
    text-align:center;
}
/*
	STYLE HEADER MENU
*/
#menu {
    width:743px;
    height:44px;
    float:left;
    margin-bottom:5px;
}
#chat {
    width:743px;
    height:56px;
    float:left;
    margin-top:27px;
    text-align:right;
}
.btn1 {
    background: url(../images/btn.quienes.jpg);
    background-repeat:no-repeat;
    height:43px;
    width:106px;
    float: right;
    cursor:pointer;
    background-position:0px 0px;
}
.btn2 {
    background: url(../images/btn.como.jpg);
    background-repeat:no-repeat;
    height:43px;
    width:158px;
    float: right;
    cursor:pointer;
    background-position:0px 0px;
}
.btn3 {
    background: url(../images/btn.faq.jpg);
    background-repeat:no-repeat;
    height:43px;
    width:159px;
    float: right;
    cursor:pointer;
    background-position:0px 0px;
}
.btn4 {
    background: url(../images/btn.consejos.jpg);
    background-repeat:no-repeat;
    height:43px;
    width:81px;
    float: right;
    cursor:pointer;
    background-position:0px 0px;
}
.btn5 {
    background: url(../images/btn.contacto.jpg);
    background-repeat:no-repeat;
    height:43px;
    width:85px;
    float: right;
    cursor:pointer;
    background-position:0px 0px;
}
.btn6 {
    background: url(../images/btn.home.jpg);
    background-repeat:no-repeat;
    height:43px;
    width:85px;
    float: right;
    cursor:pointer;
    background-position:0px 0px;
}
.btn1:hover {
    background: url(../images/btn.quienes.jpg);
    background-position:0px -106px;
}
.btn2:hover {
    background: url(../images/btn.como.jpg);
    background-position:0px -106px;
}
.btn3:hover {
    background: url(../images/btn.faq.jpg);
    background-position:0px -106px;
}
.btn4:hover {
    background: url(../images/btn.consejos.jpg);
    background-position:0px -106px;
}
.btn5:hover {
    background: url(../images/btn.contacto.jpg);
    background-position:0px -106px;
}
.btn6:hover {
    background: url(../images/btn.home.jpg);
    background-position:0px -106px;
}
.btn1_seleccionado {
    background: url(../images/btn.quienes.jpg);
    background-repeat:no-repeat;
    height:43px;
    width:106px;
    float: right;
    cursor:pointer;
    background-position:0px -53px;
}
.btn2_seleccionado {
    background: url(../images/btn.como.jpg);
    background-repeat:no-repeat;
    height:43px;
    width:158px;
    float: right;
    cursor:pointer;
    background-position:0px -53px;
}
.btn3_seleccionado {
    background: url(../images/btn.faq.jpg);
    background-repeat:no-repeat;
    height:43px;
    width:159px;
    float: right;
    cursor:pointer;
    background-position:0px -53px;
}
.btn4_seleccionado {
    background: url(../images/btn.consejos.jpg);
    background-repeat:no-repeat;
    height:43px;
    width:81px;
    float: right;
    cursor:pointer;
    background-position:0px -53px;
}
.btn5_seleccionado {
    background: url(../images/btn.contacto.jpg);
    background-repeat:no-repeat;
    height:43px;
    width:85px;
    float: right;
    cursor:pointer;
    background-position:0px -53px;
}
.btn6_seleccionado {
    background: url(../images/btn.home.jpg);
    background-repeat:no-repeat;
    height:43px;
    width:85px;
    float: right;
    cursor:pointer;
    background-position:0px -53px;
}
/*
	STYLE LOGIN
*/
#h2 {
    width:973px;
    height:188px;
    margin:auto;
    text-align:left;
    background: url(../images/bg.03.jpg);
    background-repeat:no-repeat;
    background-position:center;
}
#h3 {
    float:left;
    width:500px;
}
#camposlogin {
    width:400px;
    height:125px;
    position:relative;
    overflow:hidden;
}
#bienvidaUsuario {
    position:absolute;
    height:16px;
    width:250px;
    top:37px;
    left:40px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#aaaaaa;
    font-weight:bold;
    line-height:16px;
}
#btnLogin {
    height:52px;
    width:250px;
    position:absolute;
    top:53px;
    left:40px;
    padding-top:15px;
}
#loginBtnIzq {
    height:32px;
    width:82px;
    float:left;
    padding-left:20px;
    background: url(../images/micuenta.jpg) no-repeat;
    cursor:pointer;
    background-position:0px 0px;
}
#loginBtnIzq:hover {
    background: url(../images/micuenta.jpg) no-repeat;
    background-position:0px -40px;
}
#loginBtnDatos {
    height:32px;
    width:82px;
    float:left;
    padding-left:20px;
    background: url(../images/btn_misdatos.jpg) no-repeat;
    cursor:pointer;
    background-position:0px 0px;
}
#loginBtnDatos:hover {
    background: url(../images/btn_misdatos.jpg) no-repeat;
    background-position:0px -40px;
}
#loginBtnCalificar {
    height:32px;
    width:82px;
    float:left;
    padding-left:20px;
    background: url(../images/btn_calificar.jpg) no-repeat;
    cursor:pointer;
    background-position:0px 0px;
}
#loginBtnCalificar:hover {
    background: url(../images/btn_calificar.jpg) no-repeat;
    background-position:0px -40px;
}

#loginBtnDer {
    height:32px;
    width:82px;
    float:left;
    padding-left:20px;
    background: url(../images/publicar.btn.jpg) no-repeat;
    cursor:pointer;
    background-position:0px 0px;
}
#loginBtnDer:hover {
    background: url(../images/publicar.btn.jpg) no-repeat;
    background-position:0px -40px;
}
#buscador {
    width:400px;
    height:47px;
}
#swf {
    width:300px;
    height:173px;
    float: right;
    margin-top:8px;
    margin-right:1px;
}
/*--------------------------------------------------------- STYLES MIDDLE ----------------------------------------------*/
#middle {
    position:relative;
    width:100%;
    text-align:center;
    background-image:url(../images/bg.pie.jpg);
    background-repeat:no-repeat;
    background-position:center bottom;
    background-color: #eeeeee;
}
#contenido {
    width:973px;
    margin:auto;
    overflow:auto;
}

#contenido_flash {
    width:973px;
    margin:auto;
}
#titulo {
    width:510px;
    height:35px;
    background-image:url(../images/tit.descuentosdestacados.jpg);
    background-repeat:no-repeat;
    margin-top:8px;
}
#tituloContrasena {
    width:510px;
    height:35px;
    background-image:url(../images/confirmacion.jpg);
    background-repeat:no-repeat;
    margin-top:8px;
}
#secciones_internas01 {
    width:650px;
    float: left;
    text-align:left;
}
/*
	STYLES CUPONES
*/
#contenido02 {
    width:520px;
    float: left;
    text-align:left;
    margin:0px 0px 0px 20px;
}
#cupones {
    float:left;
    width:510px;
    position:relative;
}


.cupon {
    background-image:url(../images/bg.cupon.jpg);
    background-repeat:no-repeat;
    width:159px;
    height:102px;
    float:left;
    position:relative;
    background-position:bottom;
    z-index:90;
}
.cupon10por {
    background-image:url(../images/cupon.10.por.jpg);
    background-repeat:no-repeat;
    width:158px;
    height:94px;
    float:left;
    margin-right:9px;
    margin-top:9px;
}
.cupon20por {
    background-image:url(../images/cupon.20.por.jpg);
    background-repeat:no-repeat;
    width:158px;
    height:94px;
    float:left;
    margin-right:9px;
    margin-top:9px;
}
.cupon30por {
    background-image:url(../images/cupon.30.por.jpg);
    background-repeat:no-repeat;
    width:158px;
    height:94px;
    float:left;
    margin-right:9px;
    margin-top:9px;
}
.cuponxpor {
    background:url(../images/cupon.standard.fondo.jpg) no-repeat;
    width:158px;
    height:94px;
    float:left;
    margin-right:9px;
    margin-top:9px;
}
#contenedorGlobo {
    position:relative;
}
.cuponGloboFlash {
    position:absolute;
    top:0px;
    left:100px;
    width:60px;
    height:53px;
    z-index:200;
}
#cuponLogoStandard {
    width:135px;
    height:85px;
    margin-right:9px;
    margin-top:9px;
    position:absolute;
    top:0px;
    left:0px;
    overflow:hidden;
}
/*
	STYLES BANNER OCASION
*/
#bannerocasion {
    width:510px;
    float:left;
    text-align:left;
    padding:23px 0px 10px 0px;
}
#bannerocasion1 {
    padding:15px 10px;
    text-align:left;
    width:480px;
    clear:both;
}
/*
	STYLES LOS MAS UTILIZADOS
*/
#caja {
    width:488px;
    float:left;
    text-align:right;
}
#losmasutilizados {
    background-image:url(../images/bg.losmas.jpg);
    background-repeat:no-repeat;
    background-position:right;
    float:left;
    width:488px;
    height:31px;
}
/*
	estilos menu
*/
#contenido01 {
    width:240px;
    float: left;
}
.menu_titulo {
    background-image:url(../images/bg.cat.jpg);
    background-repeat:no-repeat;
    width:228px;
    height:40px;
}
#link00 {
    width:228px;
    height:24px;
    cursor:pointer;
}

#link01 {
    background-image:url(../images/link01.jpg);
    background-repeat:no-repeat;
    width:228px;
    height:24px;
    cursor:pointer;
    background-position:0px 0px;
}
#link01:hover {
    background: url(../images/link01.jpg);
    background-position:0px 24px;
}
#link02 {
    background-image:url(../images/link02.jpg);
    background-repeat:no-repeat;
    width:228px;
    height:24px;
    cursor:pointer;
    background-position:0px 0px;
}
#link02:hover {
    background: url(../images/link02.jpg);
    background-position:0px 24px;
}
#link03 {
    background-image:url(../images/link03.jpg);
    background-repeat:no-repeat;
    width:228px;
    height:24px;
    cursor:pointer;
    background-position:0px 0px;
}
#link03:hover {
    background: url(../images/link03.jpg);
    background-position:0px 24px;
}
#link04 {
    background-image:url(../images/link04.jpg);
    background-repeat:no-repeat;
    width:228px;
    height:24px;
    cursor:pointer;
    background-position:0px 0px;
}
#link04:hover {
    background: url(../images/link04.jpg);
    background-position:0px 24px;
}
#link05 {
    background-image:url(../images/link05.jpg);
    background-repeat:no-repeat;
    width:228px;
    height:24px;
    cursor:pointer;
    background-position:0px 0px;
}
#link05:hover {
    background: url(../images/link05.jpg);
    background-position:0px 24px;
}
#link06 {
    background-image:url(../images/link06.jpg);
    background-repeat:no-repeat;
    width:228px;
    height:24px;
    cursor:pointer;
    background-position:0px 0px;
}
#link06:hover {
    background: url(../images/link06.jpg);
    background-position:0px 24px;
}
#link07 {
    background-image:url(../images/link07.jpg);
    background-repeat:no-repeat;
    width:228px;
    height:24px;
    cursor:pointer;
    background-position:0px 0px;
}
#link07:hover {
    background: url(../images/link07.jpg);
    background-position:0px 24px;
}
#link08 {
    background-image:url(../images/link08.jpg);
    background-repeat:no-repeat;
    width:228px;
    height:24px;
    cursor:pointer;
    background-position:0px 0px;
}
#link08:hover {
    background: url(../images/link08.jpg);
    background-position:0px 24px;
}
#link09 {
    background-image:url(../images/link09.jpg);
    background-repeat:no-repeat;
    width:228px;
    height:24px;
    cursor:pointer;
    background-position:0px 0px;
}
#link09:hover {
    background: url(../images/link09.jpg);
    background-position:0px 24px;
}
#link010 {
    background-image:url(../images/link010.jpg);
    background-repeat:no-repeat;
    width:228px;
    height:24px;
    cursor:pointer;
    background-position:0px 0px;
}
#link010:hover {
    background: url(../images/link010.jpg);
    background-position:0px 24px;
}
#link011 {
    background-image:url(../images/link011.jpg);
    background-repeat:no-repeat;
    width:228px;
    height:24px;
    cursor:pointer;
    background-position:0px 0px;
}
#link011:hover {
    background: url(../images/link011.jpg);
    background-position:0px 24px;
}
#link012 {
    background-image:url(../images/link012.jpg);
    background-repeat:no-repeat;
    width:228px;
    height:24px;
    cursor:pointer;
    background-position:0px 0px;
}
#link012:hover {
    background: url(../images/link012.jpg);
    background-position:0px 24px;
}
#link013 {
    background-image:url(../images/link013.jpg);
    background-repeat:no-repeat;
    width:228px;
    height:24px;
    cursor:pointer;
    background-position:0px 0px;
}
#link013:hover {
    background: url(../images/link013.jpg);
    background-position:0px 24px;
}
#link014 {
    background-image:url(../images/link014.jpg);
    background-repeat:no-repeat;
    width:228px;
    height:24px;
    cursor:pointer;
    background-position:0px 0px;
}
#link014:hover {
    background: url(../images/link014.jpg);
    background-position:0px 24px;
}
#link015 {
    background-image:url(../images/link015.jpg);
    background-repeat:no-repeat;
    width:228px;
    height:24px;
    cursor:pointer;
    background-position:0px 0px;
}
#link015:hover {
    background: url(../images/link015.jpg);
    background-position:0px 24px;
}
#link016 {
    background-image:url(../images/link016.jpg);
    background-repeat:no-repeat;
    width:228px;
    height:24px;
    cursor:pointer;
    background-position:0px 0px;
}
#link016:hover {
    background: url(../images/link016.jpg);
    background-position:0px 24px;
}
#link017 {
    background-image:url(../images/link017.jpg);
    background-repeat:no-repeat;
    width:228px;
    height:24px;
    cursor:pointer;
    background-position:0px 0px;
}
#link017:hover {
    background: url(../images/link017.jpg);
    background-position:0px 24px;
}
#link018 {
    background-image:url(../images/link018.jpg);
    background-repeat:no-repeat;
    width:228px;
    height:24px;
    cursor:pointer;
    background-position:0px 0px;
}
#link018:hover {
    background: url(../images/link018.jpg);
    background-position:0px 24px;
}
#link019 {
    background-image:url(../images/link019.jpg);
    background-repeat:no-repeat;
    width:228px;
    height:24px;
    cursor:pointer;
    background-position:0px 0px;
}
#link019:hover {
    background: url(../images/link019.jpg);
    background-position:0px 24px;
}
#link020 {
    background-image:url(../images/link020.jpg);
    background-repeat:no-repeat;
    width:228px;
    height:24px;
    cursor:pointer;
    background-position:0px 0px;
}
#link020:hover {
    background: url(../images/link020.jpg);
    background-position:0px 24px;
}
#link021 {
    background-image:url(../images/link021.jpg);
    background-repeat:no-repeat;
    width:228px;
    height:24px;
    cursor:pointer;
    background-position:0px 0px;
}
#link021:hover {
    background: url(../images/link021.jpg);
    background-position:0px 24px;
}
.menubackground {
    background-image:url(../images/bg.cat.02.jpg);
    background-repeat:repeat-y;
}
/*
	STYLE INCLUDE BANNERS
*/
#contenido03 {
    width:183px;
    background-color:#FFFFFF;
    padding:5px;
    text-align:center;
    float: left;
}

.banners {
    width:183px;
    background-color:#d2d6bb;
    margin:auto auto 10px auto;
    padding-top:7px;
    padding-bottom:7px;
}
.bannerultimo {
    width:183px;
    background-color:#d2d6bb;
    margin:auto auto 5px auto;
    padding-top:5px;
    padding-bottom:5px;
}
.espacio_pie {
    padding-bottom:25px;
}
#include_banner {
    float:left;
}
/*--------------------------------------------------------- STYLES FOOTER ---------------------------------------------------------*/
#footer {
    position:relative;
    width:100%;
    height:65px;
    background:url(../images/bg.02.jpg);
    background-repeat:repeat-x;
}
#pie {
    width:973px;
    height:70px;
    margin:auto;
    text-align:center;
}
#copyright {
    cursor:pointer;
    float:left;
    height:35px;
    width:973px;
    text-align:center;
}
#btn_txt {
    cursor:pointer;
    float:right;
    height:35px;
    padding:11px 5px 11px 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#333333;
}
#btn_txt:hover {
    cursor:pointer;
    float:right;
    height:35px;
    padding:11px 5px 11px 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#007800;
}
#txt01 {
    float:left;
    width:300px;
    padding:11px 0px 11px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#333333;
}
#txt02 {
    float:left;
    width:673px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#333333;
}
#logouo {
    cursor:pointer;
    float:right;
    width:973px;
    height:35px;
    text-align: right;
    padding:10px 0px 0px 0px;
}
/*-------------------------------------------------------- STYLES MI CUENTA-------------*/


#micuentaSup {
    margin:auto;
    width:923px;
    height:54px;
}
#micuentaMain {
    margin:auto;
    width:923px;
    height:340px;
    background-color:#e0e1dc;
    border:solid 1px #d3d7bd;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#7e7e7e;
    text-align:left;
}
#mcs1 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#f9a308;
    font-weight:bold;
    width:811px;
    height:31px;
    float:left;
    text-align:left;
    margin-top:13px;
}
#mcs2 {
    width:112px;
    height:31px;
    float:left;
    vertical-align:middle;
    background-image: url(../images/panel.btn1.home.jpg);
    cursor:pointer;
    margin-top:9px;
}
#mcs2:hover {
    width:112px;
    height:31px;
    float:left;
    vertical-align:middle;
    background-image: url(../images/panel.btn1.home.r.jpg);
    cursor:pointer;
}
#mcs3 {
    width:923px;
    height:10px;
    float:left;
    background:url(../images/panel.linea.jpg) repeat-x center;
}
.panelbtn {
    background-image:url(../images/panel.btn.home.jpg);
    background-position:center;
    background-repeat:no-repeat;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
}
.panelbtn:hover {
    background-image:url(../images/panel.btn.home.r.jpg);
    background-position:center;
    background-repeat:no-repeat;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
}
.panelbtn1 {
    background-image:url(../images/panel.btn2.jpg);
    background-position:center;
    background-repeat:no-repeat;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
}
.panelbtn1:hover {
    background-image:url(../images/panel.btn2.r.jpg);
    background-position:center;
    background-repeat:no-repeat;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
}
/*-------------------------------------------------------- FIN STYLES MI CUENTA---------------<*/

/*-------------------------------------------------------- CONTACTO-------------*/
#contenidocontacto {
    padding-top:12px;
    padding-left:28px;
    position:relative;
    width:973px;
    height:700px;
    overflow: hidden;
    margin:auto;
}
#contenidocontacto2 {
    padding-top:12px;
    padding-left:28px;
    position:relative;
    width:973px;
    height:1000px;
    overflow: hidden;
    margin:auto;
}
#contenidoSugerencia {
    padding-top:12px;
    padding-left:28px;
    position:relative;
    width:973px;
    height:280px;
    overflow: hidden;
    margin:auto;
}
#contenidoQuienes {
    padding-top:12px;
    padding-left:28px;
    position:relative;
    width:973px;
    height:520px;
    overflow: hidden;
    margin:auto;
}
#contactoizquierda {
    width:264px;
    height:700px;
    float:left;
}
#contactomedio {
    width:380px;
    height:420px;
    float:left;
    background:url(../images/contacto.background.jpg) no-repeat;
    background-color:#E0E1DC;
}
#contactofranquicia {
    /*	width:600px;*/
    height:850px;
    float:left;
    background:url(../images/contacto.background.jpg) no-repeat;
    background-color:#E0E1DC;
}
#contactoSugerencia {
    width:380px;
    height:280px;
    float:left;
    background:url(../images/contacto.background.jpg) no-repeat;
    background-color:#E0E1DC;
}
#contactoderecha {
    width:270px;
    height:420px;
    float:left;
    background-color:#f7f7f7;
    margin-left:20px;
}
#derechaSugerencia {
    width:270px;
    height:280px;
    float:left;
    background-color:#f7f7f7;
    margin-left:20px;
}
#citop {
    height:215px;
    width:264px;
    background: url(../images/contacto.banner1.jpg) no-repeat;
}
#cidown {
    height:166px;
    width:264px;
    background: url(../images/contacto.banner2.jpg) no-repeat left bottom;
    cursor:pointer;
}
#cidownQuienes {
    height:305px;
    width:264px;
    background: url(../images/banner.como.jpg) no-repeat left bottom;
    cursor:pointer;
}
.tabla3 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#7a7a7a;
    text-align:justify;
}
#aj_registro_newsletter {
    font-family:Arial, Helvetica, sans-serif;
    color:#FFFFFF;
    font-size:14px;
}
/*-------------------------------------------------------- FIN CONTACTO---------------<*/

/*-------------------------------------------------------- CONSEJOS-------------*/

#contenidoConsejos {
    position:relative;
    background:url(../images/consejos_fondo.jpg) no-repeat;
    width:973px;
    height:580px;
    overflow: hidden;
    margin:auto;
}
.consejosMainLeft {
    width:414px;
    height:600px;
    float:left;
    padding: 108px 0px 0px 40px;
    overflow:hidden;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color: #818181;
}
.consejosMainRight {
    width:414px;
    height:600px;
    float:left;
    padding: 108px 0px 0px 80px;
    overflow:hidden;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color: #818181;
}
.consejosIzqUsuario {
    width:25px;
    height:29px;
    float: left;
}
.consejosDerUsuario {
    width:340px;
    float: left;
    padding:0px 20px 22px 10px;
    text-align:left;
}
.consejosIzqAuspiciante {
    width:25px;
    height:29px;
    float: left;
}
.consejosDerAuspiciante {
    width:340px;
    float: left;
    padding:0px 20px 22px 10px;
    text-align:left;
}
/*-------------------------------------------------------- FIN CONSEJOS---------------<*/

/*-------------------------------------------------------- FAQ -------------*/

#contenidoFaq {
    position:relative;
    background:url(../images/preguntas_fondo.jpg) no-repeat top;
    width:973px;
    overflow: hidden;
    margin:auto;
    padding:100px 0px 0px 0px;
}
#faqLeft {
    width:486px;
    float:left;
    margin:auto;
    background-color:#E0E1DC;
}
#faqRight {
    width:486px;
    float:left;
    background-color:#F7F7F7;
}
.faqContenidoLeft {
    width:19px;
    height:38px;
    background: url(../images/preguntas.fondo.bullet.jpg) no-repeat;
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color: #9b9b9b;
    font-weight:bold;
    line-height:35px;
    padding-left:46px;
    text-align: justify;
}
.faqContenidoRight {
    width:19px;
    height:38px;
    background: url(../images/preguntas.fondo.bullet.blanco.jpg) no-repeat left;
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color: #9b9b9b;
    font-weight:bold;
    line-height:35px;
    padding-left:46px;
    text-align: justify;
}
.faqContenidoTitulo {
    width:400px;
    float:left;
    text-align:left;
    background: url(../images/preguntas.fondo.titular.jpg) no-repeat;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#016101;
    font-weight:bold;
    padding-left:15px;
    line-height: 38px;
}
.faqContenidoTituloRight {
    width:400px;
    float:left;
    text-align:left;
    background: url(../images/fondo.titular.blanco.jpg) no-repeat left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#016101;
    font-weight:bold;
    padding-left:15px;
    line-height: 38px;
}
.faqContenidoTexto {
    width:380px;
    float:left;
    text-align:left;
    padding: 8px 0px 8px 90px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    color: #818181;
}
#fackLeftBck {
    background:url(../images/preguntas.fondo1.abajo.jpg) no-repeat bottom;
    height:1160px;
    width:486px;
    float:left;
    background-color::#E0E1DC;
}
#fackRightBck {
    background:url(../images/preguntas.fondo2.abajo.jpg) no-repeat bottom;
    height:1160px;
    width:486px;
    float:left;
}
#faqFondo {
    height:1160px;
    width:486px;
    background-color:#E0E1DC;
    float:left;
}
#faqFondoRight {
    height:1160px;
    width:486px;
    float:left;
}
#interlinea {
    line-height:20px;
}
/*-------------------------------------------------------- FAQ ---------------<*/



/*-------------------------------------------------------- ALTA CUPONES -------------*/

#contenidoAlta {
    width: 973px;
    /*	height: 817px;*/
    position:relative;
    overflow: hidden;
    margin:auto;
}
#contenedorAlta {
    width: 923px;
    /*	height: 785px;*/
    margin: 12px 25px 0px 25px;
}
#encabezadoAlta {
    width: 923px;
    height: 35px;
    float:left;
    background:url(../images/alta.fondo.encabezado.jpg) no-repeat;
}
#encabezadoMiscupones {
    width: 923px;
    height: 35px;
    float:left;
}
#mainAlta {
    width: 923px;
    /*	height: 750px;*/
    float:left;
    position:relative;
    z-index:100;
    background-color:#e0e1dc;
    border:#d8dac5 solid 1px;
}
#mainAltaPaso4 {
    width: 923px;
    height: 550px;
    float:left;
    background-color:#e0e1dc;
    border:#d8dac5 solid 1px;
}
#encabezadoIzq {
    width:200px;
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:bold;
    color:#f9a308;
    text-align:left;
    line-height:30px;
}
#encabezadoDer {
    width:723px;
    float:left;
    height:31px;
    background:url(../images/alta.fondo.pasos.jpg) no-repeat right;
}
.paso {
    background:url(../images/alta.fondo.paso.jpg) no-repeat center;
    width:63px;
    height:31px;
    float:right;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#777777;
    line-height:31px;
    cursor:pointer;
}
.paso:hover {
    background:none;
}
.pasoClick {
    background:none;
    cursor:default;
}
.pasoProhibido {
    background:url(../images/alta.fondo.paso.jpg) no-repeat center;
    width:63px;
    height:31px;
    float:right;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#777777;
    line-height:31px;
    cursor:default;
}
.main {
    width:923px;
    float:left;
    position:relative;
}
#calculadora {
    position:absolute;
    top:70px;
    right:60px;
    width: 116px;
    height: 149px;
    background: url(../images/calculardora_fondo.jpg) no-repeat;
    z-index:210;
}
#calculadoraGris {
    position:absolute;
    top:70px;
    right:60px;
    width: 116px;
    height: 149px;
    background: url(../images/calculadora_gris_fondo.jpg) no-repeat;
    z-index:210;
}
#numbers {
    position:absolute;
    top:85px;
    right:60px;
    width: 116px;
    height: 26px;
    text-align:right;
    padding-right:18px;
    z-index:211;
}
.slide {
    list-style-type:none;
    font-family: Tahoma, Arial, sans-serif;
    font-size:11px;
    color: #666666;
    text-align:left;
    padding-top:0px;
    padding-left:0px;
    margin-left:0px;
}
.slide li {
    list-style-type:none;
    font-family: Tahoma, Arial, sans-serif;
    font-size:11px;
    color: #666666;
    text-align:left;
    padding-top:0px;
    padding-left:0px;
    margin-left:0px;
}
.slide li a {
    text-decoration:none;
    list-style-type:none;
    font-family: Tahoma, Arial, sans-serif;
    font-size:11px;
    color: #666666;
    text-align:left;
    padding-top:0px;
    padding-left:0px;
    margin-left:0px;
    margin-left:0px;
}
.slide li a:hover {
    text-decoration:none;
    list-style-type:none;
    font-family: Tahoma, Arial, sans-serif;
    font-size:11px;
    color: #f9a308;
    text-align:left;
    padding-top:0px;
    padding-left:0px;
    margin-left:0px;
    margin-left:0px;
}
/*-----------------------HIJOS DE  MAIN-----------------------*/
#main1 {
    height:50px;
}
#main20 {
    background:url(../images/alta.fondo.main2.jpg) no-repeat center;
    height:100px;
    padding-bottom:10px;
}
#main20d {
    background:url(../images/alta.fondo.fin.jpg) no-repeat center;
    height:180px;
    padding-bottom:10px;
}
#main20a {
    background:url(../images/alta.fondo.paso5.jpg) no-repeat center;
    height:50px;
    padding-bottom:10px;
}
#main20b {
    background:url(../images/alta.fondo.paso5b.jpg) no-repeat center;
    height:50px;
    padding-bottom:10px;
}
#main20c {
    background:url(../images/alta.fondo.paso5c.jpg) no-repeat center;
    height:50px;
    padding-bottom:10px;
}
#main2 {
    background:url(../images/alta.fondo.main2.jpg) no-repeat center;
    height:100px;
    padding-bottom:10px;
}
#main2Izq {
    width:121px;
    height:98px;
    float:left;
    padding-top:6px;
}
#main2Der {
    width:450px;
    height:98px;
    float:left;
    padding-top:6px;
    padding-left:15px;
}
#main2Sup {
    height:20px;
    width:700px;
    float:left;
    text-align:left;
    padding:15px 0px 0px 31px;
}
#main2Supa {
    height:20px;
    width:700px;
    float:left;
    text-align:left;
    padding:18px 0px 0px 210px;
    line-height:20px;
}
* html #main2Supa{
    line-height:0px;
    padding-top:85px;
}
#main2Supb {
    height:180px;
    width:700px;
    float:left;
    text-align:left;
    padding:15px 0px 0px 31px;
}
#main2Supc {
    height:20px;
    float:left;
    text-align:left;
    padding:18px 0px 0px 550px;
    line-height:20px;
}

* html #main2Supc{
    line-height:0px;
    padding-top:85px;
}
#main2Inf {
    height:58px;
    width:700px;
    float:left;
    text-align:left;
    padding:0px 0px 0px 130px;
}
#main20Inf {
    height:100px;
    width:700px;
    float:left;
    text-align:left;
    padding:0px 0px 0px 130px;
}
#main2Inf1 {
    height:30px;
    width:700px;
    float:left;
    text-align:left;
    padding:0px 0px 0px 130px;
}
#main3 {
    height:98px;
}
#main99 {
    height:115px;
}
#main3a {
    height:78px;
}
#main4 {
    height:230px;
    float:right;
    text-align:left;
}
#main4Izq {
    width:90px;
    float:left;
}
#main4Der {
    width:250px;
    text-align:left;
    float:left;
    padding-left:10px;
}
#tinyMsg {
    float:left;
    width:150px;
    height:50px;
    background:#EEEDED url(../images/atencion.fondo.jpg) no-repeat scroll right top;
    border:1px solid #CCCCCC;
    cursor:pointer;
    padding:22px;
}
#main5 {
    background: url(../images/alta.linea.jpg) no-repeat;
    height:50px;
}
#main6 {
    height:60px;
}
#main6Izq {
    width:90px;
    float:left;
    margin-top:10px;
}
#main6Der {
    width:500px;
    text-align:left;
    float:left;
    padding-left:10px;
    margin-top:10px;
}
#main7 {
    height:90px;
    cursor:pointer;
    padding-top:20px;
}
#main7Der {
    height:32px;
    width:147px;
    margin-left:35px;
    cursor:pointer;
    float:left;
}
#main7Der:hover {
    background: url(../images/alta.siguiente.jpg) no-repeat left;
}
#main7Izq {
    background: url(../images/alta.anterior.jpg) no-repeat;
    height:32px;
    width:147px;
    margin-left:35px;
    cursor:pointer;
    float:left;
    background-position:0px 0px;
}
#main7Izq:hover {
    background: url(../images/alta.anterior.jpg) no-repeat;
    background-position:0px -42px;
}
#main7cDer {
    height:40px;
    width:90px;
    margin-left:35px;
    cursor:pointer;
    float:left;
    background: url(../images/alta.home.jpg) no-repeat left;
}
#main7cDer:hover {
    background: url(../images/alta.home.hover.jpg) no-repeat left;
}
#mainRapi {
    height:38px;
    width:90px;
    margin-left:35px;
    cursor:pointer;
    float:left;
    background: url(../images/alta.home.jpg) no-repeat;
    background-position:0px 6px;
}
#mainRapi:hover {
    background: url(../images/alta.home.hover.jpg) no-repeat;
    background-position:0px 6px;
}
#main7cIzq {
    background: url(../images/cupon.imprimir.jpg) no-repeat left;
    height:40px;
    width:90px;
    margin-left:35px;
    cursor:pointer;
    float:left;
}
#main7cIzq:hover {
    background: url(../images/cupon.imprimir.hover.jpg) no-repeat left;
}
#main7aIzq {
    background: url(../images/alta.home.jpg) no-repeat;
    height:32px;
    width:147px;
    margin-left:35px;
    cursor:pointer;
    float:left;
    background:0px 0px;
}
#main7aIzq:hover {
    background: url(../images/alta.home.jpg) no-repeat left;
    background:0px -42px;
}
#main7Med {
    background: url(../images/alta.btn.vista.jpg) no-repeat;
    height:32px;
    width:147px;
    margin-left:35px;
    cursor:pointer;
    float:left;
    background-position:0px 0px;
}
#main7Med:hover {
    background: url(../images/alta.btn.vista.jpg) no-repeat;
    background-position:0px -42px;
}
#main7Fin {
    background: url(../images/alta.btn.publicar.jpg) no-repeat;
    height:40px;
    width:147px;
    margin-left:35px;
    cursor:pointer;
    float:left;
    background-position:0px 0px;
}
#main7Fin:hover {
    background: url(../images/alta.btn.publicar.jpg) no-repeat;
    background-position:0px -32px;
}
#submitBtn {
    background: url(../images/siguiente.jpg) no-repeat;
    border:none;
    height:32px;
    width:147px;
    cursor:pointer;
    background-position:0px 0px;
}
#submitBtn:hover {
    background: url(../images/siguiente.jpg) no-repeat;
    background-position:0px -32px;
}
#submitBtn1 {
    background: url(../images/btn.finalizar.jpg) no-repeat;
    border:none;
    height:32px;
    width:147px;
    cursor:pointer;
    background-position:0px 0px;
}
#submitBtn1:hover {
    background: url(../images/btn.finalizar.jpg) no-repeat;
    background-position:0px -32px;
}
#main8 {
    height:200px;
    float:right;
}
#main8Izq {
    width:340px;
    float:right;
    text-align:left;
}
#main8Cen {
    width:358px;
    float:right;
    text-align:left;
}
#main8Der {
    width:205px;
    float:right;
    text-align:left;
}
#main8InfIzq {
    width:30px;
    float:left;
    text-align:right;
}
#main8InfDer {
    width:120px;
    float:left;
    line-height:18px;
    text-align:right;
}
#main9 {
    width:900px;
    height:30px;
    float:left;
}
#main9e {
    width:900px;
    height:45px;
    float:left;
}
#main9Izq {
    width:174px;
    float:left;
    text-align:left;
    padding:10px 0px 0px 13px;
}
#main9Cen {
    width:174px;
    float:left;
    text-align:left;
    padding:10px 0px 0px 128px;
}
#main9Der {
    width:174px;
    float:left;
    text-align:left;
    padding:10px 0px 0px 123px;
}
#main9InfIzq {
    width:30px;
    float:left;
    text-align:right;
}
#main9InfDer {
    width:130px;
    float:left;
    line-height:18px;
    text-align:right;
    padding-left:5px;
}
#main10 {
    float:left;
    padding:15px 0px 0px 100px;
    width:800px;
}
#main10Der {
    float:left;
    width:500px;
    text-align:left;
}
#main10Izq {
    float:left;
    width:70px;
    line-height:18px;
}
#main10IzqBis {
    float:left;
    width:100px;
    height:30px;
    line-height:18px;
}
#main11 {
    height:170px;
}
#main11Sup {
    float:left;
    width:70px;
    height:25px;
    line-height:20px;
}
#main11Sup1 {
    float:left;
    width:100px;
    height:25px;
}
#main11Med {
    float:left;
    width:350px;
    height:25px;
}
#main11Inf {
    float:left;
    width:500px;
    padding-top:20px;
}
#main12 {
    float:left;
    padding:0px 0px 0px 100px;
    width:800px;
}
#main13 {
    height:60px;
}
#atencion {
    position:absolute;
    top: 100px;
    left: 400px;
    background:url(../images/atencion.fondo.jpg) no-repeat right top #eeeded;
    border:1px solid #CCCCCC;
    padding:22px;
    display:none;
    cursor:pointer;
}
/*-----------------------FIN HIJOS DE  MAIN-----------------------*/
/*----------------FIN ESTILOS CAMPOS FORMULARIOS----------------*/
.altaCampo {
    border:solid 1px #d3d7bd;
    width: 340px;
    height: 18px;
    font-family:Arial, Helvetica, sans-serif;
    color:#7a7a7a;
    font-size:11px;
}
.altaArea {
    border:solid 1px #d3d7bd;
    width: 520px;
    height: 170px;
    font-family:Arial, Helvetica, sans-serif;
    color:#7a7a7a;
    font-size:12px;
}
.altaRadio {
    text-align:left;
    vertical-align:middle;
    padding:0px;
}
.altaLista {
    border:solid 1px #d3d7bd;
    width: 151px;
    font-family:Arial, Helvetica, sans-serif;
    color:#7a7a7a;
    font-size:11px;
}
.altaFecha {
    border:solid 1px #d3d7bd;
    font-family:Arial, Helvetica, sans-serif;
    color:#7a7a7a;
    font-size:11px;
    margin:0px 0px 0px 10px;
}
.altaRubro {
    width:340px;
    border:solid 1px #d3d7bd;
    font-family:Arial, Helvetica, sans-serif;
    color:#7a7a7a;
    font-size:11px;
    margin:0px 0px 0px 0px;
}
#altaDia {
    width: 39px;
}
#altaMes {
    width: 80px;
}
#altaAno {
    width: 50px;
    margin-right:20px;
}
.altaCampoN {
    border:solid 1px #d3d7bd;
    width: 45px;
    height: 18px;
    font-family:Arial, Helvetica, sans-serif;
    color:#7a7a7a;
    font-size:11px;
}
#altaCampoCantidad {
    border:solid 1px #d3d7bd;
    width: 80px;
    height: 18px;
    font-family:Arial, Helvetica, sans-serif;
    color:#7a7a7a;
    font-size:11px;
}
/*----------------FIN ESTILOS CAMPOS FORMULARIOS----------------*/
/*-------------------------------------------------------- FIN ALTA CUPONES ---------------<*/

/*---------------------------------------COMO FUNCIONA-------------------------------*/
#contenidoComoFunciona {
    padding-top:12px;
    padding-left:28px;
    position:relative;
    width:973px;
    height:535px;
    overflow: hidden;
    margin:auto;
}
#medioComoFunciona {
    width:579px;
    height:535px;
    float:left;
}
#medioSup {
    height:45px;
    background: url(../images/como.funciona.fondo.jpg) no-repeat bottom;
    font-weight:bold;
    padding-top:22px;
}
#medioInf {
    height:490px;
}
#medioInfComo {
    height:490px;
    text-align:left;
    width:592px;
}
.noLink{
    cursor:default;
}
/*---------------------------------------COMO FUNCIONA-------------------------------*/

/*---------------------------------------CUPONES-------------------------------*/

#cuponPremium {
    width: 335px;
    height: 197px;
    background: url(../images/alta.fondo.cupon.premium.jpg) no-repeat;
}
#cuponLarge {
    width: 358px;
    height: 197px;
    background: url(../images/alta.fondo.cupon.large.jpg) no-repeat;
}
#cuponStandard {
    width: 195px;
    height: 197px;
    background: url(../images/alta.fondo.cupon.standard.jpg) no-repeat;
}
#cuponGlobo {
    width:70px;
    height:197px;
    float:right;
}
#cuponGloboLarge {
    width:60px;
    height:95px;
    float:right;
    padding-right:25px;
}
#cuponLogoLarge {
    width:273px;
    height: 95px;
    float:right;
    overflow:hidden;
}
#cuponLogo {
    height: 197px;
    float:right;
}
#cuponLargeContainerSup {
    height:102px;
    width: 358px;
}
#cuponLargeContainerInf {
    height:95px;
    width: 358px;
}
/*---------------------------------------CUPONES FIN-------------------------------*/


/*---------------------------------------MIS DATOS-------------------------------*/
#mainDatos {
    width: 923px;
    float:left;
    background-color:#e0e1dc;
    border:#d8dac5 solid 1px;
}
#mainCupones {
    position:relative;
    width: 923px;
    float:left;
    background-color:#e0e1dc;
    border:#d8dac5 solid 1px;
    padding: 20px 50px 20px 96px;
}
.cajaDatos {
    width:923px;
    position:relative;
}
#contenedorCupones {
    width:923px;
    margin-left:31px;
}
#cuponPremiumPaso {
    width:230px;
    height:200px;
    float:left;
    padding:0px 0px 0px 25px;
    position:relative;
}
#cuponStandardPaso {
    width:136px;
    height:98px;
    float:left;
    padding:115px 0px 0px 20px;
}
#cuponLargePaso {
    width:230px;
    height:95px;
    float:left;
    padding:115px 0px 0px 70px;
}
#cuponPremiumTemplate {
    width:230px;
    height:210px;
    float:left;
    padding:30px 0px 10px 25px;
    position:relative;
}
#cuponStandardTemplate {
    width:230px;
    height:135px;
    float:left;
    padding:30px 0px 0px 25px;
    position:relative;
}
#cuponLargeTemplate {
    width:230px;
    height:95px;
    float:left;
    padding:30px 0px 10px 25px;
    position:relative;
}
#contenedorCuponesPasos {
    width:923px;
    height:200px;
    float:left;
    position:relative;
}
#cajaTitDatos {
    height:98px;
}
/*-----------------CAJA PREMIUM---------------*/
#cajaPremium {
    height:230px;
    width:923px;
}
#calificacion {
    width:300px;
    height:34px;
    padding-left:31px;
}
#cuponPremiumPasos {
    width:250px;
    height:170px;
    margin-right:50px;
    float:left;
    position:relative;
}
.contenedorPremium {
    width:230px;
    height:200px;
    background:url(../images/fondo.cupon.premium.jpg) no-repeat center;
    position:relative;
}
.contenedorPremiumGris {
    width:230px;
    height:200px;
    background:url(../images/fondo.cupon.premium.gris.jpg) no-repeat center;
    position:relative;
}
.globoFlashPremium {
    position:absolute;
    top:0px;
    left:195px;
    width:60px;
    height:53px;
    z-index:200;
}
.logoPremium {
    position:absolute;
    top:0px;
    left:0px;
    width:230px;
    height:200px;
    cursor:pointer;
    overflow:hidden;
}
/*-----------------CAJA PREMIUM---------------*/

/*-----------------CAJA LARGE---------------*/
#cajaLarge {
    height:125px;
    width:923px;
}
.contenedorLarge {
    width:230px;
    height:83px;
    background:url(../images/fondo.cupon.large.jpg) no-repeat center;
    position:relative;
    overflow:visible;
}
.contenedorLargeGris {
    width:230px;
    height:83px;
    background:url(../images/fondo.cupon.large.gris.jpg) no-repeat center;
    position:relative;
}
.globoFlashLarge {
    position:absolute;
    top:0px;
    left:195px;
    width:60px;
    height:53px;
    z-index:200;
}
.logoLarge {
    position:absolute;
    top:2px;
    left:0px;
    width:230px;
    height:81px;
    cursor:pointer;
}
/*-----------------CAJA LARGE---------------*/

/*-----------------CAJA STANDARD---------------*/
#cajaStandard {
    height:126px;
    width:923px;
}
#cuponStandardPasos {
    width:250px;
    height:98px;
    margin-right:50px;
    float:left;
    position:relative;
}
#cuponStandardPasosInf {
    width:250px;
    height:80px;
    margin-left:-30px;
    margin-right:80px;
    float:left;
    position:relative;
}
#calificacionStandard {
    width:300px;
    height:34px;
    float:left;
    margin:auto;
    text-align:center;
}
.contenedorStandardGris {
    width:230px;
    height:86px;
    background:url(../images/fondo.cupon.standard.gris.jpg) no-repeat center;
    position:relative;
    margin:auto;
}
.contenedorStandardBlanca {
    width:230px;
    height:86px;
    background:url(../images/cupones.standard.blanco.jpg) no-repeat center;
    position:relative;
    margin:auto;
    text-align:center;
}
.contenedorStandard {
    width:230px;
    height:86px;
    background:url(../images/fondo.cupon.standard.jpg) no-repeat center;
    position:relative;
    margin:auto;
}
.globoFlashStandard {
    position:absolute;
    top:0px;
    left:146px;
    width:60px;
    height:53px;
    z-index:200;
}
.logoStandard {
    position:absolute;
    top:3px;
    left:0px;
    width:230px;
    height:75px;
    cursor:pointer;
    overflow:hidden;
}
/*-----------------CAJA STANDARD---------------*/
.calificaciones {
    width:110px;
    height:34px;
    float:left;
    margin:auto;
    text-align:center;
}
.validezAus {
    width:300px;
    height:34px;
    float:left;
}
#separador {
    width:800px;
    height:30px;
    background:url(../images/misdatos.separador.jpg) no-repeat;
    float:left;
}
.btnDatos {
    background:url(../images/misdatos.fondo.paso.jpg) no-repeat center;
    width:120px;
    height:31px;
    float:right;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#777777;
    line-height:31px;
    cursor:pointer;
    border:#d8dac5 solid 1px;
    border-left: none;
}
#btnIzq {
    border-left:#d8dac5 solid 1px;
}
.btnDatos:hover {
    background:none;
}
.btnDatosClick {
    background:none;
    cursor:default;
    width:120px;
    height:31px;
    float:right;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#777777;
    line-height:31px;
    border:#d8dac5 solid 1px;
    border-left: none;
}
#btnDatosClick {
    background:none;
    cursor:default;
}
#encabezadoDatosDer {
    width:723px;
    float:left;
    height:31px;/*background:url(../images/misdatos.fondo.pasos.jpg) no-repeat right;*/
}
.neutral, .positiva, .negativa {
    font-family:Tahoma, Arial, Helvetica;
    font-size:10px;
    color:#929292;
    text-align:center;
    line-height:20px;
    cursor:pointer;
}
.neutral:hover {
    color: #FFFFFF;
}
.positiva:hover {
    color: #006600;
}
.negativa:hover {
    color: #990000;
}
.calificar {
    width:100%;
    height:38px;
    font-family:Tahoma, Arial, Helvetica;
    font-size:10px;
    color:#929292;
    text-align:left;
    float:left;
    line-height:28px;
}
.calificar1 {
    width:130px;
    height:38px;
    padding-left:43px;
    font-family:Tahoma, Arial, Helvetica;
    font-size:10px;
    color:#929292;
    text-align:left;
    float:left;
    line-height:28px;
}
#calificarTexto {
    font-family:Tahoma, Arial, Helvetica;
    font-size:10px;
    color:#929292;
    height:38px;
    width:60px;
    padding-left:10px;
    text-align:left;
    float:left;
    line-height:28px;
    font-weight:bold;
}
#calificarPositiva {
    float:right;
    width:30px;
    height:38px;
}
#calificarNegativa {
    float:right;
    width:30px;
    height:38px;
}
#negativaRazon {
    width:580px;
    height:300px;
    padding-left:20px;
    background: url(../images/fondo.negativa.jpg) no-repeat center;
}
#negativaTexto {
    width:250px;

    height:60px;
    font-family:Tahoma, Arial, Helvetica;
    font-size:12px;
    color:#787878;
    font-weight:normal;
    line-height:15px;
}
#negativaTextoT {
    width:200px;
    padding-top:10px;
    height:20px;
    font-family:Tahoma, Arial, Helvetica;
    font-size:15px;
    color:#FE9A2E;
    font-weight:900;
    line-height:15px;
}
#negativaCampo {
    width:400px;
    height:170px;
}
#negativaBtn {
    width:100px;
    height:35px;
    background:url(../images/btn.enviar.jpg) no-repeat top left;
    cursor:pointer;
}
#negativaBtn:hover {
    background:url(../images/btn.enviar.r.jpg) no-repeat top left;
}
/*---------------------------------------MIS DATOS FIN -------------------------------*/

/*---------------------------------------TEMPLATE CATEGORIAS -------------------------------*/
#separadorTemplate {
    width:520px;
    height:30px;
    float:left;
    margin:auto;
    text-align:center;
    background:url(../images/template.separador.jpg) no-repeat left;
}
#contenidoTemplate {
    width:540px;
    float: left;
    text-align:left;
}

* html #contenidoTemplate {
    width:538px;
    overflow:hidden;
}
#tituloTemplate {
    width:510px;
    height:35px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:bold;
    color:#f9a308;
    text-align:left;
    padding-left:31px;
    line-height:50px;
}
#pieTemplate {
    width:470px;
    height:25px;
    float:right;
    font-family:Tahoma, Arial, Helvetica;
    font-size:11px;
    color:#929292;
    line-height:25px;
    text-align:right;
    padding-right:50px;
}
.pieTemplateText {
    text-decoration:none;
    color:#929292;
}
.pieTemplateText:hover {
    text-decoration:underline;
    color:#929292;
}
/*---------------------------------------CATEGORIAS FIN -------------------------------*/

/*--------------------------------------- DETALLE CUPON -------------------------------*/
#tituloAmigo {
    height:50px;
    padding:70px 0 0 30px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#f9a308;
    text-align:left;
    font-weight:bold;
}
#cuponAmigo {
    float:left;
    background:url(../images/cupon.fondo.jpg) no-repeat center;
    width:434px;
    height:434px;
    margin:20px;
}
#amigoVolver {
    margin-top:35px;
}
#amigoFormulario {
    height:250px;
    padding-left:30px;
}
#datosCupon {
    height:250px;
    padding-left:20px;
}
#amigoImpresion {
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#005c00;
    text-align:left;
    font-weight:bold;
}
#cuponDatos {
    float:left;
    background:url(../images/cupon.fondo1.jpg) no-repeat center;
    width:434px;
    height:434px;
    margin:20px;
}
#volverCupon {
    background:url(../images/ver.cupon.jpg) right center no-repeat;
    cursor:pointer;
    height:70px;
}
#volverCupon:hover {
    background:url(../images/ver.cupon.hover.jpg)right center no-repeat;
}
#republicarCupon {
    background:url(../images/republicar.jpg) left center no-repeat;
    cursor:pointer;
    height:70px;
}
#republicarCupon:hover {
    background:url(../images/republicar.hover.jpg)left center no-repeat;
}
.amigoCampo {
    border:solid 1px #d3d7bd;
    width: 200px;
    height: 18px;
    font-family:Arial, Helvetica, sans-serif;
    color:#7a7a7a;
    font-size:11px;
}
.amigoCampo_estadisticas {
    border:solid 1px #d3d7bd;
    height: 18px;
    font-family:Arial, Helvetica, sans-serif;
    color:#7a7a7a;
    font-size:11px;
}
.amigoCampoGrande {
    border:solid 1px #d3d7bd;
    width: 200px;
    height: 50px;
    font-family:Arial, Helvetica, sans-serif;
    color:#7a7a7a;
    font-size:11px;
}
#detalleCupon {
    width:417px;
    height:417px;
}
#cuponBarra {
    float:left;
    width:424px;
    height:32px;
    margin: 0px 20px 10px 20px;
    /*	background:#FFF;
	border: #cbcbcb solid 1px;*/
    padding-left:15px;
}
#btnDetalle {
    width:105px;
    float:left;
}
#detalleCuponSup {
    width:417px;
    height:27px;
    background:url(../images/detalle.cupon.sup.jpg) no-repeat;
    float:left;
}
#detalleCuponMed {
    width:417px;
    height:100%;
    float:left;
    position:relative;
}
#detalleCuponIzq {
    width:22px;
    height:100%;
    float:left;
    background:url(../images/detalle.cupon.izq.jpg) repeat-y;
}
#detalleCuponMain {
    width:373px;
    height:430px;
    float:left;
    position:relative;
}
#detalleCuponDer {
    width:22px;
    height:100%;
    float:left;
    background:url(../images/detalle.cupon.der.jpg) repeat-y;
}
#detalleCuponInf {
    width:417px;
    height:27px;
    float:left;
    background:url(../images/detalle.cupon.inf.jpg) no-repeat;
}
#detalle1 {
    height:57px;
    width:373px;
    float:left;
    background: url(../images/detalle.logo.jpg) no-repeat left;
    position:relative;
}
#detalle2 {
    width:373px;
    padding:10px 0px 10px 0px;
    float:left;
    position:relative;
}
#detalleCerrar {
    width:43px;
    height:41px;
    position:absolute;
    right:0px;
    top:0px;
}
#detalle3 {
    height:26px;
    width:303px;
    float:left;
    padding-top:10px;
    color:#f19b01;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    padding:0px 31px 0px 31px;
}
#detalle4 {
    height:27px;
    width:303px;
    float:left;
    color:#005c00;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    padding:0px 31px 0px 31px;
}
#detalle5 {
    height:60px;
    width:303px;
    float:left;
    color:#6b6b6b;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    padding:0px 31px 0px 31px;
}
#detalle8 {
    height:45px;
    width:303px;
    float:left;
    color:#6b6b6b;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    padding:0px 31px 0px 31px;
}
#detalle6 {
    height:25px;
    width:303px;
    float:left;
    color:#0e6d0e;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    padding:0px 31px 0px 31px;
}
.detalle7 {
    height:41px;
    width:185px;
    float:left;
    cursor:pointer;
}
#detalle10 {
    position:absolute;
    left:0px;
    bottom:0px;
    height:25px;
    width:303px;
    float:left;
    color:#6b6b6b;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    padding:0px 31px 0px 31px;
}
#detalleCalificaciones {
    background:url(../images/calificaciones.fondo.jpg) top left no-repeat;
    width:110px;
    height:74px;
    float:left;
    margin:20px 0px 0px 100px;
}
#calificacionPositiva {
    width:38px;
    height:74px;
    float:left;
    padding-left:10px;
    color:#ffffff;
    text-align:center;
    margin:auto;
}
.calificacionTexto {
    line-height:62px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#ffffff;
    font-weight:bold;
    text-align:center;
    margin:auto;
}
#calificacionNegativa {
    width:45px;
    height:74px;
    float:left;
    padding-left:8px;
    color:#ffffff;
    text-align:center;
    margin:auto;
}
#calificacionPNN {
    width:35px;
    height:74px;
    float:left;
    padding-left:5px;
    color:#ffffff;
    text-align:center;
    margin:auto;
}
/*--------------------------------------- DETALLE CUPON FIN-------------------------------*/

/*--------------------------------------- REGISTRACION -------------------------------

*/

.registroUsuario {
    width: 486px;
    height: 412px;
    background: url(../images/registrar.usuario.jpg) no-repeat;
    float:left;
    cursor:pointer;
    position:relative;
}
#usuarioMuneco {
    width:139px;
    height:121px;
}
#usuarioMuneco {
    position: absolute;
    top:205px;
    left:288px;
    width:143px;
    height:126px;
    z-index:299;
    background: url(../images/registro.mune.usuario.jpg) no-repeat;
}
#registroUsuarioBtn {
    width:230px;
    height:32px;
    position: absolute;
    top:309px;
    left:113px;
    background: url(../images/registro.btn.usuario.jpg) no-repeat;
    cursor:pointer;
    z-index:300;
    background-position:0px 0px;
}
#registroUsuarioBtn:hover {
    background: url(../images/registro.btn.usuario.jpg) no-repeat;
    background-position:0px -42px;
}
#registroAuspiciante {
    width: 486px;
    height: 412px;
    background: url(../images/registrar.auspiciante.jpg) no-repeat;
    float:left;
    cursor:pointer;
    position:relative;
}
#auspicianteMuneco {
    position: absolute;
    top:175px;
    left:250px;
    width:140px;
    height:136px;
    z-index:299;
    background: url(../images/registro.mune.auspiciante.jpg) no-repeat;
}
#registroAuspicianteBtn {
    width:230px;
    height:32px;
    position: absolute;
    top:309px;
    left:113px;
    background: url(../images/registro.btn.auspiciante.jpg) no-repeat;
    cursor:pointer;
    z-index:300;
    background-position:0px 0px;
}
#registroAuspicianteBtn:hover {
    background: url(../images/registro.btn.auspiciante.jpg) no-repeat;
    background-position:0px -42px;
}
/*--------------------------------------- REGISTRACION FIN -------------------------------*/

/*--------------------------------------- CUPON -----------------------------------*/
#cuponFondo {
    width:477px;
    height:511px;
    background:#f0f0f0;
    position:relative;
}
#cuponCupon {
    float:left;
    background:url(../images/cupon.fondo.jpg) no-repeat center;
    width:434px;
    height:400px;
    margin:20px;
}
#cuponSorteo {
    float:left;
    background:url(../images/fondo.sorteo.jpg) no-repeat center;
    width:434px;
    height:400px;
    margin:20px;
}
#cuponGlobo {
    position:absolute;
    top:0px;
    right:0px;
    z-index:100;
    width:70px;
    height:75px;
}
#cuponLogo {
    float:left;
    width:95px;
    height:90px;
    margin:20px 0px 0px 17px;
}
#calificaciones {
    float:left;
    width:220px;
    margin:20px 0px 0px 0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    text-align:left;
}
#calificacionesTitulo {
    float:left;
    width:220px;
    height:30px;
    color:#6b6b6b;
}
#calificacionesPositivas {
    float:left;
    width:220px;
    height:20px;
    color:#005c00;
}
#calificacionesPositivas {
    float:left;
    width:220px;
    height:20px;
    color:#005c00;
}
#calificacionesNegativas {
    float:left;
    width:220px;
    height:20px;
    color:#f19b01;
}
#cuponSubtitle {
    float:left;
    margin:0px 0px 0px 17px;
    width:400px;
    height:38px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    color:#005c00;
    text-align:left;
    font-weight:bold;
}
#cuponTipo {
    float:left;
    margin:0px 0px 0px 17px;
    width:400px;
    height:36px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    text-align:left;
    color:#6b6b6b;
}
#cuponValidez {
    float:left;
    margin:0px 0px 0px 17px;
    width:400px;
    height:36px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#f19b01;
    text-align:left;
}
#cuponDescripcion {
    float:left;
    margin:0px 0px 0px 17px;
    width:400px;
    text-align:left;
    height:65px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#6b6b6b;
}
#cuponDireccion {
    float:left;
    margin:0px 0px 0px 17px;
    width:400px;
    height:30px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#6b6b6b;
    text-align:left;
}

#cuponCiudad {
    float:left;
    margin:0px 0px 0px 17px;
    width:400px;
    height:30px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#6b6b6b;
    text-align:left;
}
#cuponUrl {
    margin:0px 0px 0px 17px;
    float:left;
    width:400px;
    height:45px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    text-align:left;
    color:#005c00;
    font-weight:bold;
    line-height:65px;
}
#cuponUrl a {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    text-align:left;
    color:#005c00;
    font-weight:bold;
    text-decoration:none;
}
#msjDetalleCupon {
    text-align:center;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#6b6b6b;
}
/*--------------------------------------- CUPON FIN -------------------------------*/

/*--------------------------------------- SORTEO PUNTAJE -------------------------------*/
#contenidoPuntaje {
    width:973px;
    height:500px;
    margin:auto;
    overflow:auto;
    background-color: #eeeeee;
    background-image:url(../images/fdo_puntaje.jpg);
}
#detallePuntaje {
    width:500px;
    height:300px;
    margin:auto;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#666666;
    line-height:20px;
    padding-top:120PX;
}
/*--------------------------------------- SORTEO PUNTAJE -------------------------------*/

/*--------------------------------------- CARTEL ATENCION -------------------------------*/

#cartelAtencion {
    position:absolute;
    top:100px;
    left:85px;
    z-index:300;
}
#atencionIzq {
    width:54px;
    height:143px;
    background:url(../images/atencion.izq.jpg) no-repeat left top;
    float:left;
}
#atencionMed {
    height:113px;
    width:300px;
    padding-top:30px;
    font-family:Arial, Helvetica, sans-serif;
    color:#999999;
    font-size:11px;
    float:left;
    background:url(../images/atencion.med.jpg) repeat-x;
    padding-left:10px;
}
#atencionDer {
    width:38px;
    height:143px;
    background:url(../images/atencion.der.jpg) no-repeat left top;
    float:left;
}
/*--------------------------------------- CARTEL ATENCION FIN -------------------------------*/

/*Mensajes de alerta que usa Maxi*/

#error_login {
    color:red;
    font-size:10px;
    font-family:Arial, Helvetica, sans-serif;
}
#tabla_login {
    padding-right::15px;
}
.ajax_procesando {
    font-size:10px;
    font-family:Arial, Helvetica, sans-serif;
    color: #666666;
    position:absolute;
    left:445px;
    height:40px;
    padding-top:37px;
    width:300px;
    display:none;
    background: url(../images/loading.gif) no-repeat top;
}
.tabla4 {
    padding:10px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#666666;
}
.mainPuntaje {
    width: 923px;
    height:220px;
    position:relative;
    float:left;
    background-color:#e0e1dc;
    border:#d8dac5 solid 1px;
    margin-bottom:10px;
}
#puntaje {
    color:#F9A308;
    float:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    line-height:20px;
}
.txtCuponPremium {
    font-size:30px;
}
.txtCuponLarge {
    font-size:25px;
}
.titTerminos {
    text-align:left;
    width:200px;
    float:left;
    height:50px;
    width:100%;
}
.txtTerminos {
    text-align:left;
    margin:auto;
    padding:0px 40px 0px 40px;
    float:left;
}
.popUpHome {
    position:absolute;
    top:0%;
    left:50%;
    background:url(../images/pop_up.jpg);
    width: 532px;
    height: 386px;
    cursor:pointer;
    z-index:10000;
    margin: -173px 0px 0px -266px;
    display:none;
}
.popUpCerrar {
    display:none;
}
#amigoTitulo {
    padding:5px 0px 0px 6px;
}
/*recomendar amigo*/
#amigoSubtitulo {
    padding: 0px 20px 5px 26px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#666666;
    line-height:20px;
}
#amigoSubtitulo1 {
    padding: 5px 20px 5px 26px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#666666;
    line-height:20px;
}
#amigoCorreos {
    margin: 10px 20px 5px 26px;
    background:#f0f0f0;
    height:60px;
    padding:7px;
    border:solid 1px #CCCCCC;
}
#amigoCorreos1 {
    margin: 10px 20px 5px 26px;
    background:#f0f0f0;
    height:150px;
    padding:7px;
    border:solid 1px #CCCCCC;
    overflow:auto;
}
#amigoCorreos2 {
    margin: 10px 20px 5px 26px;
    background:#f0f0f0;
    height:150px;
    padding:7px;
    border:solid 1px #CCCCCC;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#FAA109;
}
.amigosImagenes {
    width:160px;
    float:left;
    height:30px;
    line-height:25px;
}
.amigosRadio {
    height:25px;
    width:25px;
    float:left;
    padding-top:3px;
}
.amigoCampo1 {
    width:260px;
    height:25px;
    float: left;
    border:none;
}

.campo1 {
    width:260px;
    height:32px;
    float: left;
    border:none;
}
.btnRecuperar {
    height:35px;
    margin:auto;
    text-align:center;
    float:left;
    width:367px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#999999;
    padding:0 30px 0 30px;
}
.separadorRecuperar{
    width:427px;
    height:10px;
    float:left;
}
.amigoCampoTxt {
    padding: 0px 20px 0px 26px;
    float: left;
    width:80px;
    height:25px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#666666;
    line-height:25px;
}

.recuperarCampoTxt {
    padding: 0px 20px 0px 26px;
    float: left;
    width:120px;
    height:25px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#666666;
    line-height:20px;
}
.contactoCampo1 {
    border:solid 1px #d3d7bd;
    width: 200px;
    height: 18px;
    font-family:Arial, Helvetica, sans-serif;
    color:#7a7a7a;
    font-size:11px;
}
#amigoSiguiente {
    padding:0px 0px 0px 25px;
    float:left;
}
#amigoAlert {
    width:350px;
    height:25px;
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    color:#990000;
    font-size:11px;
    padding-left:25px;
    line-height:25px;
}
#contenedorAmigo {
    padding:10px 0 0 0;
}
.amigoCheck {
    width:35px;
    height:23px;
    float:left;
    padding-top:2px;
}
.amigoCorreo {
    width:320px;
    height:25px;
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#666666;
    line-height:25px;
}
.style1 {
    color: #005C00;
    font-weight: bold;
}
/*fin recomendar amigo*/

.rapipago {
    float:left;
    text-align:left;
    padding-left:30px;
}
.template{
    float:left;
}

/*****************************************CONFIRMA
*************************************************/
.contrasenaForm{
    height:200px;
    padding:0px 0px 0px 20px;
}
.cajaContrasena{
    margin-top:10px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#666666;
}
.subtituloContrasena{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#666666;
    padding:20px 0 10px 0;
}
.campoContrasena{
    height: 15px;
    width: 129px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    background-color: #f7f7f7;
    margin-left: 20px;
    border:solid 1px #d2d6bb;
}
.separadorContrasena{
    background:url(../images/separador.contrasena.jpg) no-repeat;
    height:20px;
}
#btn_contrasena{
    margin:10px 0px 10px 0px;
    background:url(../images/btn.enviar.jpg) no-repeat;
    height:30px;
    cursor:pointer;
}

#btn_contrasena:hover{
    background:url(../images/btn.enviar.r.jpg) no-repeat;
    height:30px;
}

/*****************************************CONFIRMA
*************************************************/

/*****************************************CLEARFIX
*************************************************/

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0px;
    content: " ";
    clear: both;
    height: 0px;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
