     .body-color {
        padding-top: 40px;
        padding-bottom: 40px;
        background: linear-gradient(#0062a5, #ffffff);
      }

      /* Custom container */
      .container-narrow {
        margin: 0 auto;
        max-width: 700px;
        border-radius: 15px;
        border: solid 4px #fbbe24;
        background-color: #ffffff;
      }
    	ul.circulos { 
			width: 100%; 
			margin: 20px auto; 
			text-align: center;
			list-style-type: none; 
			font: bold 14px arial;
		} 
 
		ul.circulos li { 
		   display: inline; 
			margin: 0;
			padding: 0;
		}
		
		.circulos a{ 
			display: inline-block;
			margin-top: 15px;
			width:30px; 
			height:30px; 
			background-image: url('../images/boton_sonido_off.svg');
			background-repeat: no-repeat;
		}		
		
		.circulos a:hover { 
			display: inline-block;
			width:30px; 
			height:30px; 
			background-image: url('../images/boton_sonido_on.svg');
			background-repeat: no-repeat;
		}
		
		 ul.circulosdown { 
			width: 100%; 
			margin: 20px auto; 
			text-align: center;
			list-style-type: none; 
			font: bold 14px arial;
		} 
 
		ul.circulosdown li { 
		   display: inline; 
			margin: 0;
			padding: 0;
		}		
		
		.circulosdown a { 
			display: inline-block;
			width:30px; 
			height:30px; 
			background-image: url('../images/boton_sonido_off.svg');
			background-repeat: no-repeat;
		}		
		
		.circulosdown a:hover { 
			display: inline-block;
			width:30px; 
			height:30px; 
			background-image: url('../images/boton_sonido_on.svg');
			background-repeat: no-repeat;
		}
		
		
		.span-circulo{
			text-decoration: none;
			font-size: 18px;
			color:#0062a5; 
			padding: 10px;
			height: auto; 
			-moz-border-radius-topleft: 200px; 
			-moz-border-radius-bottomleft: 200px; 
			-webkit-border-top-left-radius: 200px; 
			-webkit-border-bottom-left-radius: 200px; 
			border-top-left-radius: 200px;
			border-bottom-left-radius: 200px;
			border: solid 4px #fbbe24;
			background: linear-gradient(#fbbe24, #ffd328); /* Standard syntax (must be last) */
			
		}
		.span-center{
			margin-left:100px;
		}		
		
		.span-center-text{
			margin-right: 1px;
		}
		
		 li.nav-img1 a{
			display: inline-block;
			list-style-type: none; 
			width:100px; 
			height:30px; 
			background-image: url('../fondos/imagenes/boton_tienda.svg');
			background-repeat: no-repeat;
		}
		
		.span-brack-color{
			background: linear-gradient(#ffffff, #f4fea3); /* Standard syntax (must be last) */
			border-radius: 15px;
			margin-bottom: 20px;
			overflow-y: scroll;
			height: 250px;
		}
		
		.span-brack-color p{
			white-space: pre-line;
			margin-left: 20px;
			/*text-align: justify;*/
			margin-right: 20px;
			font-size: 12px;
		}
		.span-brack-marge{
			margin-bottom: 10px
		}
		.item-border{
			border-radius:15px;			
		}
		h4{
			text-align: center;
		}
		.text-info-circulo{
			text-decoration: none;
			text-align: center;
			color:#0062a5; 
			padding: 5px;
			-moz-border-radius-topleft: 200px; 
			-moz-border-radius-bottomleft: 200px; 
			-moz-border-radius-topright: 200px;
			-moz-border-radius-bottomright: 200px;
			-webkit-border-top-left-radius: 200px; 
			-webkit-border-top-right-radius: 200px; 
			-webkit-border-bottom-left-radius: 200px; 
			-webkit-border-bottom-right-radius: 200px; 
			border-top-left-radius: 200px;
			border-bottom-left-radius: 200px;
			border-top-right-radius: 200px;
			border-bottom-right-radius: 200px;
			border: solid 4px #fbbe24;
			background: linear-gradient(#fbbe24, #ffd328);
			
		}
		.text-info-mager-top{
			margin-top: 20px;
			text-align: right;			
		}
				
		.text-info-mager-top-boton{
			margin-top: 16px;
			margin-bottom: 16px;
		
		}
		.text-info-mager-top-boton a{
			margin-right: 2px;
		}
		
		.nav-carucel{
			  overflow: hidden;
  			  /*padding: 0 20px;*/
  			  /*margin-bottom: 10px;*/
		}
		
		.nav-carucel-slides {
			  	margin: 0;
			  	padding: 0;
			  	list-style-type: none;
		}
		
		.nav-carucel-slide {
			  float: left;
			  width: 120px;
			  height: 150px;
			  padding: 10px;
		}
		
		.row-margin{
			margin-bottom: 15px;
			
		}
		
		.row-margin img{
			height: 175px;
		}
		.row-margin-top{
			margin-top: 15px;
		}		
		
		.row-margin-top-bg{
			margin-top: 15px;
			border-top: 1px solid #ddd;
			background-color: #f9f9f9;
		}		
		
		.row-margin-bg{
			margin-top: 5px;
			margin-bottom: 5px;
			border-top: 1px solid #ddd;
			border-bottom: 1px solid #ddd;
			background-color: #f9f9f9;
		}
		.row-margin-a a{
			color: #000000;
		}
		
		.popover-title {
		  padding: 8px 14px;
		  margin: 0;
		  font-size: 14px;
		  font-weight: normal;
		  line-height: 18px;
		  background-color: #fde3a2;
		  border-bottom: 1px solid #ebebeb;
		  -webkit-border-radius: 5px 5px 0 0;
		     -moz-border-radius: 5px 5px 0 0;
		          border-radius: 5px 5px 0 0;
		
		}