.op_menu {
	text-align: right;
	width: 13;
	background-color: #7AC45A;
	font-size: 12;
	font-weight: bold;
	width: 150px;	
	color: white;
	font-family: arial, helvetica, sans-serif;
}


.base_tabla {
	text-align: center;
	font-weight: bold;
	font-size: 10;
	color: white;
	background-color: red;
}
a:link {
	text-decoration: none;
	font-size: 13;
	color: white;
	font-family: arial, helvetica, sans-serif;
}
a:visited {
	text-decoration: none;
	font-size: 13;
	color: white;
	font-family: arial, helvetica, sans-serif;
}
a:active {
	text-decoration: none;
	font-size: 13;
	color: white;
	font-family: arial, helvetica, sans-serif;
}
a:hover {
	text-decoration: none;
	font-size: 13;
	color: red;
	font-family: arial, helvetica, sans-serif;
}
.filo_menu {
	border-right: 1;
	border-right-color: red;
}
.formulario {
	font-weight: bold;
	font-size: 11;
	text-align: right;	
	font-family: arial, helvetica, sans-serif;
}
.texto {
	color: #7F7F7F;
	font-size: 13;
	text-align: justify;
}
.negrita{
	font-weight: bold;
	font-size: 13;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
}

