@import url(http://fonts.googleapis.com/css?family=Engagement);
 .btn{
    position:absolute;
     right:25px;
}
 h1 {
     text-align:center;
     font-family:'Engagement', sans-serif;
     font-size:38px;
     font-weight:normal;
     color:#606060;
}
 #content {
     margin:10px auto 0;
     width:1000px;
}
 .ayuda {
     float:left;
     width:1000px;
     height:2178px;
     -moz-box-shadow:0 0 5px #ddd;
     -webkit-box-shadow:0 0 5px #ddd;
     box-shadow:0 0 5px #ddd;
}
 .imgframe {
     height:2178px !important;
    ;
}
 .menu {
     margin-bottom:40px;
     text-align:center;
}
 .menu a {
     color:#D7363A;
     font-size:11px;
     font-weight:bold;
     margin:0 10px;
}
 .preloader {
     background:url(../img/loader.gif) no-repeat center #fff;
}
 .marker {
     display:block;
     text-indent:-9999px;
     width:15px;
     height:23px;
     outline:none;
     background:url(../img/marker.png) no-repeat;
     cursor:pointer;
}
 .popup {
     width:300px;
     position:absolute;
     padding:8px;
     background:#2980B9;
     color:#fff;
     font-size:15px;
     line-height:20px;
}
 .popup h3 {
     margin:0;
     margin-bottom:10px;
     font-family: 'Cabin Condensed', sans-serif;
     font-weight:normal;
     font-size:20px;
}
 .popup .close {
     display:block;
     text-indent:-9999px;
     position:absolute;
     top:4px;
     right:4px;
     width:16px;
     height:16px;
     outline:none;
     background:url(../img/close.gif) no-repeat;
     cursor:pointer;
}
 .relative {
     position:relative;
}
 .controls {
     position: absolute;
     top: 72px;
     left: 308px;
     z-index: 20;
     width: 134px;
}
 .controls a {
     background:#2a2a2a;
     background:rgba(0, 0, 0, .6);
     display:block;
     float:left;
     clear:both;
     font-size:11px;
     font-weight:bold;
     line-height:28px;
     margin-bottom:4px;
     outline:none;
     padding:0 15px;
     text-decoration:none;
}
 .controls a:hover {
     background:#F4EFEF;
     color:#2a2a2a;
}
 .controls .active {
     background:#D7363A;
     color:#fff;
}
