@font-face {
    font-family: "ETmodules";
    src: url("core/admin/fonts/modules.eot");
    src: url("core/admin/fonts/modules.eot?#iefix") format("embedded-opentype"), url("core/admin/fonts/modules.ttf") format("truetype"), url("core/admin/fonts/modules.woff") format("woff"), url("core/admin/fonts/modules.svg#ETmodules") format("svg");
    font-weight: normal;
    font-style: normal;
}
.boton{
    position: fixed;
    left: 0;
    background: ;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 999;
    top: 0;
    padding: 0px 37px;
    padding-bottom: 6px;
}
.boton a{display: inline-block!important; color:#222;font-size: 15px;
         font-weight: 500;    margin-left: 8px;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* html .clearfix {
    zoom: 1;
}
IE6 
*:first-child + html .clearfix {
    zoom: 1;
}
/*================avirato_form================*/
#avirato{
    position: absolute;
    bottom: 50px;
    right: 10px;
    transition: all ease-in 0.4s;
	opacity: 0;
	display:none;
}
.avirato_form {
    background-color: rgba(0,0,0,0.74);
    transition: all 0.6s;
    top: 100px;
    text-align: center;
    padding: 20px;
    width: 250px;
    min-width: 250px;
 }
#form_avirato{
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.avirato_form div{
    width:100%;
    background: #fff;
    position: relative;
}
.avirato_form div:not(:first-of-type), .avirato_form div:not(:last-of-type){
    margin: 15px 0;
}
.avirato_form select, .avirato_form input{
    height: 40px;
    padding: 0 5px;
    width: 100%;
    background: transparent;
    position: relative;
    z-index: 2;
    border:1px solid #ddd;
}
.avirato_form .btn {
    background: ;
    border-radius: 0;
    cursor: pointer;
    text-transform: uppercase;
}
.avirato_form .btn:hover {
    border-radius: 0;
    opacity: .5;
}
.iconAv{
    color: ;
    margin: 0px!important;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 19px;
    z-index: 1;
}
.transition{
	display:block!important;
    right:10px !important;
	opacity: 1 !important;
   