
/*
==============================================

			Generales pequeñas

==============================================
*/
.in_line
{
	display:inline-block;
}
.spn_white
{
	color:white;
}
/*
==============================================

			Footer secciones de ??¡

==============================================
*/

.headerTop {
  	background: black;
  	height: 57px;
  	width:1024px;
  	margin: 0 auto;
  	border:0px solid red;
}

/*=========== Header Info =====================*/


.headerInfo 
{
  background: #333;
  height: 35px;
  width:1024px;
  margin: 0 auto;
}

.cont
{
	font: inherit;
	width:1024px;
	background:#333;
	height:100%;
}

.hi1
{
	background:#333;
	margin:0;
	height:25px;
	float:left;
	padding-top: 10px;
  	font: inherit;
    padding-left: 10px;
}

.hi2
{
	background:#333;
	height:25px;
	float:right;
	font-weight: 600;
	font-size:13px;
	line-height:17px;  
	color:white;
  	font-weight:bold;
  	padding-left: 8px;
  	padding-right: 8px;
  	padding-top:10px;
}
.hi2:hover{
	background:#2b2b2b;
}
#logo{
	margin-top: 10px;
	width:350px;
	height:80px;
}
#banner{
	width:1024px;
	height:57px;
}


/*=========== Header =====================*/

.head{
	background: white;
	width:1024px;
	height: 100px;
	margin:0 auto 0 auto;	
	border:0px solid red;

}

.imgLogo{
	border:0px solid black;
	width:360px;
	height:100px;
	float:left;
}
.busHead{
	border:0px solid black;
	width:355px;
	height:65px;
	text-align: center;
	padding-top: 35px;
	padding-left: 35px;
}

.cartHead{
	border:0px solid black;
	width:265px;
	height:65px;
	padding-top: 35px;
}

.boxBus{
	margin:0px;
	height:45px;
	font-size:0.9em;
	padding-left:5px;
	border:1px solid silver;
	color:silver;
	width:280px;
	float:left;
}


.cart{
	width:250px;
	height:45px;
	border:0px solid black;
	float:right;
	background:#333;
}
.CartCount{
    float:right;
	height:45px;
    padding-top: 8px;
}
.etiCart{
	color: #fff;
	font-weight: 600;
	font-size:18px;
	line-height:22px;
	padding-left: 5px;
	padding-top: 3px;
	float:left;
}

.botBus{
	margin:0px;
	width:50px;
	height:45px;
	background:#333;
	color:white;
	font-weight:bold;
	float:left;
	border:0;
	cursor: pointer;
	text-align: center;
}

#icon_cart
{
    width: 45px;
    height: 45px;
}

/*=========== Categories =====================*/

.nav_menu{
	background: #f6f6f6;
  	height: 60px; 
  	width:1024px;
  	margin: 0 auto;
  	border-bottom:1px solid #e9e9e9;

}
.sub_menu{
	background: #f6f6f6;
  	width:1024px;
  	margin: 0 auto;
}

.family{
	display:inline-block;
	min-width:10px;
	height:20px;
	border-right:1px solid #d6d4d4;
	font-weight: 600;
	font-size:18px;
	line-height:22px;
	padding: 20px 20px;
	list-style: none;
	border-bottom:3px solid #e9e9e9;
	font-weight:normal;
}
.family:hover{
	background: #333333;
	color: white;
}
.fam_link {
	color: #484848;
	text-decoration:none;	
}
.fam_link:hover {
	color: red;
}
.fam_hover{
	background: #333333;
	color: white;
}
/*.fam1{
	background: #333333;
	color: white;
}*/

.des{
	position:absolute;
	background:white;
	min-height:100px;
	width:1024px;
	margin:0 auto;
	z-index:50;
	-moz-box-shadow: 3px 3px 4px #d6d4d4;
    -webkit-box-shadow: 3px 3px 4px #d6d4d4;
    box-shadow: 3px 3px 4px #d6d4d4;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#d6d4d4')";
    /* IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#d6d4d4');
	display:none;
}

.des a{
	color:#666;
	float:left;
	width:200px;
	text-align:center;
	font-size:0.91em;
	text-decoration:none;
	font-weight: bold;
	height:43px;
	padding-top:30px;
}
.des a:hover{
	color:#ccc;
}
/*=========== NAV =====================*/

.cbp-hrmenu {
	width: 1024px;
	margin:0 auto 0 auto;
	margin-top: 2em;
	border-bottom: 4px solid #47a3da;
}

/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	width: 90%;
	max-width: 70em;
	margin: 0 auto;
	padding: 0 1.875em;
}

.cbp-hrmenu > ul > li {
	display: inline-block;
}

.cbp-hrmenu > ul > li > a {
	font-weight: 700;
	padding: 1em 2em;
	color: #999;
	display: inline-block;
}

.cbp-hrmenu > ul > li > a:hover {
	color: #47a3da;
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #fff;
	background: #47a3da;
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #47a3da;
	width: 100%;
	left: 0;
}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 3em;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 33%;
	float: left;
	padding: 0 2em 0;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 2em;
}

.cbp-hrsub h4 {
	color: #afdefa;
	padding: 2em 0 0.6em;
	margin: 0;
	font-size: 160%;
	font-weight: 300;
}

