@import url(lightbox.css);

/* reset */
body{color:#000;background:#FFF}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}
strong{font-weight: bold}
li{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup,sub{line-height:-1px;vertical-align: text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
a{text-decoration:none}

/* armado base */
body {
  font-family: "Trebuchet MS", "Arial", "sans-serif";
  font-size: 12px;
  color: #333;
}
a {color: black}

#header {
  background:transparent url(../img/header.jpg) center top no-repeat;
  height: 113px;
}
#header-img {
  background:transparent url(../img/headers/home.jpg) center top no-repeat;
  height: 386px;
  margin-top: 15px;
  position: relative;
}
#main {
  width: 900px;
  margin: 0 auto;
}
#content {
  width: 715px;
  float: left;
}
#sidebar {
  width: 145px;
  float: left;
  padding-left: 19px;
  margin-left: 20px;
  border-left: 1px dotted #ddd;
}
/*
#footer {
  clear: both;
  background:transparent url(../img/footer.jpg) center bottom no-repeat;
  height: 204px;
}
*/

/* header */
#header .main {
  width: 900px;
  margin: 0 auto;
  text-align: right;
  color: white;
}
#header .main #logo {
  height:86px;
  width:334px;
  float: left;
  margin-left: 4px;
  margin-top: 5px;
}
#header .main .login-or-register form {
  padding-top: 5px;
  margin-bottom: 2px;
  text-align: right;
  float: right;
}
#header .main .login-or-register label {
  width: 100px;
  color: white;
  clear: both;
  margin-top: 5px;
  padding-right: 3px;
}
#header .main .login-or-register input {
  width: 150px;
  margin-top: 5px;
  border: 1px solid #7a0006;
}
#header .main .login-or-register button.btn {
  clear: both;
  margin-top: 5px;
  margin-left: 103px;
}
#header .main .login-or-register a {
  color: #e6c828;
  font-weight: bold;
}
#header .main .login-or-register p {
  display: block;
  float: right;
  clear: right;
  width: 250px;
}
#header .flame {
  background:transparent url(../img/llama.png) left bottom no-repeat;
  width: 94px;
  height: 102px;
  float: left;
}


/* navigation */
#nav {
  background:transparent url(../img/navigation_bg.jpg) center top no-repeat;
  height: 35px;
  margin-bottom: 20px;
}
#main-nav {
  height:32px;
  padding-top:3px;
  width: 575px;
  float: left;
  margin-left: 10px;
}
#main-nav li {
  float: left;
  height:31px;
  width:86px;
}
#main-nav li a {
  background: transparent url(../img/main_menu_bg.png) no-repeat center top;
  padding: 8px 7px 0;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  font-size: 11px;
  display: block;
  height: 24px;
  width: 72px;
}
#main-nav li.home {
  width: 46px;
}
#main-nav li.home a {
  background: transparent url(../img/main_menu_home.png) no-repeat center top;
  width: 32px;
}
#main-nav li.home a span {
  display: none;
}
#main-nav li a:hover {
  text-decoration: underline;
}
#secondary-nav {
  width: 300px;
  float: left;
  padding-top: 2px;
}
#secondary-nav li {
  width: 100px;
  height: 24px;
  float: left;
}
#secondary-nav li a {
  color: #B55314;
  font-weight: bold;
  font-size: 10px;
  padding-top: 8px;
  text-align: center;
  display: block;
  width: 100px;
  height: 24px;
}
#secondary-nav  li a:hover {
  text-decoration: underline;
}
#secondary-nav li.sec-menu-1 a {background: transparent url(../img/sec_menu_1.png) no-repeat center top}
#secondary-nav li.sec-menu-2 a {background: transparent url(../img/sec_menu_2.png) no-repeat center top}
#secondary-nav li.sec-menu-3 a {background: transparent url(../img/sec_menu_3.png) no-repeat center top}

