/* CSS Document */

.link a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #371111;
	font-size: 10px;
	text-decoration:underline;
}

.link a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC3300;
	font-size: 10px;
	text-decoration:underline;
}

.link a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC3300;
	font-size: 10px;
	text-decoration:underline;
}
.link a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #371111;
	font-size: 10px;
	text-decoration:underline;
}




.menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #371111;
	font-size: 13px;
	text-decoration:none;
}

.menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC3300;
	font-size: 13px;
	text-decoration:none;
}

.menu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC3300;
	font-size: 13px;
	text-decoration:none;
}
.link a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #371111;
	font-size: 10px;
	text-decoration:underline;
}
.menu_elegido a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC3300;
	font-size: 13px;
	text-decoration:none;
}



