<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#contenido{
margin:10px;
width:800px;
}


.box_mapa{
float:left;
width:30%;
height:150px;
background-color:#FFF;
-moz-box-shadow:0 0 5px #ddd;
-webkit-box-shadow:0 0 5px #ddd;
box-shadow:0 0 5px #ddd;
margin:10px 0px 0px 8px;
padding:7px;
}
.box_rubros{
float:left;
width:50%;
height:150px;
background-color:#FFF;
-moz-box-shadow:0 0 5px #ddd;
-webkit-box-shadow:0 0 5px #ddd;
box-shadow:0 0 5px #ddd;
margin:10px 0px 0px 8px;
padding:7px;
}
.box_visible{
width:120px;
height:200px;
background-color:#faf7f2;
-moz-box-shadow:0 0 5px #ddd;
-webkit-box-shadow:0 0 5px #ddd;
box-shadow:0 0 5px #ddd;
margin-top: 80px;
margin-left:850px;
padding:5px 10px;
border-radius: 14px;
position:absolute;

}

.box_text {
width:33%;
float:left;
height:auto;
margin:0px;
}

.demo1 {
float:left;
width:980px;
height:500px;
margin:8px;
-moz-box-shadow:0 0 5px #ddd;
-webkit-box-shadow:0 0 5px #ddd;
box-shadow:0 0 5px #ddd;
}

.preloader {
background:url(../images/loader.gif) no-repeat center #fff;
}

.marker {
display:block;
text-indent:-9999px;
width:15px;
height:23px;
outline:none;
cursor:pointer;
}

.popup {
width:300px;
position:absolute;
padding:8px;
background:#FCF4D8;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:10px;
line-height:20px;
}

.popup h3 {
margin:0;
margin-bottom:10px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:18px;
}

.popup .close {
display:block;
text-indent:-9999px;
position:absolute;
top:4px;
right:4px;
width:16px;
height:16px;
outline:none;
background:url(../images/close.gif) no-repeat;
cursor:pointer;
}

.relative {
position:relative;
}</pre></body></html>