﻿.inner-area-multiple {
    width: 550px !important;
    margin: 35px auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.font-12 {
    font-size: 12px !important;
}

.wrap {
    position: relative;
    width: 720px;
    /* padding-top: 35px; */
    padding-bottom: 40px;
    margin: 40px auto 0;
    background: rgb(0,173,170);
    background: -moz-linear-gradient(left, rgba(0,173,170,1) 0%, rgba(0,173,170,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,173,170,1) 0%,rgba(0,173,170,0) 100%);
    background: linear-gradient(to right, rgba(0,173,170,1) 0%,rgba(0,173,170,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adaa', endColorstr='#ffffff',GradientType=1 );
    background-size: 100% 100%;
    background-position: 0px 100px;
    background-repeat: no-repeat;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.dnone {
    display: none !important;
}

.alerta-mensaje {
    font-size: 16px !important;
    color: red !important;
    font-weight: bold !important;
    padding-bottom: 20px !important;
    margin-top: 40px !important;
}