.linea {
	background-image: url(images/barra.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
}
.texto {
	font-family: Tahoma;
	font-size: 12px;
	color: #c59441;
}
.link {
	font-family: Tahoma;
	font-size: 12px;
	color: #c59441;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}
.link:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #7A5A25;
	font-weight: bold;
	text-decoration: none;
}
.cuerpo {
	background-color: #CCCCCC;
	top: 0px;
	right: 0px;
}