/* actives */
body.home #main-nav li.home a {
  background: transparent url(../img/main_menu_home_active.png) no-repeat center top;
}
body.hogar #main-nav li.hogar a,
body.empresa #main-nav li.empresa a,
body.elsupergas #main-nav li.elsupergas a,
body.seguridad #main-nav li.seguridad a,
body.historia #main-nav li.historia a,
body.servicios #main-nav li.servicios a {
  background: transparent url(../img/main_menu_bg_active.png) no-repeat center top;
}
body.puntosdeventa #secondary-nav li.sec-menu-1 a {background: transparent url(../img/sec_menu_1_active.png) no-repeat center top}
body.pedidos #secondary-nav li.sec-menu-2 a {background: transparent url(../img/sec_menu_2_active.png) no-repeat center top}
body.contacto #secondary-nav li.sec-menu-3 a {background: transparent url(../img/sec_menu_3_active.png) no-repeat center top}

/* header */
body.hogar #header-img {background:transparent url(../img/headers/hogar.jpg) center top no-repeat}
body.elsupergas #header-img {background:transparent url(../img/headers/supergas.jpg) center top no-repeat}
body.promo #header-img {background:transparent url(../img/headers/login_or_register.jpg) center top no-repeat}

/* estilos generales */
#content h1 {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
}
#content h2 {
  clear: both;
  font-weight: bold;
  font-size: 16px;
  color: #c3262d;
  margin: 10px 0 ;
}
#content h3 {
  font-weight: bold;
  font-size: 13px;
}
#content h4 {
  font-weight: bold;
  margin: 10px 0;
  color: #999;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.5px;
}
#content h5 {
  font-weight: bold;
  color: #666;
}
#content p {
  margin: 10px 0 20px 0;
}
#content p.note {
  margin: 5px 0;
  color: #888;
  font-size: 10px;
}
#content p.error {
  color: #C9252C;
}
#content strong {
  font-weight: bold;
}
#content ul {
  margin: 10px 0 20px 10px;
}
#content ul li {
  background: transparent url(../img/bullet.png) no-repeat left 7px;
  padding-left: 20px;
  line-height: 22px;
}
#content table {
  background-color: #f3f3f3;
  width: 600px;
  margin: 5px 0 20px 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#content tr.head {
  background-color: #9ba7d5;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}
#content tr.head td {
  padding: 0 10px;
}
#content table td {
  padding: 10px;
}

/* mensajes */
#content p.big-notice {
  text-align: center;
  font-weight: bold;
  border-top: 1px dotted gray;
  border-bottom: 1px dotted gray;
  display: block;
  padding: 20px;
  background-color: #efefef;
}

/* forms */
#content form fieldset {
  border: 1px dotted #ccc;
  padding: 0 31px;
  margin-bottom: 20px;
}
#content form fieldset legend {
  font-weight: bold;
  color: #a3873b;
  text-transform: uppercase;
}
#content form label,
#content form input,
#content form select,
#content form textarea {
  width: 150px;
  display: block;
  float: left;
}
#content form label {
  clear: both;
}
#content form select,
#content form textarea,
#content form input {
  padding: 3px;
  width: 200px;
  border: 1px solid #ccc;
}
#content form select {
  width: 208px;
  padding: 1px;
}
#content form .row {
  line-height: 25px;
  overflow: hidden;
  clear: both;
  padding: 10px 0;
  margin: 0;
}
#content form .row-errors textarea,
#content form .row-errors input,
#content form .row-errors select {
  border: 1px solid #c9252c;
}
#content form .row-required label {
  font-weight: bold;
}
#content form .field-error {
  color: #c9252c;
  margin-left: 20px;
}
#content form .help-text {
  clear: both;
  font-size: 10px;
  display: block;
  color: #666;
  line-height: 10px;
}

