.texto-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.bold-cursiva {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: oblique;
	font-weight: bold;
}
p {
	text-indent: 10px;
}
a:active, a:link, a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #083465;
}
a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #083465;
}
.vinos {
	font-size: 11px;
	color: #820000;
	font-weight: bold;
}

