@charset "ISO-8859-1";

/******************************************************************************/
/* Estilos: Generales                                                         */ 
/******************************************************************************/

/******************************************************************************/
/* Estilos: Clases                                                            */ 
/******************************************************************************/

/******************************************************************************/
/* Estilos: Elementos                                                         */ 
/******************************************************************************/

#divHead {
  bottom: 379px;
  /*bottom: 128px;*/
}

#divBody {
  height: 376px;
  /*height: 125px;*/
}

#imgTMG {
  position: absolute;

  top: 0px;
  left: -3px;
  width: 210px;
  height: 63px;
}

#divSMenu {
  position: absolute;
  
  top: 66px;
  left: 3px;
  width: 198px;

  overflow: hidden;
}

#divSMenu div {
  border: 1px solid #ffffff;
  padding: 7px;
  background: #fafafa;

  font-size: 10px;

  overflow: hidden;
}

#divSMenu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-top: 0px solid #e5e5e5;
}

#divSMenu span {
	width:182px;
	display:block;
	margin-bottom:4px;
	padding:3px;
	padding-left:8px;
	font-weight:bolder;
	border-left:0px solid #e5e5e5;
	border-bottom: 0px solid #e5e5e5;
	background:#f3f3f3;
}

#divSMenu li {
  padding-left: 8px;
  padding-bottom: 2px;

  background-image: url(../img/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;

  border-bottom: 1px solid #e5e5e5;
}

