/*ESTILOS*/
/*
Negro Logo: #1a171b
Rojo Logo: #be1823
Gris Logo: #70706f
*/

#site-logo img {
	max-width: 276px;
}

#top-menu-two {
	background: #1a171b; /* Old browsers */
	/*background: -moz-linear-gradient(top,  #70706f 50%, #1a171b 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#70706f), color-stop(100%,#1a171b)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  #70706f 50%,#1a171b 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  #70706f 50%,#1a171b 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  #70706f 50%,#1a171b 100%); /* IE10+ */
	/*background: linear-gradient(to bottom,  #70706f 50%,#1a171b 100%); /* W3C */
}

#top-menu-two  a:hover {
	color: #be1823; 
	text-decoration: underline;
	text-shadow: 1px 1px #fff; 
	font-weight: bold;
}

#foo-options  {
	background: none repeat scroll 0 0 #000;
    border-radius: 5px;
    margin-bottom: 7px;
    padding: 2px 0;
}