body {
	padding: 0px;
	background-color: #47535C;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: small;
	color: #666666;
}
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;
	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;
	background-image: none;
}
a.azul:hover {
	text-decoration: underline;
	background-image: none;
}
a.negro
{
	color: #333333;
	text-decoration: none;
}
a.negro:hover
{
	color: #006699;
	text-decoration: underline;
}


.bold {
	font-weight: bold;
}

