﻿#divModal { display: none; }
    #divModal #divModalFondo { position: fixed; z-index: 1000; width: 100%; height: 100%; left: 0; top: 0; opacity: 0.7; filter: alpha(opacity=70); background-color: #333; }
    #divModal #divModalEnvoltura { transition: all 0.2s; top: 90px; z-index: 1001; position: fixed; padding-left: 0 !important; padding-right: 0 !important; }
    #divModal #divModalContenido { overflow: auto; padding: 50px 15px 15px 15px; border-style: none; cursor: default !important; background: #dddddd; background: white; overflow: auto; }
    #divModal #divModalTitulo { background: #fbba00; color: #333; padding: 5px; font-weight: bold; }
    #divModal #divModalBotones { position: relative; top: 43px; }
        #divModal #divModalBotones .cerrar { display: inline-block; border: 2px solid white; border-radius: 50%; font-weight: bold; color: white; text-align: center; cursor: pointer; font-size: 16px; width: 28px; height: 28px; padding: 0 !important; }

    #divModal.modalVerde #divModalContenido { background: rgba(0,154,67,1); background: -moz-linear-gradient(left, rgba(0,154,67,1) 0%, rgba(150,193,31,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,154,67,1)), color-stop(100%, rgba(150,193,31,1))); background: -webkit-linear-gradient(left, rgba(0,154,67,1) 0%, rgba(150,193,31,1) 100%); background: -o-linear-gradient(left, rgba(0,154,67,1) 0%, rgba(150,193,31,1) 100%); background: -ms-linear-gradient(left, rgba(0,154,67,1) 0%, rgba(150,193,31,1) 100%); background: linear-gradient(to right, rgba(0,154,67,1) 0%, rgba(150,193,31,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009a43', endColorstr='#96c11f', GradientType=1 ); }
    #divModal.modalVerde #divModalEnvoltura { border-bottom: 8px solid #fbba00; }
    #divModal.modalNaranja #divModalContenido { background: rgba(240,132,0,1); background: -moz-linear-gradient(left, rgba(240,132,0,1) 0%, rgba(251,184,0,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,132,0,1)), color-stop(100%, rgba(251,184,0,1))); background: -webkit-linear-gradient(left, rgba(240,132,0,1) 0%, rgba(251,184,0,1) 100%); background: -o-linear-gradient(left, rgba(240,132,0,1) 0%, rgba(251,184,0,1) 100%); background: -ms-linear-gradient(left, rgba(240,132,0,1) 0%, rgba(251,184,0,1) 100%); background: linear-gradient(to right, rgba(240,132,0,1) 0%, rgba(251,184,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f08400', endColorstr='#fbb800', GradientType=1 ); }
    #divModal.modalNaranja #divModalEnvoltura { border-bottom: 8px solid #009A42; }
    #divModal.modalBlanco #divModalContenido { background-color: white; }
    #divModal.modalBlanco #divModalEnvoltura { border-bottom: 8px solid #009A42; }

    #divModal.modalBlanco #divModalBotones .cerrar { border-color: #009A42; color: #009A42; }
