/* CSS Document */

.texto_menu_gris{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #555555;
	text-transform:uppercase;
}

.texto_menu_gris a{
	color: #555555;
	text-decoration:none;
	padding:0 5px 0 5px;
}

.texto_menu_gris a:hover{
	color: #333333;
	text-decoration:none;
}

.boton_buscar_gris{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #555555;
	text-transform:uppercase;
	border:#E3E3E3 solid 1px;
	background-color:#E3E3E3;
}
