.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #99CC33;
                  /*Zeus: Color fondo menu seleccion*/
	background-image: linear-gradient(to bottom, #9ecf3d, #91c230);
	background-repeat: repeat-x;
}

.product-thumb .price {
	color: #d6d6d6;
    //text-align: center; 
    font-size: 21px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
                  
}

.main-price {
    color: #9ecf3d;
    font-family: 'Roboto', sans-serif;
}

.product-thumb .price-new {
	font-weight: 600;
    font-size: 21px;
    color: #d6d6d6;
    font-family: 'Roboto', sans-serif;
}
#menu {
    /*Color Menu*/  
	background-color: #99CC33;
    /*Color Menu*/  
	background-image: linear-gradient(to bottom, #9ecf3d, #91c230);
	background-repeat: repeat-x;
	border-color: #9ecf3d #9ecf3d #91c230;
	min-height: 40px;
	border-radius:0px;
	font-family: 'Roboto', sans-serif;
}

#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
    /*menu Ver todo Focus*/
	background-color: #99CC33;
	background-image: linear-gradient(to bottom, #91c230, #9ecf3d);
	font-family: 'Roboto', sans-serif;
	background-repeat: repeat-x;
}

#menu .btn-navbar {
	/*boton navegacion pantalla pequeña*/
    font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #99CC33;
	background-image: linear-gradient(to bottom, #9ecf3d, #91c230);
	background-repeat: repeat-x;
	border-color: #91c230 #91c230 #9ecf3d;
	font-family: 'Roboto', sans-serif;
}

a {
	color: #d6d6d6;
}

a:hover {
	text-decoration: none;
    color: #a3a3a3;  
}

.btn-primary {
	color: #ffffff;
	text-shadow: none;
	background: #003366;
	background-image: linear-gradient(to bottom, #0d3d6e, #003061);
	background-repeat: repeat-x;
	border-color: #003061 #003061 #0d3d6e;
	border-radius:0px;
	box-shadow:none;
	/*height: 40px;*/
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #003061;
	box-shadow: none;
	/*height: 40px;*/
	font-size: 14px;
	border: 0px solid #fff;
	font-family: 'Roboto', sans-serif;
}

footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #E5E5E5;
	border-top: 1px solid #ddd;
	/*texto*/
	font-family: 'Roboto', sans-serif;
    color: #474747;
}

#feedback {
	
	border-radius: 2px;
	color: #141414;
	background: #E5E5E5;
	margin: 10px 0px;
	padding: 5px 0;
}

#feedback li {
	font-size: 12px;
	color: #474747;
	padding: 4px 10px;
	border-bottom: 1px dotted #474747;
} 
footer hr {
	border-top: none;
	border-bottom: 1px solid #474747;
}
footer a {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	color: #474747;
}
footer a:hover {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	color: #141414;
}
footer h5 {
	font-size: 18px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	color: #474747;
}