/* buttons */
#content .btn {
  margin: 20px 0 0 150px;
}
#content .btn,
#content .btn span {
  background: transparent url(../img/buttons/button_start.png) no-repeat left top;
  border: 0;
  font-weight: bold;
  height: 35px;
  padding-left: 35px;
  color: white;
  text-transform: uppercase;
  text-align: right;
  cursor: pointer;
}
#content .btn span {
  background: transparent url(../img/buttons/button_end.png) no-repeat right top;
  display: block;
  line-height: 25px;
  padding: 5px 35px 5px 0;
  height: 36px;
  margin-top: -1px;
}
/* back-btn */
#content .back-btn {
  background: transparent url(../img/buttons/prev.png) no-repeat center left;
  height: 31px;
  width: 31px;
  display: block;
}
#content .back-btn span {
  display: none;
}

/* sidebar */
#sidebar ul li {
  margin-bottom: 10px;
  text-align: center;
  background: transparent url(../img/sidebar_header.jpg) no-repeat center top;
  color: white;
  text-align: center;
  font-weight: bold;
  line-height: 27px;
}
#sidebar ul li a {
  color: white;
}
#sidebar ul li.no-frame {

}
#sidebar ul li img {
  border-right: 1px solid #E9E9E9;
  border-bottom: 1px solid #C8C8C8;
  border-left: 1px solid #E9E9E9;
  width: 143px;
}
#sidebar ul li .recetas-banner {
  padding-top: 20px;
}

/* articles */
.article {
  margin-bottom: 20px;
  border-bottom: 1px dotted #ddd;
  clear: left;
  overflow: auto;
}
.article img {
  width: 180px;
  float: left;
  margin-right: 20px;
}
#content .article h2 {
  background-color: #ddd;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  clear: right;
  color: black;
}
#content .article p {
  width: 515px;
  margin: 15px 0 15px 200px;
}
#content .article p.buttons {
  margin-bottom: 0;
  text-align: right;
  overflow: hidden;
}
#content .article p.date {
  color: gray;
}
.article a.gray-btn {
  background: transparent url(../img/buttons/btn.png) no-repeat center top;
  width: 52px;
  height: 15px;
  font-size: 10px;
  color: #333;
  text-align: center;
  padding: 0 15px;
}
/* article-detail */
body.article-detail #content .article h3 {
  margin: 0 0 0 200px;
}
#content ul.gallery {
  margin-left: 200px;
  background-color: #efefef;
  overflow: auto;
  padding: 10px;
}
#content ul.gallery li {
  padding-left: 0;
}
#content ul.gallery img {
  width: 100px;
}

/* supergas */
body.elsupergas #content h4,
body.elsupergas #content h5,
body.elsupergas #content h6,
body.elsupergas #content p {
  margin-left: 30px;
}
body.elsupergas #content h3 {
  background: transparent url(../img/buttons/more.jpg) no-repeat left center;
  padding-left: 20px;
  line-height: 22px;
  margin-left: 10px;
}
body.elsupergas #content h3.hide {background: transparent url(../img/buttons/less.jpg) no-repeat left center}

/* pedidos */
body.pedidos #content {
  width: 500px;
}

/* historia */
body.historia #content img {
  padding: 10px;
  border-top: 1px solid #ECECEC;
  border-right: 1px solid #E9E9E9;
  border-bottom: 1px solid #C8C8C8;
  border-left: 1px solid #E9E9E9;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

/* servicios */
body.servicios #content .bloque {
  width: 675px;
  color: gray;
  margin-bottom: 20px;
  background-color: #f1f1f1;
  padding: 20px;
  text-align: center
}

/* armado sin sidebar */
body.no-sidebar #main-nav {
  margin-left: 0;
  margin-right: 25px;
}
body.no-sidebar #sidebar {
  display: none;
}
body.no-sidebar #content {
  width: 900px;
  margin-bottom: 20px;
}

