/* Notification box */
.cm-notification-container {
    position: fixed;
    top: 0;
    right: 50px;
    width: 40%;
    z-index: 4000;
    min-width: 300px;
}
.notification-content {
    position: relative;
    z-index: 10;
}
.notification-w, .notification-n, .notification-e {
    position: relative;
    margin: 7px 0 7px 0;
    padding: 14px 0;
    border: 1px solid;
    background-position: 16px 12px !important;
    background-repeat: no-repeat !important;
    font-size: 100%;
    width: 100%;
    line-height: 15px;
    opacity: 0.96;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.notification-w div, .notification-n div, .notification-e div {
    display: block;
    padding-left: 50px;
    padding-right: 20px;
}
.notification-header-w, .notification-header-n, .notification-header-e {
    font-size: 110%;
    font-weight: bold;
    line-height: 15px;
    float: left;
    margin: 0 10px 0 0;
    padding-right: 0 !important;
    color: #c52a01;
}
.notification-w img, .notification-n img, .notification-e img {
    outline: 0;
    border: 0;
}
.notification-w p, .notification-n p, .notification-e p {
    margin: 0;
    color: #8c8531;
}
.notification-n p {
    color: #496e16;
}
.notification-e p {
    color: #9c3535;
}
.notification-body a, .notification-body a:visited, .notification-body a:hover, .notification-body a:active {
    font-size: 85%;
}
.notification-n {
    background: #d0eaae url('images/notice.png');
    border-color: #8bc045;
    min-height: 15px;
}
.notification-n div {
    color: #496e16;
}
.notification-w {
    background: #fffbcc  url('images/warning.png');
    border-color: #e6db55;
    min-height: 15px;
}
.notification-w div {
    color: #8c8531;
}
.notification-e {
    background: #ffcece url('images/error.png');
    border-color: #df8f8f;
    min-height: 15px;
}
.notification-e div{
    color: #9c3535;
}
.notification-header-n {
    color: #668c34;
}
.notification-header-w {
    color: #bfa615;
}
.cm-notification-close {
    font-size: 50%;
    position: absolute;
    right: 5px;
    top: 5px;
}
/* /Notification box */	
#tablaLogin {
    width: 500px;
    background-color: #FFF;
    padding: 5px;
    margin-top: 70px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}
.DivSolicitud {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.menuSolicitud {
    list-style:none;
    margin:0;
    padding:0;
}
.menuSolicitud li {
    padding:0;	
    float:left;
    border:1px solid #ffffff;
    margin:0;	padding:0;
    text-align:center;
    width: 24%;
}
.menuSolicitud li a:link, .menuSolicitud li a:visited {
    background-color : #ececec;
    display:block;
    text-decoration:none;
    color:#000000;
    border:1px solid #ececec;
    padding:4px 0px 4px 0px;
}
.menuSolicitud li a:hover, .menuSolicitud li a:active {
    background-color : #330099;
    display:block;
    color:#ffffff;
    text-decoration:none;
    border:1px solid #000000;
    padding:4px 0px 4px 0px;
}
.menuSolicitudActivo{
    margin-top:1px !important;
    background-color : #330099;
    padding:4px 0px 4px 0px !important; 
    border:1px solid #000000 !important;
    color:#ffffff;
}
.botcancelar{
    float:right;
    font-size: 11px;
}
.botcancelar a:link, .botcancelar a:visited{
    float:right;
    color: #ffffff;
    background-color : #006699;
    text-decoration:none;
    padding:3px 5px 3px 5px;
}
.botcancelar a:hover, .botcancelar a:active{
    float:right;
    color: #ffffff;
    background-color : #330099;
    text-decoration:none;
    padding:3px 5px 3px 5px;
}
.menuSolicitudPaso {
    float:left;
    color: #ea314e;
    font-size: 18px;
}
.clear { clear:both }
#info-popup{
    display: none;
    background: #fff;
    position: absolute;
    top: 10%;
    left: 25%;
    padding-top: 50%;
    width: 50%;
    z-index: 1000;
}
#info-popup img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

