/* nuevos
 * esto deja la escoba
.popUp body {
font-family: "Trebuchet MS", Helvetica, Arial;
font-size: 14px;
color: #1E5585;
text-decoration: none;
background-color: #FFFFFF;
color: #333333;
margin: 0px;
padding: 0px;
}

width: auto;
padding: 2px;
clear: none;
z-index: auto;
visibility: inherit;
overflow: auto;
*/

.popUp {
background-color: #FFFFFF;
position: absolute;
top: 10%;
left: 10%;
width: 600px;
height: 400px;
border: 1px solid #1A517C;
display:none;
z-index: 1000;
}
.popUp h1, #escoge_periodo  h1 {
background-image: url(../images/fondos/bullet2_h1_index.gif);
background-repeat: no-repeat;
text-indent: 35px;
font-size: 180%;
margin-right: 5px;
margin-left: 5px;
}
.popUp h2 {
margin-right: 5px;
margin-left: 5px;
color: #1E5585;
}
.popUp p {
margin-right: 20px;
margin-left: 5px;
}
.pregunta {
font-size: 110%;
font-weight: bold;
color: #000000;
}
.popUp .controles {
width: 100%;
background-color: #1A517C;
color: #FFFFFF;
text-align: right;
}
.popUp .popup_texto {
height: 377px;
overflow: auto;
}
.overlay{
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height:100%;
min-height:100%;
background: #000;
z-index:1001;
opacity:.75;
-moz-opacity: 0.75;
filter: alpha(opacity=75);
}

#escoge_periodo p {
margin-left: 15px;
}
#escoge_periodo img {
text-align: center;
}

.estilo_boton {
cursor: pointer;
}
