﻿/************LIGHTBOX************/
.cerrar{ width:109px; height:30px; background:url('../imagenes/lightbox-cerrar.png') top left; cursor:pointer; float:right; transition: all .5s ease;
-webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; }
.cerrar:hover { background:url('../imagenes/lightbox-cerrar.png') bottom left; transition: all .5s ease; -webkit-transition: all .5s ease; 
-moz-transition: all .5s ease; -o-transition: all .5s ease; }

.fondo{ width:100%; height:100%; position:fixed; background:url('../imagenes/lightbox-opacity.png') repeat; top:0; left:0; display:none;
z-index:2000; }

/************ suscríbete / ************/
.caja{ position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-150px; width:600px; height:440px; background:url('../imagenes/lightbox-back.png') no-repeat;
display:none; font-family: 'Strait', Arial, Helvetica, sans-serif; font-size:11pt; text-align:center; color:#edecec; }

.cont{ width:410px; height:250px; margin:40px 10px 10px 180px; }

/************ información / cotización ************/
.caja2{ position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-150px; width:600px; height:300px; 
background:url('../imagenes/lightbox-back2.png') no-repeat; display:none; font-family: 'Strait', Arial, Helvetica, sans-serif; font-size:11pt; text-align:center; color:#edecec; }

.cont2{ width:580px; height:250px; margin:40px 10px 10px 10px; }

/************ postal navidad ************/
.caja6{ position:fixed; top:50%; left:50%; margin-left:-480px; margin-top:-320px; width:960px; height:640px; display:none; }

.cont6{ width:960px; height:640px; margin:0 0; }


/**********************************************************botón SUSCRIBETE************/


 #suscribete a { position:fixed; left: 0px; top:350px; width:20px; height:172px; font:bold 12pt/13pt Arial, Helvetica, sans-serif; 
text-transform:uppercase; text-decoration:none; padding:15px 15px 15px 5px; color:#fff; background:url('../imagenes/btn-suscribete.png') top right;
transition: all 1s ease; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; z-index:4000; }

#suscribete a:hover { color:#3f3f3f; padding:15px 5px 15px 15px; background:url('../imagenes/btn-suscribete.png') top left; transition: all .5s ease;
-webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; }