/* promo */
body.promo #header-img {
  height: 122px;
}
body.promo #footer a.prices-footer {
  height: 204px;
  display: block;
}
body.promo #footer {
  height: 255px;
}
/*
body.promo #footer #main {
  background: transparent url(../img/prices_footer.jpg) center bottom no-repeat;
  width: 900px;
  height: 255px;
}
*/
body.promo #content a.bases {
  clear: both;
  color: #c7262c;
  font-weight: bold;
  display: block;
}

/* Promo momentos inolvidables */
body.momentos-inolvidables #content {
    width:900px;
    margin:15px 0 0;
}
body.momentos-inolvidables #content .home-months {
    background: url(../img/momentos_inolvidables/home_promo.jpg) no-repeat;
    width:900px;
    height:690px;
}
body.momentos-inolvidables #content .home-months-container img {
    display:block;
}
body.momentos-inolvidables #content .home-months-container img:hover {
    cursor:pointer;
}

/* Promo momentos inolvidables backgrounds center */
body.momentos-inolvidables #content .home-months-container .center1 {
    background: url(../img/momentos_inolvidables/promo_img/acodike_1.png) no-repeat;
}
body.momentos-inolvidables #content .home-months-container .center2 {
    background: url(../img/momentos_inolvidables/promo_img/acodike_2.png) no-repeat;
}
body.momentos-inolvidables #content .home-months-container .center3 {
    background: url(../img/momentos_inolvidables/promo_img/acodike_3.png) no-repeat;
}
body.momentos-inolvidables #content .home-months-container .center4 {
    background: url(../img/momentos_inolvidables/promo_img/acodike_4.png) no-repeat;
}
body.momentos-inolvidables #content .home-months-container .center5 {
    background: url(../img/momentos_inolvidables/promo_img/acodike_5.png) no-repeat;
}
body.momentos-inolvidables #content .home-months-container .center6 {
    background: url(../img/momentos_inolvidables/promo_img/acodike_6.png) no-repeat;
}
body.momentos-inolvidables #content .home-months-container .center7 {
    background: url(../img/momentos_inolvidables/promo_img/acodike_7.png) no-repeat;
}
body.momentos-inolvidables #content .home-months-container .center8 {
    background: url(../img/momentos_inolvidables/promo_img/acodike_8.png) no-repeat;
}
body.momentos-inolvidables #content .home-months-container .center9 {
    background: url(../img/momentos_inolvidables/promo_img/acodike_9.png) no-repeat;
}
body.momentos-inolvidables #content .home-months-container .center10 {
    background: url(../img/momentos_inolvidables/promo_img/acodike_10.png) no-repeat;
}
body.momentos-inolvidables #content .home-months-container .center11 {
    background: url(../img/momentos_inolvidables/promo_img/acodike_11.png) no-repeat;
}
body.momentos-inolvidables #content .home-months-container .center12 {
    background: url(../img/momentos_inolvidables/promo_img/acodike_12.png) no-repeat;
}
body.momentos-inolvidables #content .home-months-container .left {
    float:left;
    width:200px;
    padding-top:100px;
}
body.momentos-inolvidables #content .home-months-container .center div {
    width:400px;
    height:250px;
}
body.momentos-inolvidables #content .home-months-container .center {
    float:left;
    width:400px;
    height:250px;
    margin:250px 45px 0;
    overflow:hidden;
}
body.momentos-inolvidables #content .home-months-container .right {
    float:right;
    width:200px;
    padding-top:100px;
}
body.momentos-inolvidables #content .home-nav {
    overflow:auto;
    margin:20px auto;
    width:450px;
}
body.momentos-inolvidables #content .home-nav.terms {
    overflow:auto;
    margin:20px 0;
    width:450px;
    padding: 0;
}
body.momentos-inolvidables #content .home-nav li {
    background: transparent url(../img/momentos_inolvidables/button_bg.png) top left no-repeat;
    margin-right:20px;
    padding-left:10px;
    height:24px;
    float:left;
}
body.momentos-inolvidables #content .home-nav li a {
    background: url("../img/momentos_inolvidables/button_bg.png") no-repeat right top;
    margin-right: -10px;
    padding-right: 10px;
    display: block;
    outline: none;
    height:24px;
    color: #fff;
}
body.momentos-inolvidables #content .home-nav.big li {
    background: transparent url(../img/momentos_inolvidables/button_big_bg.png) top left no-repeat;
    margin-right: 30px;
    padding-left: 20px;
    height:44px;
}
body.momentos-inolvidables #content .home-nav.big li a {
    background: url("../img/momentos_inolvidables/button_big_bg.png") no-repeat right top;
    text-transform: uppercase;
    margin-right: -20px;
    padding-right: 20px;
    font-weight:bold;
    line-height:44px;
    font-size: 16px;
    display: block;
    outline: none;
    height:44px;
    color: #fff;
}
body.momentos-inolvidables-register #content .register {
    background: transparent url(../img/momentos_inolvidables/form_bg.jpg) top center no-repeat;
    padding:20px;
    height:710px;
}

