@charset "utf-8";
/* CSS Document */

/* Estilos para barras FLEXSCROLL*/

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 15px;
background-color: #333333;
opacity:.25; filter: alpha(opacity=25);
}
.vscrollerbar {
width: 15px;
background-color: #00AEC6;
opacity:.75; filter: alpha(opacity=75);
cursor:pointer;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

#mycustomscroll {
left:50%;
width: 640px;
height: 365px;
overflow: auto;
margin-left: -320px;

}

#mycustomscroll h1 {
  font-size:18px;
  border-bottom: 1px solid #00AEC6;
}

#mycustomscroll h3 { font-family:verdana, arial, sans-serif; font-size:14px; color:#00AEC6; padding-left: 12px; padding-right:12px;}