@charset "UTF-8";
/* CSS cookies */

#overbox3 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
}
#infobox3 {
    margin: auto;
	padding:10px;
    position: relative;
    top: 0px;
    height: 90px;
    width: 100%;
    text-align:center;
    background-color: #fff;
}
#infobox3 p {
    line-height:18px;
    font-size:12px;
    text-align:center;
}
#infobox3 p br{
	line-height:25px;
}
#infobox3 p a {
    margin-right:10px;
    text-decoration: underline;
}
.btn-info{
	padding: 5px;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
    border:1px solid #402359;
    white-space: nowrap;
    font-size: 12px;
    line-height: 16px;
    background: #402359;
    color:#fff;
    font-weight: 500;
    text-transform: capitalize!important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-info:hover{
    background:#7f4c95;
    border:1px solid#7f4c95;
    color: #fff;
}
.btn-acepto{
	padding: 5px;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
    border:1px solid#7f4c95;
    white-space: nowrap;
    font-size: 12px;
    line-height: 16px;
    background: #7f4c95;
    color:#fff;
    font-weight: 500;
    text-transform: capitalize!important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-acepto:hover{
    background:#402359;
    border:1px solid#402359;
    color: #fff;
}