body.momentos-inolvidables #content .home-nav li a:hover {
    color:#ccc;
}
/* Promo momentos inolvidables Register */
body.momentos-inolvidables-register #content .img-form {
    width:265px;
    height:280px;
    float:right;
}
body.momentos-inolvidables-register #content form {
    margin:40px 0 0;
    overflow:hidden;
    width:565px;
}
body.momentos-inolvidables-register #content form p {
    margin: 10px 0;
    float: left;
}
body.momentos-inolvidables-register #content form p label {
    color:#fff;
    width: 100px;
    font-weight: bold;
}
body.momentos-inolvidables-register #content form p input {
    width: 400px;
}
body.momentos-inolvidables-register #content form .errorlist {
    padding-left: 80px;
    clear: both;
    color: #fff;
    margin: 0;
}
body.momentos-inolvidables-register #content form .errorlist li {
    background: none;
    color: yellow;
    font-weight: bold;
}
body.momentos-inolvidables #content #id_terms {
    float:left;
    width:auto;
    margin-top:15px;
    border:0;
}
body.momentos-inolvidables #content .buttons-container {
    clear: both;
    float: left;
}
body.momentos-inolvidables #content .buttons-container p {
    clear: none;
    margin-right:20px;
}
body.momentos-inolvidables-register .button,
body.momentos-inolvidables-register #content .button {
    background: transparent url(../img/momentos_inolvidables/button_bg.png) bottom left no-repeat;
    padding-left:10px;
    height: 24px;
    clear:both;
    float:left;
}
body.momentos-inolvidables-register #content .button button {
    background: url("../img/momentos_inolvidables/button_bg.png") no-repeat right bottom;
    margin-right:-10px;
    padding:0 10px 0 0;
    overflow:auto;
    height: 24px;
    color:#fff;
    float: left;
    border:0;
}
body.momentos-inolvidables #content .button button:hover {
    cursor:pointer;
    color:#ccc;
}
body.momentos-inolvidables-register .button a,
body.momentos-inolvidables-register #content .button a {
    background: url("../img/momentos_inolvidables/button_bg.png") no-repeat right bottom;
    margin-right:-10px;
    padding:0 10px 0 0;
    line-height: 24px;
    overflow:auto;
    height: 24px;
    color:#fff;
    float: left;
    border:0;
}
body.momentos-inolvidables #content .button a:hover {
    cursor:pointer;
    color:#ccc;
}
body.momentos-inolvidables-register #content .button.big {
    background: transparent url(../img/momentos_inolvidables/button_big_bg.png) bottom left no-repeat;
    height: 44px;
}
body.momentos-inolvidables-register #content .button.big button {
    background: url("../img/momentos_inolvidables/button_big_bg.png") no-repeat right bottom;
    text-transform: uppercase;
    height: 44px;
    font-weight:bold;
    font-size:14px;
}
body.momentos-inolvidables-register .button.familia,
body.momentos-inolvidables-register #content .button.familia {
    background: transparent url(../img/momentos_inolvidables/button_yellow_bg.png) bottom left no-repeat;
}
body.momentos-inolvidables-register .button.familia {
    float:left;
}
body.momentos-inolvidables-register .button.familia a,
body.momentos-inolvidables-register #content .button.familia a {
    background: url("../img/momentos_inolvidables/button_yellow_bg.png") no-repeat right bottom;
    color:#BE0926;
}
body.momentos-inolvidables-register #content .register .form-text p {
    margin-top:20px;
    font-size:25px;
    color:#fff;
}
body.momentos-inolvidables-terms #content .terms-top {
    background:url("../img/momentos_inolvidables/terms_top_bg.jpg") no-repeat center top;
    float: left;
    height: 30px;
    width: 900px;
}
body.momentos-inolvidables-terms #content .bases-condiciones {
    background:#BE0926 url("../img/momentos_inolvidables/terms_bg.jpg") no-repeat center bottom;
    padding:0 20px 300px;
    float: left;
}
body.momentos-inolvidables-terms #content .bases-condiciones h1,
body.momentos-inolvidables-terms #content .bases-condiciones h2,
body.momentos-inolvidables-terms #content .bases-condiciones ol li,
body.momentos-inolvidables-terms #content .bases-condiciones ul li,
body.momentos-inolvidables-terms #content .bases-condiciones p {
    color:#fff;
}
body.momentos-inolvidables-terms #content .bases-condiciones p {
    margin:5px 0;
}
body.momentos-inolvidables-terms #content .bases-condiciones ol,
body.momentos-inolvidables-terms #content .bases-condiciones ul {
    padding-left:15px;
    margin-bottom:15px;
    margin-left:0;
}
body.momentos-inolvidables-terms #content .bases-condiciones ol.numbers li {
    list-style-type: decimal;
}
body.momentos-inolvidables-terms #content .bases-condiciones ol.alpha li {
    list-style-type: lower-alpha;
}
body.momentos-inolvidables-terms #content .bases-condiciones ol.numbers ul li {
    list-style-type: none;
}
body.momentos-inolvidables #success_register_popup {
    height:125px;
    width:310px;
}
body.momentos-inolvidables .formulario {
    background: url("../img/momentos_inolvidables/alert_form.png") no-repeat center bottom;
}
body.momentos-inolvidables .familia {
    background: url("../img/momentos_inolvidables/alert_form_familia.png") no-repeat center bottom;
}
body.momentos-inolvidables #success_register_popup .button.familia {
    margin:85px 0 0 80px;
}
/* registro */
body.registro #content .wrapper {
  width: 440px;
  float: left;
  margin-right: 20px;
}
body.registro #content .first {
  margin-bottom: 20px;
}
body.registro #content .bloque {
  width: 398px;
  float: left;
  padding: 20px;
  border: 1px dotted #ccc;
}
body.registro #content .bloque h2 {
  margin-top: 0;
}
body.registro #content .info {
  clear: both;
}
body.registro #content form .field-error {
  clear:both;
  display:block;
  width:208px;
  margin-left: 150px;
}
body.registro #content form .help-text {
  margin-left: 150px;
  width: 207px;
  padding-top: 3px;
}

