header
{
	border-bottom: 3px solid #e64116;
}

/*Fondo del Top*/
#top
{
	background-color:#555555;
}

/*Fondo del menu*/
.navbar-default
{
	background-color:#333333;
}

/*Enlaces del menu*/
.navbar-default .navbar-nav > li > a {
  color:#FFF; 
}
.navbar ul.nav > li > a {
  text-transform: uppercase;
  text-decoration:none;
  font-weight: bold;
  letter-spacing: 0.08em;
  border-top: solid 5px transparent;
}

.iconDyH1 
{
  color:  #CCC;
}



/*El pie de pagina*/
#footer
{
	border-top: 3px solid #e64116;
	background-color:#333333;
}

/*El copy*/
#copyright {
  background-color:#555555;
  color: #ccc;
  padding: 20px 0;
  font-size: 12px;
  line-height: 28px;
}

.sectionNoPaddingNoMargin
{
	margin:0;
	padding:0;	
}

@media (max-width: 991px) {
	.yamm-content h5{ color:#CCC;}
}

.separadorDeItems {
    margin: 0 0 30px;
    padding: 20px 0;	
    border: solid 1px #ccc;
    border-left: none;
    border-right: none;
	border-bottom:none;
}

/*Enlaces terminos y condiciones*/
.terminosYCondicionesEnlace
{
  color: #CCC; 
}

.itemsEnCarrito 
{
	color: #FFF;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	line-height: 20px;
	font-size: 10px;
	text-align: center;
	vertical-align: bottom;
	background-color: #e64116;
}