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;
}

                            	.form-parallax
								{
									background-color:transparent;
									border:1px solid #FFF;
									border-left:3px solid #e64116;
									background-color: rgba(255, 255, 255, 0.2);
									color:#FFF;
								}
								
								.label-form-parallax
								{
									color:#FFF;
									font-size:16px;	
								}








.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border-radius: 0px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 0px 0 0 0px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}



.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #e64116;
}	