body {
	margin:0px;
	padding:0px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #099;
}
#bordeArriba {
	background-image: url(/img/estructura/bordeArriba.gif);
	height: 5px;
	width: 780px;
	font-size: 0px;
}

#menuVertical {
	width: 185px;
	background-color: #309;
	float: left;
	text-align: left;
	background-image: url(/img/estructura/bordeVertical.gif);
	background-position: bottom;
	background-repeat: no-repeat;

}
#contenedor {
	width: 780px;
}

#contenido {
	width: 595px; 
	background-color: #ffc; 
	float: right;
	background-image: url(/img/estructura/bordeGranAbajo.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
img {
	margin-top: 12px;
	margin-left: 12px;
	border: 0px;
}
.right {
	text-align: right;
}

.imgHome {
	border: solid #222 10px;
}

.c {
	text-decoration: none;
	font-family: verdana;
	font-size: 10px;
	color: #fff;
}

.c:hover {
	text-decoration: underline;
	color: #FF0;
}

.c:visited {
	color: #aaa;
	border: 0px;
}

.img_p {
	border: solid #222 5px;
}

a:visited {
	color: #000;
	border-bottom: dashed #888 1px;
	text-decoration: none;
}

.fuente {
	padding: 10px; 
	text-align: right; 
	color: #888; 
	font-size: 10px;
}
.pieAzul {
	padding: 10px;
	text-align: right; 
	font-family: verdana; 
	font-size: 10px; 
	color: #bbb;
}
.menor {
	font-family: verdana;
	text-align: right;
	font-size: 10px;
	color: #aaa;
}

/* menú alternativo */
#menuAlternativo ul {
	padding: 10px 0px 20px 0px; 	margin: 0px;
	height: 19px;
	text-align: center;
	z-index: -1;
  font:10px "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  float: left;
}
#menuAlternativo li {
	display: block;
}
#menuAlternativo li a {
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	background: #f5f5f5;
}
#menuAlternativo li a:visited {
	background: #f5f5f5;
	color: #99d;
}
#menuAlternativo li a:hover {
	margin: 0px;
	padding: 3px 10px 0px 10px;
	border-bottom: 2px solid #f66;
	color: blue;
}