body {
  padding: 0px;
  background-color: #47535C;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px;
  font-size: small;
  color: #333333;
}
img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

#contenedor {
	width: 978px;
	background-image: url(../images/fondos/esq_sup_izq.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #47535C;
	left: auto;
	right: auto;
	padding: 0px;
	top: 10px;
	position: relative;
	margin: auto;
}
#der {
  background-image: url(../images/fondos/esq_sup_der.png);
  background-position: right top;
  background-repeat: no-repeat;
  height: 92px;
}
a.blanco {
  color: #FFFFFF;
  text-decoration: none;
}
a.blanco:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
a.azul {
  color: #006699;
  text-decoration: none;
}
a.azul:hover {
  text-decoration: underline;
  color: #003399;
}
.bold {
	font-weight: bold;
}
