
.popUpTitle {
    background-color: #ced9e7;
    height: 24px;
    width: 100%;
}

.popUpTitle img {
    overflow: hidden;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../../imgs/tool-sprites.gif);
    margin: 0;
}

.data {
    height: auto;
    overflow: hidden;
    font-size: 12px;
    padding: 25px 25px 50px;
    width: auto;
    border: 1px solid;
    border-color: #99bbe8;
    border-width: 1px;
    background: rgb(255, 255, 255);
    color: black;
}

.buttons li {
    cursor: pointer;
    float: left;
    height: 29px;
    margin-right: 15px;
    width: 134px;
}

span.button {
    height: 24px;
    vertical-align: middle;
    display: inline-block;
    padding: 2px;
    vertical-align: middle;
    border-radius: 3px;
    padding: 2px 2px 2px 2px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background: transparent;
    font-size: 11px;
    font-weight: normal;
    font-family: tahoma, arial, verdana, sans-serif;
    color: #333333;
    padding: 0 4px;
    text-decoration: none;
    vertical-align: middle;
    text-align: right;
}
.button:hover{
    display: inline-block;
    padding: 2px;
    vertical-align: middle;
    border-color: #81a4d0;
    background-image: none;
    background-color: #dbeeff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dbeeff), color-stop(48%, #d0e7ff), color-stop(52%, #bbd2f0), color-stop(100%, #bed6f5));
    background-image: -moz-linear-gradient(top, #dbeeff,#d0e7ff 48%,#bbd2f0 52%,#bed6f5);
    background-image: linear-gradient(top, #dbeeff,#d0e7ff 48%,#bbd2f0 52%,#bed6f5);

}

.popUpDisplay {
    display: none;
    position: fixed;
    left: 250px;
    top: 72px;
    z-index: 1001;
    border: 1px solid #c1bbbb;
    border-bottom-left-radius: 5px;
    padding: 4px 4px 4px 4px;
    border-width: 1px;
    border-style: solid;
    background-color: #ced9e7;
    box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
    -webkit-border-radius: 5px 5px;
    -o-border-radius: 5px 5px;
    -ms-border-radius: 5px 5px;
    -khtml-border-radius: 5px 5px;
    border-radius: 5px 5px;
    width: 390px;
    max-Height: 700PX;
    OVERFLOW-Y: SCROLL;

}

.dimLayer {
    display: none;
    outline: 0px none;
    height: 100%;
    width: 100%;
    background: #A9A9A9;
    top: 0px;
    left: 0px;
    z-index: 900;
    position: fixed;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
}

.formulario2 {
    padding: 10px 0px;
    text-align: center;
}

.cerrar {
    position: absolute;
    right: 10px;
    top: 10px;
}

.popUpDisplay2 {
    display: none;
    position: fixed;
    right: 45%;
    top: 20%;
    z-index: 1001;
    border: 1px solid #c1bbbb;
    border-bottom-left-radius: 5px;
    padding: 4px 4px 4px 4px;
    border-width: 1px;
    border-style: solid;
    background-color: #ced9e7;
    box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
    -webkit-border-radius: 5px 5px;
    -o-border-radius: 5px 5px;
    -ms-border-radius: 5px 5px;
    -khtml-border-radius: 5px 5px;
    border-radius: 5px 5px;
    width: 600px;
    left: 29%;
    max-Height: 700PX;
    OVERFLOW-Y: SCROLL;
}


.formulario3 {
    padding: 10px 0px;
    width: 48%;
    display: inline-block;
    text-align: center;
}
.formulario4 {
    padding: 10px 0px;
    width: 48%;
    display: inline-block;
    text-align: center;
}

.popUpDisplay3 {
    display: none;
    position: fixed;
    left: 7%;
    top: 6%;
    z-index: 1001;
    border: 1px solid #c1bbbb;
    border-bottom-left-radius: 5px;
    padding: 4px 4px 4px 4px;
    border-width: 1px;
    border-style: solid;
    background-color: #ced9e7;
    box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
    -webkit-border-radius: 5px 5px;
    -o-border-radius: 5px 5px;
    -ms-border-radius: 5px 5px;
    -khtml-border-radius: 5px 5px;
    border-radius: 5px 5px;
    width: 900px;
    max-Height: 700PX;
    OVERFLOW-Y: SCROLL;
}
.popUpDisplay4 {
    display: none;
    position: fixed;
    left: 7%;
    top: 6%;
    z-index: 1001;
    border: 1px solid #c1bbbb;
    border-bottom-left-radius: 5px;
    padding: 4px 4px 4px 4px;
    border-width: 1px;
    border-style: solid;
    background-color: #ced9e7;
    box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
    -webkit-border-radius: 5px 5px;
    -o-border-radius: 5px 5px;
    -ms-border-radius: 5px 5px;
    -khtml-border-radius: 5px 5px;
    border-radius: 5px 5px;
    width: 900px;
    max-Height: 700PX;
    OVERFLOW-Y: SCROLL;
}
.popUpDisplay5 {
    display: none;
    position: fixed;
    left: 7%;
    top: 6%;
    z-index: 1001;
    border: 1px solid #c1bbbb;
    border-bottom-left-radius: 5px;
    padding: 4px 4px 4px 4px;
    border-width: 1px;
    border-style: solid;
    background-color: #ced9e7;
    box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
    -webkit-border-radius: 5px 5px;
    -o-border-radius: 5px 5px;
    -ms-border-radius: 5px 5px;
    -khtml-border-radius: 5px 5px;
    border-radius: 5px 5px;
    width: 900px;
    max-Height: 700PX;
    OVERFLOW-Y: SCROLL;
}
.popUpDisplay9 {
    display: none;
    position: fixed;
    left: 22%;
    top: 0%;
    z-index: 1001;
    border: 1px solid #c1bbbb;
    border-bottom-left-radius: 5px;
    padding: 4px 4px 4px 4px;
    border-width: 1px;
    border-style: solid;
    background-color: #ced9e7;
    box-shadow: #ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset;
    -webkit-border-radius: 5px 5px;
    -o-border-radius: 5px 5px;
    -ms-border-radius: 5px 5px;
    -khtml-border-radius: 5px 5px;
    border-radius: 5px 5px;
    width: 1024px;
    OVERFLOW-Y: SCROLL;
}

