.row, #separator {
    text-align: right;
    font-size: 12px;
    /*font-family: Helvetica Neue,Arial,Helvetica,Impact;*/
    font-weight: bold;
    height: 12px;
    background-color: #acabab;
    vertical-align: top;
}

.rowAreas {
    height: 12px;
    font-weight: bold;
    background-color: #d40808;
    color: #ffffff;
    text-align: center;
}
.rowAreas A, .rowAreas A:hover {text-decoration: none; color: white}

#select {
  background-color: #d40808;
  color: #ffffff;
  cursor: pointer;
}

.select {
    background-color: #d40808;
    color: #ffffff;
    cursor: pointer;
}

.selectActivo {
    background-color: #d40808;
    color: #ffffff;
    cursor: pointer;
}

#select2 {
    cursor: pointer;
}

.selectArea {
  background-color: #000000;
  cursor: pointer;
}

.busqueda {
  text-align: left;
  height: 180px;
  font-size: 16px;
  background-color: #acabab;
}

#submenu {
    /*border: 1px solid red;*/
    position: relative;
    float:  left;
    top: 0;
    z-index: 20;
    /*visibility:  hidden;*/
    /*display:  none;*/
    background: #e3e3e3;
}

#submenu table tr td {
    border-bottom: 1px solid #dedede
}

#subsubmenu {
    width: 110px;
    position: relative;
    z-index: 20;
    float: right;
    /*visibility:  hidden;*/
    /*display:  none;*/
    margin: 0;
    padding: 0;
}

#subsubmenu table {

    width: 100%;
}
#subsubmenu table tr td {
    border-bottom: none;
    font-size: 10px;
}

.subm {
  /*font-family: verdana;*/ 
  font-size:12px;
  text-align:left;
  /*font-weight:bold;*/
}

.subm p {
    padding-left: 15px;
}

#gallery {
    padding: 10px;
    width: 720px;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
    border: 5px solid #acabab;
    border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
    border: 5px solid #fff;
    border-width: 5px 5px 20px;
}
#gallery ul a:hover { color: #3e3e3e; }

