body {
	margin-left: 0px;
	margin-top: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.cuerpo{
	bgcolor:#ffffff;
	border:1px #cccccc solid;
	cellpadding:0px;
	cellspacing:0px;
	margin:0 px auto;
	width:920px;
}

.Estilo1 {
	font-size: medium;
	font-weight: bold;
}
.Estilo3 {color: #CC0000}

.Estilo4 {
	font-family: times,Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}

a:link {font-size: medium;
	font-weight: bold;color: #CC0000;
}

dl, dt, dd, ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#menu dt {
  cursor: pointer;
  background: #A9BFCB;
  height: 20px;
  line-height: 20px;
  margin: 2px 0;
  border: 1px solid gray;
  text-align: center;
  font-weight: bold;
}
#menu dd {
  position: absolute;
  z-index: 100;
  left: 340px;
  margin-top: -1.4em;
  width: 12em;
  filter: alpha(opacity=80); 
  opacity: .8;
  background: #A9BFCB;
  border: 1px solid gray;
  display:none;
}


#menu dt a {
text-align:center; /* correción necesaria para mostrar centrados los elementos principales con enlace real */
} 

#menu ul {
  padding: 2px;
  border-bottom:1px solid #d9d9d1;
}

#menu li {
  text-align: center;
  font-size: 85%;
  height: 18px;
  line-height: 18px;
}

#menu li a, #menu dt a {
  color: #000;
  text-decoration: none;
  display: block;
}

#menu li a:hover {
  text-decoration: underline;
}

#menu ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left:13px;
	padding-top:6px !important;
	padding-top:5px;
	padding-bottom:5px;
	border-top: 1px solid #d9d9d1;
}

#contenedor {
  position: relative;
  top:0;
  left:0;
  margin-left:12em;
  padding:10px;}

#menu a{
	text-decoration:none;
	color: #555555;
	font-size:0.8em;
}

#menu a:hover{
	background-color: #CC0000;
	color: #FFFFFF;
}

.sel{
	background: url(/images/arrow.gif) 2px 10px no-repeat;
}
