/* Estilos de maquetación */
.titulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #142561;
}

/*-- BOTÓN --*/
.boton, .boton_over{
	font-size: 12px;
	background-color: #feffa1;
	border: 1px solid #000000;
	padding: 3px;
	width: 40px;
	text-align:center;
}
.boton_over{ background-color: #F6F8E2; color: #142561; }

a.empresa{ text-decoration:none; }
a.empresa:hover{ text-decoration:underline; } 