.row {
  height: 20px;
  text-align: right;
  font-size: 16px;
  font-family: Impact;
  background-color: #acabab;
  height: 24px;
}

.rowAreas {
  height: 34px;
  font-family: Impact;
  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;
}

#selectArea {
  background-color: #000000;
  /*color: #ffffff;*/
  cursor: pointer;  
}

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

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

#subsubmenu {
  position: absolute;
  z-index: 20;
  float:  left;
  margin-left:  145px;
  /*visibility:  hidden;*/
  display:  none;
}

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

	#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; }