/* Wally Form */
body.wally-form {
  background: transparent url(../img/lupa/bg.png) left top repeat-x;
}
body.wally-form #content {
  margin: 50px 0;
}
body.wally-form #content .prices-balloon {
  width: 579px;
  height: 125px;
  display: block;
  background: transparent url(../img/lupa/prices_balloon.png) right top no-repeat;
  float: right;
}
body.wally-form #content .hi {
  width: 238px;
  height: 30px;
  background: transparent url(../img/lupa/name_bg.png) left bottom no-repeat;
  font-weight: bold;
  text-align: center;
  padding-top:95px;
  font-size: 16px;
}
body.wally-form #content .swf {
  float: left;
  width: 648px;
}
body.wally-form #content form {
  float: left;
  padding-left:28px;
  padding-top: 17px;
  width:223px;
  height: 365px;
  background: transparent url(../img/lupa/form_bg.jpg) right top no-repeat;
}
body.wally-form #content form .row {
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  line-height: 15px;
}
body.wally-form #content form .row-errors {
  padding-bottom: 10px;
}
body.wally-form #content form label {
  width: 170px;
  float: left;
  padding-bottom: 7px;
}
body.wally-form #content form input {
  width: 30px;
  float: left;
}
body.wally-form #content form button {
  margin: 16px 0 0 0;
}
body.wally-form #content form p.error {
  margin-top: 0;
}
body.wally-form #content form span.field-error {
  clear:both;
  display:block;
  margin-left:0;
  background: transparent url(../img/icons/cross.png) left top no-repeat;
  padding-left: 30px;
}
body.wally-form #content form span.correct {
  clear:both;
  display:block;
  margin-left:0;
  background: transparent url(../img/icons/tick.png) left top no-repeat;
  padding-left: 30px;
  font-weight: bold;
  color: green;
}
body.wally-form #content form .terms {
  padding-bottom: 0;
}
body.wally-form #content form input#id_terms {
  float: left;
  margin-right:10px;
  width:17px;
}
body.wally-form #content form .terms label {
  clear: right;
}
body.wally-form #content .calendar img {
  width: 625px;
  height: 143px;
  margin-bottom: 20px;
  margin-left: 10px;
}
body.wally-form #content .links {
  clear: left;
  border-top: 1px solid #830909;
  padding-top: 10px;
}
body.wally-form #content .links .bases {
  float: right;
  color: #640202;
  padding-right: 20px;
}
body.wally-form #content .links .back-btn {
  width: 200px;
}
body.wally-form #content .links .back-btn span {
  display: block;
  color: white;
  line-height: 31px;
  padding-left: 40px;
}
body.wally-form #content .emblem {
  background: transparent url(../img/lupa/cerca.png) center center no-repeat;
  float:left;
  height:200px;
  width:200px;
  margin-bottom:20px;
  margin-left:40px;
}
/* form-sent */
body.wally-form-sent #content .excelente {
	float: left;
}
body.wally-form-sent #content .recommend {
	float: right;
	padding-top: 220px;
}
body.wally-form-sent #content p {
  text-align: center;
}
body.wally-form-sent #content h2,
body.wally-form-sent #content p.note {
  color: white;
}
body.wally-form-sent #content p.note {
  clear: both;
}
body.wally-form-sent #content form {
	padding-left: 16px;
}
body.wally-form-sent #content form input {
	clear: both;
	width: 200px;
}
body.wally-form-sent #content form textarea {
	height: 60px;
}
body.wally-form-sent #content form button {
	margin-top: 0;
}
body.wally-form-sent #content form .row-errors {
	padding-bottom:0;
}
body.wally-form #content form label {
	padding-bottom: 0;
}
/* contact */
body.contacto #content h2 {
	margin-top: 30px;
	border-top: 1px dotted #ccc;
	padding-top: 20px;
}

.month {
position: absolute;
top: 60px;
z-index: 2000;
width: 386px;
height: 120px;
left: -120px;
}

.highlight {
position: absolute;
top: 105px;
z-index: 2000;
width: 190px;
height: 190px;
right: -96px;
}

.help_text {
    clear: both;
    color: #fff;
    font-size: 8pt;
    padding-left: 100px;
}

.img-form-text {
    color: #FFFFFF;
    font-size: 23pt;
    font-style: italic;
    font-weight: bold;
    padding-right: 56px;
    padding-top: 280px;
    text-align: right;
}