/* Examples for media queries */

@media screen and (max-width: 52.75em) { 

	.cbp-hrmenu {
		font-size: 80%;
	}

}

@media screen and (max-width: 43em) { 

	.cbp-hrmenu {
		font-size: 120%;
		border: none;
	}

	.cbp-hrmenu > ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 2em;
		font-size: 75%;
	}

	.cbp-hrmenu > ul > li {
		display: block;
		border-bottom: 4px solid #47a3da;
	}

	.cbp-hrmenu > ul > li > a { 
		display: block;
		padding: 1em 3em;
	}

	.cbp-hrmenu .cbp-hrsub { 
		position: relative;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}

}

@media screen and (max-width: 36em) { 
	.cbp-hrmenu .cbp-hrsub-inner > div {
		width: 100%;
		float: none;
		padding: 0 2em;
	}
}

/*NOTICIAS NEWS*/
.NewsCategories{
    color:#fff;
    text-decoration:none;
    display:block;
}
.NewsLink {
    color:#fff;
    text-decoration:none;
    display:block;
}
.NewsLink:hover{color:#999;}

.NewsCategories ul {
    background:#333;
    margin:0px;
    margin-top:8px;
    margin-left:-10px;
    padding: 10px 10px 10px 10px;
    display:none;
    position:absolute;
    min-width:140px;
    list-style:none;
}
.NewsCategories ul > li {
    padding:5px 0;
}

.NewsCategories:hover > ul {
    z-index: 50;
    display:block;
}
.noLogin{
	height: 130px; 
	background: white; 
	border-bottom:0;
	margin: auto;
    width: 1024px;
}
/***************************************************/
.colorSalir{color: red;}
.borderRightMenu{border-right: 1px solid gray;}
.boxHeader{width:100%;background:black;}
.boxNav{width:100%;background:#333;}
.fontTlfWhats{color:gray;font-size:0.9em;}
.link{text-decoration:none;color:white;}
body { height: 100%;margin:0px; overflow-y: scroll;}
#wrapper { min-height: 100%; position: relative; }
#header { background-color: transparent;border: 0px solid black;}
#content {  min-height: 60%;overflow:hidden;margin:0 auto;background-color: gray;border: 0px solid black;border-spacing:0px; padding-bottom: 0; width:1024px;}
#contentLeft { vertical-align:top;width: 240px;background-color:white;  }
#contentBody { vertical-align:top;width: 840px;background-color: white;border:0px solid black;}
#footer {width: 100%; min-height: 165px; max-height:200px position: absolute; bottom: 0; left: 0; min-width:1024px;}


.BDeveloper{border:1px solid black;}

/*
==============================================

			Generales pequeñas

==============================================
*/
#wrapper
{
    background-attachment: fixed;
    background-position: 50% 0%;
    background-repeat: repeat-y;
}
/*POSICIONAMIENTO*/
.centerD{margin:0 auto; }
.center{text-align:center; }

.middle{vertical-align: middle; }
.right{text-align:right; }
.left{text-align:left; }
.in_line{display:inline-block;}
.top{vertical-align:top;}
.mt10{margin-top:10px;}
.mt50{margin-top:50px;}
.mt30{margin-top:30px;}
.mt80{margin-top:80px;}
.mt80{margin-top:80px;}
.marginB{
        margin-bottom   :40px;
        margin-top   :10px;
        height:1px; }
.MBot{margin-bottom: 8px;}

.mr50{margin-right:50px;}
.mr35{margin-right:35px;}
.ml50{margin-left:50px;}
.ml35{margin-left:35px;}

.barra{
    border-top: 5px solid #333;
    margin-bottom: 20px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;

}
.none{
    font-size: 12px;
    font-weight: normal;
}
.hide{
    display: none;
}
.line_light{
    border-top: 2px solid #ea1745;
    margin-bottom: 20px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;

}
.pointer{cursor :pointer; cursor: hand;}
/*color*/
.orange     {color:orange}
.red        {color:red;}
.blue       {color:cornflowerblue;}
.grey       {color:grey;}
.green      {color:green;}
.grey:hover {color:black;}
.normal     {color:black;}
.bold       {font-weight:bold;}
.spn_white  {color:white;}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .spn_white{
        color         :white;
        font-size: 6pt;
    }
}
.extension
{
    max-width: 35px;
    max-height: 35px
}
.tachado{
	text-decoration      :line-through;
	color                :grey;
	font-size            :12px;
}
.tachado_1{
	text-decoration      :line-through;
	color                :grey;
	font-size            :16px;
}
.line_left{
	border-left          :2px solid #aeaeae;
	margin-left          :5px;
	padding-left         :5px;
}

.TopImg{
  position: relative;
	margin-top:10px;
	margin-right:5px;
	width:70px;
	height:70px;
	padding:10px;
	/*background:url('web/nutritive/img/degradado--nutritive_small.png') no-repeat;*/
	background-size: cover;
	display:inline-block;
}
.TopImg2{
    position: relative;
	margin-top:10px;
	margin-right:5px;
	margin-left:15px;
	width:40px;
	height:40px;
	padding:5px;
	/*background:url('web/nutritive/img/degradado--nutritive_small.png') no-repeat;*/
	background-size: cover;
	display:inline-block;
}

.img_center
{ 
  position               : relative;
  width                  : 100%;
  top                    : 50%; 
  left                   : 50%;
  transform              : translate(-50%, -50%);
}

.big_thumbs
{
	width            :200px;
	height           :200px;
}
.butt1,.Butt2,.Butt3,.Butt4,.Butt1Disabled,.Butt2_disabled
{
    font-weight          :bold;
    color                :white;
    border               :0;
    border-radius        :0.5em;
    padding              :10px;
    padding-left         :20px;
    padding-right        :20px;
    margin-right         :20px;
    margin-top           :10px;
    margin-bottom        :10px;
    cursor               :pointer; cursor: hand;
}

.Butt1{
    border               :2px solid #009ad0;
	background           : #009ad0;
    background           : -moz-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background           : -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
    background           : -webkit-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background           : -o-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background           : -ms-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background           : linear-gradient(to bottom, #009ad0 0%, #007ab7 100%);
    filter               : progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0);
}

.Butt1:hover{
    border               :2px solid #45A5C8;
	  background           : -moz-linear-gradient(bottom, #45A5C8 0%, #0D698B 100%);
    background           : -webkit-gradient(linear, left bottom,left top, color-stop(0%, #45A5C8), color-stop(100%, #4DB352));
    background           : -webkit-linear-gradient(bottom, #45A5C8 0%, #0D698B 100%);
    background           : -o-linear-gradient(bottom, #45A5C8 0%, #0D698B 100%);
    background           : -ms-linear-gradient(bottom, #45A5C8 0%, #0D698B 100%);
    background           : linear-gradient(to top, #45A5C8 0%, #0D698B 100%);
    filter               : progid:DXImageTransform.Microsoft.gradient(startColorstr='#45A5C8', endColorstr='#0D698B',GradientType=0);
}
.Butt1Disabled{
    color                :white;
    background           : #BDBDBD;
    filter               : progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0);
}

.Butt2{
	color                :#009ad0;
	border               :2px solid #009ad0;
	background           : white;
	}
	
.Butt2:hover{
	color                :#005690;
	border-color         :#005690;
}

.Butt2_disabled
{
	color                :darkgrey;
	border               :2px solid darkgrey;
	background           : white;
}

.Butt3{
	color                :#1ECD97;
	border               :2px solid #1ECD97;
	border-radius        :1.5em;
	background           : white;
	}
	
.Butt3:hover{
	color                :#005690;
	border-color         :#005690;
}

.Butt4{
	color                :red;
	border               :2px solid red;
	border-radius        :1.5em;
	background           : white;
	}
	
.Butt4:hover{
	color                :#600000 ;
	border-color         :#600000 ;
}
.Butt5{
  background: #0c4c8c;
  background-image: -webkit-linear-gradient(top, #0c4c8c, #237ad1);
  background-image: -moz-linear-gradient(top, #0c4c8c, #237ad1);
  background-image: -ms-linear-gradient(top, #0c4c8c, #237ad1);
  background-image: -o-linear-gradient(top, #0c4c8c, #237ad1);
  background-image: linear-gradient(to bottom, #0c4c8c, #237ad1);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 0px 1px 3px #666666;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  border: solid #ea1745 2px;
  text-decoration: none;
  cursor: pointer;cursor: hand;
  font-weight: bold;
}
.Butt5:hover{
  background: #0c4c8c;
  background-image: -webkit-linear-gradient(top, #0c4c8c, #042b54);
  background-image: -moz-linear-gradient(top, #0c4c8c, #042b54);
  background-image: -ms-linear-gradient(top, #0c4c8c, #042b54);
  background-image: -o-linear-gradient(top, #0c4c8c, #042b54);
  background-image: linear-gradient(to bottom, #0c4c8c, #042b54);
  text-decoration: none;
}
.InputText1
{
    margin-left: 10px;
    padding:10px;
    width: 180px; 
    font-size: 15px;
    border-color: #1ECD97;
}


.Grid_{
	color: #777;
	width:910px;
	margin: 0 auto;
	display         :inline-block;
}

/*
    Los Grid iran de de 100 en 100
    y la numeracion sera Grid100
    si se necesita alguno intermedio --> Grid125
*/
.Grid15{width:15px;}
.Grid35{width:35px;}
.Grid50{width:50px;}
.Grid75{width:75px;}
.Grid90{width:90px;}
.Grid100{width:100px;}
.Grid110{width:110px;}
.Grid125{width:125px;}
.Grid150{width:150px;}
.Grid180{width:180px;}
.Grid200{width:200px;}
.Grid250{width:250px;}
.Grid300{width:300px;}
.Grid350{width:350px;}
.Grid400{width:400px;}
.Grid450{width:450px;}
.Grid500{width:500px;}
.Grid550{width:550px;}
.Grid600{width:600px;}
.Grid700{width:700px;}
.Grid750{width:750px;}
.Grid800{width:800px;}
.Grid900{width:900px;}
.Grid925{width:925px;}
.Grid950{width:950px;}
.Grid1000{width:1000px;}

.Grid15,
.Grid35,
.Grid50,
.Grid75,
.Grid90,
.Grid100,
.Grid110,
.Grid125,
.Grid150,
.Grid180,
.Grid200,
.Grid250,
.Grid300,
.Grid350,
.Grid400,
.Grid450,
.Grid500,
.Grid550,
.Grid600,
.Grid700,
.Grid750,
.Grid800,
.Grid900,
.Grid925,
.Grid950,
.Grid1000{
    display:inline-block;
}

/*#########################
##		  BUSCADOR	    ###
#########################*/
#searcher{
	position             :absolute;
	/*margin               : 0 auto; */
	width                :500px;
	background           :#f6f6f6;
	z-index              :99;
	text-align           :left;
/* 	display              :none; */
    -webkit-box-shadow: 0px 3px 21px 2px rgba(0,0,0,0.69);
    -moz-box-shadow: 0px 3px 21px 2px rgba(0,0,0,0.69);
    box-shadow: 0px 3px 21px 2px rgba(0,0,0,0.69);
}
.moreItems{
    border-top:5px solid #333;
    background: #86d5f4;  
    font-weight: bold;
    transition: all 0.5s ease;
}

.moreItems > a{
    display: block;
    color:white;
     padding: 10px;
    transition: all 0.5s ease;
}
.moreItems > a:hover{
    color:#666;
}
#container_searcher
{
	margin-top:50px;
	position             :relative;
	width                :100%;
	display              :none;
	z-index              :45;
}
.searchItems{color:dimgrey;}
.searchItems:hover{color:coral}
.PhotoSearch
{
    padding: 10 ;
    width: 20px;
    height: 20px;
}
.DescSearch
{
   width: 390px; 
   padding-top: 10px;
   vertical-align: top;
}


/*#########################
##		  ETIQUETAS	    ###
#########################*/
/*CORNER COLOR*/
#corner-ribbon-details > div, #corner-ribbon-top > div, #corner-ribbon > div
{
    text-align        : center;
    font-weight        : bold;
    z-index            : 1;
    overflow           : hidden;
    transform          :rotate(45deg);
    -ms-transform      :rotate(45deg); /* IE 9 */
    -moz-transform     :rotate(45deg); /* Firefox */
    -webkit-transform  :rotate(45deg); /* Safari and Chrome */
    -o-transform       :rotate(45deg); /* Opera */
    box-shadow         : inset 0px 0px 0px 3px rgb(0,114,45),inset 0px 0px 0px 4px rgba(0,0,0,0.5),inset 0px 0px 0px 5px rgba(255,255,255,0.4), 0px 21px 5px -18px rgba(0,0,0,0.8); 
    -webkit-box-shadow : inset 0px 0px 0px 3px rgb(0,114,45),inset 0px 0px 0px 4px rgba(0,0,0,0.5),inset 0px 0px 0px 5px rgba(255,255,255,0.4), 0px 21px 5px -18px rgba(0,0,0,0.8);
    color: white;
    background: rgb(196,33,24); 
    background: -moz-linear-gradient(left,  rgba(196,33,24,1) 0%, rgba(196,33,24,1) 51%, rgba(196,33,24,1) 100%); 
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(196,33,24,1)), color-stop(51%,rgba(196,33,24,1)), color-stop(100%,rgba(196,33,24,1))); 
    background: -webkit-linear-gradient(left,  rgba(196,33,24,1) 0%,rgba(196,33,24,1) 51%,rgba(196,33,24,1) 100%); 
    background: -o-linear-gradient(left,  rgba(196,33,24,1) 0%,rgba(196,33,24,1) 51%,rgba(196,33,24,1) 100%); 
    background: -ms-linear-gradient(left,  rgba(196,33,24,1) 0%,rgba(196,33,24,1) 51%,rgba(196,33,24,1) 100%); 
    background: linear-gradient(to right,  rgba(196,33,24,1) 0%,rgba(196,33,24,1) 51%,rgba(196,33,24,1) 100%); 
}
/* ----- HOME ---------------------------------------*/ 
#corner-ribbon {
    background : transparent;
    height     : 200px;
    width      : 230px;
    position   : absolute;
    top        : 0px;
    left       : 11px;
    overflow   : hidden;
}

#corner-ribbon > div {
    padding-top        : 5px;
    padding-left	   : 35px;
    font-size		   : 16px;
    width              : 230px;
    height             : 25px;
    position           : relative;
    top                : 0px;
    right              : -50px;
}

/* ----- TOP TEN---------------------------------------*/
#corner-ribbon-top {
    background : transparent;
    height     : 80px;
    width      : 80px;
    position   : absolute;
    top        : -2px;
    left       : 10px;
    overflow   : hidden;
}

#corner-ribbon-top > div {
    padding-top		   : 5px;
    padding-left	   : 0px;
    font-size          : 12px;
    width              : 70px;
    height             : 20px;
    position           : relative;
    top                : 4px;
    right              : -30px;
}

/* ----- DETAILS ---------------------------------------*/ 
#corner-ribbon-details {
    z-index:1;
    background : transparent;
    height     : 200px;
    width      : 230px;
    position   : absolute;
    top        : -1px;
    left       : 140px;
    overflow   : hidden;
    }

#corner-ribbon-details > div {
	padding-top		   : 15px;
	padding-left	   : 10px;
	width              : 230px;
    height             : 30px;
    position           : absolute;
    top                : 30px;
    right              : -50px;
}
/*--------------------------------------------------------*/


.colorConsultar{color: #ea1745;}
.cursorHand{cursor: pointer;cursor: hand;}
.sombra{
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
}

/*OFERTAS*/
#DealsImg{text-align:center;}
#DealsImg>img{width:600px;}

/*NEWSLETTER*/
.newsletter{color:#097054;}

.ContainerNewsletter{
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 1px solid #ccc;
  color: #333;
  padding: 10px;
  margin: 10px;
  width: 213px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.ContainerNewsletter>h4{padding: 0; margin: 0;}
.emailNewsletter{
  padding: 5px;
  width: 160px;
  border: 0px solid #000000;
  font-size: 15px;
  vertical-align: top;
}
.InsertNewsletter{
  background: green;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  border: 0px solid #000000;
  padding:5px;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  -webkit-transition-duration: 1s; /* Safari */
  transition-duration: 1s;
}
.InsertNewsletter:hover{
  background: #00af50;
  -ms-transform: rotate(360deg); /* IE 9 */
  -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
  transform: rotate(360deg);
}
.ContainerNewsletter > a{
  font-size: 12px;
  color:#333;
}
#errNewsletter{font-size: 13px;}


/*################################
  ### PEDIR COLOR/SABOR DEL ARTICULO ###
  ################################*/
#ChoiceDetailsItem
{
    width: 100%;
    height: 100%;
    background:url('img/trans.png');
    position:fixed;
    top:0;
    left:0;
    z-index: 80;
}
#ContainerChoice{
    z-index: 81;
    max-width:800px; 
    color:black; 
    margin:0 auto; 
    margin-top:15%;
    background:white;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    padding: 15;
}

.height80{height: 80px;}
#ContainerChoiceDetails{
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 15px;
}
.TitleChoice
{
    color:#1fda9a;
}
.QueryChoice
{
    color:#e8b71a;
}
#close
{
    height: 25px;
    margin: 0px;
    padding: 0px; 
    cursor:pointer;
}
#close:hover
{
    color:red;
}

.scrollbar-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.scrollbar-1::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.scrollbar-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
.pagination {
    padding: 20px;
 	font-size: 14px;
    line-height:24px;
}

.page {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}
.numberPage {
	margin-left:10px;
    display:inline-block;
}
.page:hover, .page.gradient:hover {
    background: #a9a9a9;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#a9a9a9));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #a9a9a9);
}

.P_Active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

.sel_pagination {
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    outline:none;
    display: inline-block;
    cursor:pointer;
	padding: 5px 9px;
    margin-right: 4px;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}
.text_pagination {
	margin-top:10px;
    padding: 0px 9px;
    margin-right: 4px;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

#PathIcon{
	margin-top:12px;
}

.indice {
    display: inline-block;
    padding: 8px;
    text-align: center;
    margin-left: 5px;
    font-weight: bold;
}

.IDisabled {
    border: 2px solid #aaa;
    color: #aaa;
}

.IEnabled {
    border: 2px solid #1ECD97;
    color: #1ECD97;;
}

.ISelect {
    background:#1ECD97;
    color:white;
}@font-face{font-family:'FontAwesome';
    src:url('css/icon/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),
        url('css/icon/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),
        url('css/icon/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
/*###################
		ITEMS
##################*/
/*
Si se desea modificar el tamañao de los items en items_background,items_hide,iten_name,

*/
.AddedCart
{
	background:url('img/cartAdded.png') no-repeat;
	height: 60px;
	width:80px;
	margin-top: 10px;
	padding-top: 10px;
}
.countItem
{
	border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	padding: 6px;
	margin-left:46px;
	text-align: center;
	color:#363AA9;
	font-weight: bold;
}

.items_hide_price{
	margin-left:1px;
	margin-right:1px;
	padding:5px;
	text-align:center;
	color:white;
	/*font: 600 21px/26px Arial;*/
	line-height:26px;
	font-size: 100%;
	font-weight:bold;
	background:url('img/tra.png');
}
.items_hide_details > a {
	background:url('img/tra_grey.png');*/
	border:1px solid white;
	margin:0 auto;
	margin-top:100px;
	width:150px;
	text-align:center;
	color:white;
	font-size:12px;
	font-weight:bold;
	height:30px;
	padding-top:15px;
	color:eee;
	display:block;
}
.items_background
{
	 width:190px;
	 height:190px;
	 /*background:url('web/nutritive/img/degradado--nutritive_small.png') no-repeat;*/
	 background-size: cover;	 
	 text-align:center;
	 padding:15px;
}
.items
{
	vertical-align:top;
	margin:0px;
	margin-bottom:20px;
	padding:5px;
}
.items_border{
	width:220px;
	height:220px;	
	border:1px solid #d6d4d4;
	padding:10px;
}
.items_hide
{
	display:none;
	position:absolute;
	text-align:center;
	width:242px;
}
.items_Sale
{
	position:absolute;
	width:80px;
	color:red;
	padding:0px;
}
.IconSale{
	padding:0px;
	margin-top:7px;
	margin-left:8px;
}
.item_name{
	vertical-align:middle;
	min-height:50px;
	text-align:center;
	max-width:240px;
	margin-top:10px;
    font-size: 14px;
    line-height: 23px;
    color: #3a3939;
    margin-bottom: 0;
}
.item_name > a{
	text-decoration:none;
	color: #3a3939;
}
.item_price{
	line-height: 23px;
    color: #3a3939;
	width:100%;
	text-align:center;
    margin-top: 0px;
    padding: 0;
    border: 0;
    font: inherit;
	font-size: 17px;
	font-weight: 600;
	font-size:21px;
	line-height:26px;
	/*font: 600  Arial;*/
	/*font-family:Arial;*/
    color: #333;
}
.items_visibility
{
	text-align:center;

}
.items_hide_price a{
	color:white;
	text-decoration:none;
}
.items_hide_cart{
	font-weight: 700;
	font-size:17px;
	line-height:21px;
	/*font: 700 17px/21px Arial;*/
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    padding: 0;
	min-width:100px;
    border-color: #0079b6 #006fa8 #012740 #006fa8;
	cursor: pointer;
    white-space: normal;
    text-align: left;
	text-decoration:none;
	}
	
.items_hide_cart>div
{
	margin:0 auto;
	width:auto;
	text-align:center;
	padding: 5px 14px;
	background: #009ad0;
    background: -moz-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
    background: -webkit-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background: -o-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background: -ms-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background: linear-gradient(to bottom, #009ad0 0%, #007ab7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0);
}	

.items_hide_cart>div:hover{
	background: -moz-linear-gradient(bottom, #009ad0 0%, #007ab7 100%);
    background: -webkit-gradient(linear, left bottom,left top, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
    background: -webkit-linear-gradient(bottom, #009ad0 0%, #007ab7 100%);
    background: -o-linear-gradient(bottom, #009ad0 0%, #007ab7 100%);
    background: -ms-linear-gradient(bottom, #009ad0 0%, #007ab7 100%);
    background: linear-gradient(to top, #009ad0 0%, #007ab7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0);
}		

.items_hide_stock{
	color:#777777;
	font-weight:normal;
	font-size: 15px;
}	 
   
.items_hide_data{
	border-left:1px solid threedface;
	border-right:1px solid threedface;
	border-bottom:1px solid threedface;
	padding:10px;
	padding-top:62px;
	padding-bottom:30px;
	text-align:center;
	color:white;
	line-height:26px;
	/*font: 600 21px/26px Arial;*/
	font-size:15px;
	font-weight:bold;
	height: auto;
} 
.items_hide_details > a:hover{
	border:0px solid #eee;
	background:#b8b9b9;
	color:#fff;
}
a{text-decoration:none;}

/* Style = 1 */
.items_hide_cart1{
	text-align: right;
}
.items_hide_price1{
	margin-top:50px;
	margin-left:1px;
	padding:10px;
	text-align:center;
	color:white;
	/*font: 600 21px/26px Arial;*/
	line-height:26px;
	font-size: 100%;
	font-weight:bold;
	background:#0c4c8c;
	opacity: 0.7;
  	filter:  alpha(opacity=70);
}
.items_hide_price1 a{
	color: white;
}
.items_hide_data1{
	border-left:1px solid threedface;
	border-right:1px solid threedface;
	border-bottom:1px solid threedface;
	padding:10px;
	padding-top:62px;
	text-align:center;
	color:white;
	/*font: 600 21px/26px Arial;*/
	line-height:26px;
	font-size:15px;
	font-weight:bold;
	height: 40px;
} 
/* Fin Style = 1 */

/* Style = 2 */
.items_hide_price2{
	margin-top:46px;
	margin-left:1px;
	padding:10px;
	text-align:center;
	color:white;
	line-height:26px;
	/*font-family:Arial;
	font: 600 21px/26px Arial;*/
	font-size: 100%;
	font-weight:bold;
}

.items_hide_data2{
	border-left:1px solid threedface;
	border-right:1px solid threedface;
	border-bottom:1px solid threedface;
	text-align:center;
	padding-top:10px;
	color:white;
	font-size:15px;
	font-weight:bold;
	height: 80px;
	background: #0c4c8c;
	
} 

.item_price2{
	line-height: 23px;
    color: white;
	width:100%;
	text-align:center;
    margin-top: 0px;
    padding: 0;
    border: 0;
    font: inherit;
	font-weight: 600;
	font-size:21px;
	line-height:26px;
	/*font: 600 21px/26px Arial;
	font-family:Arial;*/
}
.item_name2{
	vertical-align:middle;
	min-height:50px;
	max-width:240px;
    font-size: 14px;
    line-height: 23px;
    color: white;
    margin-bottom: 0;
}
.items_hide_details2 a{
	background:#ea1745;
	margin:0 auto;
	margin-top:100px;
	width:150px;
	color:white;
	font-size:17px;
	font-weight:bold;
	height:30px;
	padding-top:15px;
	color:white;
	display:block;
	opacity: 0.8;
  	filter:  alpha(opacity=80);
}
.items_hide_details2 > a:hover{
	border:0px solid #eee;
	color:white;
	opacity: 1;
  	filter:  alpha(opacity=100);
}
/* Fin Style = 2 */

/* Style = 3 */
.items_hide_price3{
	margin:0px;
	padding:0px;
	text-align:center;
	color:white;
	/*font: 600 21px/26px Arial;*/
	font-size:21px;
	line-height:26px;
	font-weight:bold;
}

.items_hide_data3{
	border-left:1px solid threedface;
	border-right:1px solid threedface;
	border-bottom:1px solid threedface;
	text-align:center;
	padding-top:10px;
	color:#ea1745;
	font-size:15px;
	font-weight:bold;
	height: 84px;
	
} 

.item_price3{
	line-height: 23px;
	background:#3a3e3b;
    color: white;
	width:100%;
	text-align:center;
    margin: 0px;
    padding-top: 3px;
    padding-bottom: 5px;
    border: 0;
    font: inherit;
	font-weight: 600;
	font-size:21px;
	line-height:26px;
	/*font: 600 21px/26px Arial;
	font-family:Arial;*/
	
}
.item_price3 a{color: white;}
.item_name3{
	vertical-align:middle;
	min-height:50px;
	max-width:240px;
    font-size: 14px;
    line-height: 23px;
    color: #ea1745;
    margin-bottom: 0;
}
.items_hide_details3{
	margin-top: 100px;
	border: 1px solid transparent;
}
.items_hide_details3 a{
	background:url('img/tra.png');
	margin:0 auto;
	margin-top:0px;
	width:150px;
	color:white;
	font-size:17px;
	font-weight:bold;
	height:30px;
	padding-top:15px;
	color:white;
	display:block;
	opacity: 0.8;
  	filter:  alpha(opacity=80);
}
.items_hide_details3 > a:hover{
	border:0px solid #eee;
	color:white;
	opacity: 1;
  	filter:  alpha(opacity=100);
}
.items_hide_cart3{
	font-weight: 700;
	font-size:17px;
	line-height:21px;
	/*font: 700 17px/21px Arial;*/
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    padding: 0;
    border-color: #0079b6 #006fa8 #012740 #006fa8;
	cursor: pointer;
    white-space: normal;
    text-align: left;
	text-decoration:none;
	}
	
.items_hide_cart3>div
{
	margin:0 auto;
	width:auto;
	text-align:center;
	padding: 5px 14px;
	background: #BDBDBD;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0);
}	

/* Fin Style = 3 */
.zindex10{z-index: 10; }
.zindex5{z-index: 5; }
.zindex1{z-index: 1; }

/*Slider*/
.slider,.imgSlider{
    margin-top:7px; 
    height: 400px;
    width: 745px;
}
.slider{
    margin-left: 5px;
    
}
#family_body{
	width:760px;
	border: 0px solid red;
}
#fam_items{
	padding-left:px;
}
.left_menu{
	width:240px;
	margin-right:20px;
}

.left_subTitle{
	margin:0; 
	padding:0;
	list-style: none;
	border-top: 1px solid #d6d4d4;
}

.left_subTitle li a{
	font-weight: bold;
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 30px;
    padding: 0 0px 0 19px;
    border-bottom: 1px solid #d6d4d4;
	text-decoration:none;
}
.left_subTitle li a:hover{
background:#f6f6f6;
}
.left_items{
	margin:0; 
	padding:0;
	list-style: none;
	border-top: 1px solid #d6d4d4;
}
.left_items > li{
	padding-bottom:10px;
	border-bottom: 1px solid #d6d4d4;
}
.left_items > li > a{text-decoration:none;}

.left_items_data{
	vertical-align:top;
	padding-top:15px;
	width:135px;
}

.left_icon{
	color:#3EE874;
}

.TopItems
{
    position:relative;
}


.TopDesc {
	text-transform: uppercase;
    font-size: 15px;
    line-height: 16px;
	text-decoration:none;
	color: #3a3939;
    margin-bottom: 0;
    margin:0px;
	color:#555;
}
.TopPrice{
	margin:0px;
    padding-top: 10px;
	font-size:16px;
    font-weight: bold;
	color:#868484;
}

/*MENU LATERAL
######################*/
.Families{
	display: inline-block;
	font-size: 15px;
    line-height: 30px;
    padding: 0 0px 0 19px;
    border-bottom: 1px solid #d6d4d4;
	text-decoration:none;
	font-weight:bold;
	width:200px;
}

.AFam{color: #333;}
.AFam:hover{color: #e09261;}

.SubFamilies{
	list-style:none;
	font-size: 13px;
    line-height: 20px;
    padding: 0 0px 0 19px;
	margin-left:10px;
	
}
.SubA {color:#333;}
.SubA:hover {color:#e09261;}

.Group{   
	margin-left:0px;
	padding-left:0px;
	display:none;
}
.ShowGroup{display:block;}

.SSF{font-weight:bold;}
.SF{ list-style:square;color:green;}
.More{cursor:pointer}
.More:hover{
	color:#e09261;
	-ms-transform: rotate(90deg); 
    -webkit-transform: rotate(90deg); 
    transform: rotate(90deg);
}

.left_gama{
	font-weight: 600;
	font-size:14px;
	line-height:18px;
	padding: 5px 0px 0 10px;
	font-style: italic;
}
.left_filtro{
	padding: 0 0px 0 15px;
	font-size: 9pt;
}
.left_buttFilter{
	padding: 10px 0px 0 19px;
}
.left_buttFilter button{
	font-weight          :bold;
	color                :#333;
	border               :2px solid #333;
	border-radius        :0.5em;
	padding              :5px;
	cursor               :pointer; cursor: hand;
	background           : white;
	margin-bottom: 10px;
}

.left_buttFilter button:hover{
	color                :#e09261;
	border               :2px solid #e09261;
}
.border_bottom_dotted{
	border-bottom: 1px dotted #d6d4d4;
	padding-bottom: 5px;
}

.titleFamColor{color: orange;}

/*HIDDEN MENU*/
.left_title, .sidebar{
	font-weight:600;
	font-size: 16px;
	line-height:20px;
	/*font: 600 16px/20px "Open Sans", sans-serif;*/
    background: #eee;
    text-transform: uppercase;
    padding: 10px 5px 6px 20px;
    margin-bottom: 0px;
    /*color:#fff;*/
    text-decoration:none;
    display:block;
}

.sidebar{
	cursor:pointer;
	margin-bottom: 5px;
	color:#333;
}
.left_title ul {
    background: #f6f6f6;
    margin:0px;
    margin-top:0px;
    margin-left:-20px;
    /*padding: 10px 10px 10px 10px;*/
    display:none;
    position:absolute;
    min-width:200px;
    list-style:none;
    border:0px solid black;
    padding:0px;
}
.left_title ul > li {
	cursor:pointer;
    padding:5px 20px;
}

.left_title:hover > ul {
    z-index: 50;
    display:block;
}
.News{
    transition: all 1s;
}
.News:hover{
    opacity: 0.7; 
}
.NewsTitle
{
    color:#333;
}
.NewsIntro
{
    margin-left: 20px;
    color:#666;
    font-size:18px;
}
.titleNewsColor{color:#333;}

.ContainerNews{
	margin:20px; 
}#footer_rrss
{
	width:100%;
	background-color:#3F3F3F;
	font-size: 100%;
	padding-top:10px;
	padding-bottom:10px;
	border:0px solid #3F3F3F;
}

#footer_rrss h4
{
	padding-top:10px;
	font-size:22px;
	line-height:22px;
	color: #fff;
	margin: 0 0 13px 0;
	cursor:pointer; cursor: hand;
}
#footer_rrss p
{
	padding-top:10px;
	font-size:14px;
	line-height:14px;
	font-weight:normal;
	color: #fff;
	margin: 0 0 13px 50px;
}

#footer_rrss a
{
	width:50px;
    height: 50px;
	vertical-align:middle;
    color:#777;
}

#footer_rrss a:hover
{
	color:#fff;
}

#footer_contact
{
	background-color:#333;
	font: inherit;
	font-size: 85%;
	vertical-align: top;
	border:0px solid #333;
	padding-top:40px;
	padding-bottom:40px;
}
.container_footer
{
	width:1024px;
	margin:0 auto;
	padding-top:0px;
}
.SecFootCat
{
	vertical-align:top;
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-top: 15px;
	margin-top:45px;
	box-sizing: border-box;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}

.SecFootCat h4
{
  font-weight: 600;
  font-size: 18px;
	line-height:22px;
  color: #fff;
  margin: 0 0 13px 0;
  cursor:pointer; cursor: hand;
}

.SecFootCat ul 
{
  list-style: none;
  margin-top: 0;
  margin-bottom: 9px;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  color:#777;

}
.SecFootCat ul li
{
	font-weight: bold;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
	padding-bottom: 8px;
}
  .SecFootCat ul a
{
	color:#777;
	text-decoration: none;
}
.SecFootCat ul a:hover
{
	color:white;
}


#FootCatFam
{
	width:150px;
}

#footer_contact
{
	background-color:#333;
	font: inherit;
	font-size: 85%;
	vertical-align: top;
	border:0px solid #333;
	padding-top:40px;
	padding-bottom:40px;
}
.container_footer
{
	width:1024px;
	margin:0 auto;
	padding-top:0px;
}

.SecFootInfo
{
	border-left: 1px solid #515151;
	position: relative;
	font-size: 100%;	  
    padding-right: 0px;
    padding-left: 15px;
    font: inherit;
 
}

#ul_info li
{
	width:400px;
	font-weight:normal;
	vertical-align:middle;
	
}

/*ARROW UP*/
#Up
{
    opacity: 0.3;
    color:dimgrey;
    position:fixed;
    bottom: 0;
    right:60;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    cursor:pointer;
    display:none;
    z-index:91;
}

#Up:hover
{
    opacity: 0.9;
}

#CookieInfo{
   color:white;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    padding:15px;
}
#CloseCookie{
    float:right;
    background:crimson;
    width: 40px;
    text-align: center;
    padding:8px;
    color:white;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    font-weight: bold;
    cursor:pointer;
}

#CloseCookie:hover{
    background:brown;    
}

#Cookies {
    opacity: 0.9;
    position:fixed;
    width: 100%;
    z-index: 90;
    text-align:center;
    background: #e74e3c;
    right: 0;
    left: 0;
    border-top:3px solid darksalmon;
    bottom: -200;
}
