
/*suscripcion*/

.bottom-footer-fixed {display:none;position: fixed; padding: 10px 0; bottom: 0; width: 100%; background: #e12a22;z-index: 9999999 }
.bottom-footer-fixed .boletin .btn{
	color: #fff!important;
    border: 1px solid #010101 !important;
    background: none repeat scroll 0 0 transparent;
    outline: medium none;
   background: #010101;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e3e3e), to(#010101));
   background: -webkit-linear-gradient(top, #3e3e3e, #010101);
   background: -moz-linear-gradient(top, #3e3e3e, #010101);
   background: -ms-linear-gradient(top, #3e3e3e, #010101);
   background: -o-linear-gradient(top, #3e3e3e, #010101);
   padding: 3px 13px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
  letter-spacing: 2px;
  height:35px;
}
.close-suscriber{color: #E12A22; padding: 1px 7px; z-index: 5; cursor: pointer; position: absolute; top:-10px; right: 5px; border: 1px solid #e3e3e3; background: #f5f5f5; font-size: 20px;}
.switch-suscriber {display: none; cursor: pointer; position: absolute; bottom: 10px; right: 0px; padding: 3px 7px; border: 1px solid #e3e3e3; background: #f5f5f5;}
.bottom-footer-fixed .boletin .text{ color:#181818;font-family: 'Chau Philomene One', sans-serif; font-size:24px;margin-bottom:5px; font-style: italic; font-weight: lighter; text-align: center;}
.bottom-footer-fixed .boletin .text .white{ color:#fff; }
.bottom-footer-fixed .boletin .text .black{ color:#000; }
.bottom-footer-fixed .boletin .text a{color:#111;text-decoration:underline}

.form-suscribe{ width: 630px; margin: 0 auto; }
/*Form of mail chimp*/
 #mc_embed_signup{ }
 #mc_embed_signup #mc-embedded-subscribe{ 	color: #fff!important;
    border: 1px solid #010101 !important;
    background: none repeat scroll 0 0 transparent;
    outline: medium none;
   background: #010101;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e3e3e), to(#010101));
   background: -webkit-linear-gradient(top, #3e3e3e, #010101);
   background: -moz-linear-gradient(top, #3e3e3e, #010101);
   background: -ms-linear-gradient(top, #3e3e3e, #010101);
   background: -o-linear-gradient(top, #3e3e3e, #010101);
   padding: 3px 13px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
  letter-spacing: 2px;
  height:35px;
	margin-top: 1px;
   }
#mc_embed_signup .mc-field-group{ display: inline-block; vertical-align:top; }
#mc_embed_signup .mc-field-group input[type="text"], input[type="email"]{ border: 1px solid #e3e3e3; height: 25px; padding: 5px; font-size: 17px;}
