@charset "UTF-8";


/****************** SEARCH old *************
*************************************************/
#searchform {
        width: 100%;
        /* float: left; */
        position: relative;
        height:36px;
        /* padding: 12px 0px 5px 15px; */
        margin: 1px 0px 0px 0px;
        /* background: #e2e2e2; */
        /* border-radius: 2px; */
        /* box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 2px 0 rgba(255,255,255,.5); */
	}
#searchform img {
        width: 27px;
	}
#searchform input {
        width: 100%;
        height:36px;
	    padding: 6px;
        /* float: left; */
        display: table-cell;
        position: absolute;
        border: 0;
        color: lightslategrey;
        background: #fff;
        box-shadow: 0 1px 1px rgba(255,255,255,.1) inset;
	}
#searchform input:focus {
	    outline: 0;
        height:36px;
	    background: #fff;
	    box-shadow: 0 0 1px rgba(0,0,0,.8) inset;
	}
#searchform input:-webkit-input-placeholder {
	   color: #999;
	   font-weight: normal;
	   font-style: italic;
	}
#searchform input:-moz-placeholder {
	   color: #999;
	   font-weight: normal;
	   font-style: italic;
	}
#searchform input:-ms-input-placeholder {
	   color: #999;
	   font-weight: normal;
       font-style: italic;
	}   
#searchform button {
        position: relative;
        float: right;
        border: 0;
        /* border: 1px solid #a33337; */
        cursor: pointer;
        height: 36px;
        width: 80px;
        font-size: 13px;
        color: #fff;
        background: #83CB0D;
        border-radius: 0 3px 3px 0;
        text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}
#searchform button:hover{
        background: #83CB0D;
	}
#searchform button:active,
#searchform button:focus{
	    background: #108461;
	}
#searchform button:before { /* flecha */
	    content: '';
	    position: absolute;
	    border-width: 8px 8px 8px 0;
	    border-style: solid solid solid none;
	    border-color: transparent #83CB0D transparent;
	    top: 8px;
	    left: -8px;
	}
#searchform button:hover:before{
	    border-right-color: #108461;
	}
#searchform button:focus:before{
        border-right-color: #108461;
	}    




/**************** SEARCH clásico ****************
*************************************************/
#INPUT_BUSCADOR {
  /* width: 100%; */
  height: 36px;
  border-style: none;
  background: #fff;
  padding: 5px;
}

#searchbox {
    width: auto;
	float: right;
	margin-top: 15px;
	}
ul.search {
  /* height: 36px; */
  float: right;
  list-style: none;
  padding: 0 0px 0 5px;
  /* margin: 0px 0 0 0px; */
	}
ul.search li{
	float:left;
	}
ul.search li input.bar{
	float:right;
	height:19px;
	width:200px;
	padding:2px;
	border:none;
	background-color:white;
	font-size:12px;
	color:#313035;
	}


/***************************************************
			     CLASS buttons GBP
***************************************************/

.button {
	width:130px;
	float:left;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}
	

.button a {
	text-decoration:none;
	color:#ffffff;
	cursor:pointer;
	font-family:VegurLight, Helvetica, sans-serif;
	font-size:13px;
	background-color:#2D78D2;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	padding: 3px 10px 5px 10px;
	float: left;
	margin-bottom:10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#108461', endColorstr='#83CB0D'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#108461), to(#83CB0D)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #108461, #83CB0D); /* for firefox 3.6+ */
	text-shadow: 0px 1px 0px #3165a3;
	border: 1px solid #83CB0D;
	}

.button a:hover {
	text-decoration:none;
	color:#ffffff;
	background-color:#2D78D2;
	font-size:13px;
	-moz-box-shadow: 0 0 5px #108461;
	-webkit-box-shadow: 0 0 5px #108461;
	box-shadow: 0 0 5px #108461;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83CB0D', endColorstr='#83CB0D'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#83CB0D), to(#83CB0D)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #83CB0D,  #83CB0D); /* for firefox 3.6+ */
	margin-bottom:10px;
	padding: 3px 10px 5px 10px;
	}
		


.button-carrito {
	width:160px;
	float:right;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
    margin: 20px 6px -20px 0px;
	}
.button-carrito a {
	text-decoration:none;
	color:#ffffff;
	cursor:pointer;
	font-family:VegurLight, Helvetica, sans-serif;
	font-size:13px;
	background-color:#2D78D2;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	padding: 3px 10px 3px 10px;
    margin: 0px 0px -30px 0px;
	float: right;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#108461', endColorstr='#83CB0D'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#108461), to(#83CB0D)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #108461, #83CB0D); /* for firefox 3.6+ */
	text-shadow: 0px 1px 0px #3165a3;
	border: 1px solid #83CB0D;
	}
.button-carrito a:hover {
	text-decoration:none;
	color:#ffffff;
	background-color:#2D78D2;
	font-size:13px;
	-moz-box-shadow: 0 0 5px #108461;
	-webkit-box-shadow: 0 0 5px #108461;
	box-shadow: 0 0 5px #108461;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83CB0D', endColorstr='#83CB0D'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#83CB0D), to(#83CB0D)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #83CB0D,  #83CB0D); /* for firefox 3.6+ */
	padding: 3px 10px 3px 10px;
    margin: 0px 0px -30px 0px;
	}


.spanagregado {
  width: 100%;
  float: inherit;
  padding: 20px 5px 10px 0px;
  margin: 0px 2px 5px 0px;
}
#spanagregado a {
    text-align: center;
    font-size: .8em;
    text-decoration: none;
    width: 30%;
    color: #FFFFFF;
    background: #83CB0D;
    padding: 5px 10px;
    margin: 5px 5px 0px 0px;
    display: block;
}
#spanagregado a:hover {
    background: #108461;
}
#spanagregado img {
    width: 15px;
    height: 15px;
    margin: 0px 0px -2px 4px;
}
#spanagregado p {
  text-align: center;
  font-size: 1em;
  width: 30%;
  color: #FFFFFF;
  background: #53485C;
  padding: 5px 10px;
  margin: 5px 5px 0px 0px;
  display: block;
}
/*spanagregado_list*/
.spanagregado_list {
  /* width: 20%; */
  float: right;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 3px 0px;
}
#spanagregado_list a {
    text-align: left;
    font-size: .8em;
    text-decoration: none;
    width: 100%;
    color: #FFFFFF;
    background: #83CB0D;
    padding: 0px 10px;
    margin: 0px 0px 0px 0px;
    display: block;
    /* float: right; */
}
#spanagregado_list a:hover {
    background: #108461;
}
#spanagregado_list img {
    width: 15px;
    height: 15px;
    margin: 0px 0px -3px 3px;
}
#spanagregado_list p {
  text-align: center;
  font-size: .9em;
  width: 30%;
  color: #FFFFFF;
  background: #D1111F;
  padding: 5px 10px;
  margin: 5px 5px 0px 0px;
  display: block;
}

img.check {
    width: 18px;
    height: 18px;
    padding: 2px 0px 0px 0px;
    margin: 0px 0px -3px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

#btnLogin {
  text-align: center;
  font-size: .8em;
  /*width: 25%;*/
  height: 37px;
  color: #FFFFFF;
  background: #83CB0D;
  padding: 5px 10px;
  margin: 15px 5px 0px 0px;
  display: block;
  border: 0;
}
#btnLogin:hover, #logclientes #button:hover {
  background: #108461;
}
.formitem input, .formitem select, #logclientes input {
    height: 30px;
    width: 60%;
    min-width: 180px;
    border: 1px solid #696969;
    margin: 8px 0px 10px 0px;
}
#logclientes #button {
  height: 37px;
  color: #FFFFFF;
  background: #83CB0D;
  display: block;
  border: 0;
}

#submitted { 
	height: 37px;
	width: 200px;
	margin: 15px 0px 10px 0px;
	color: #FFFFFF;
	background: #83CB0D;
	/* display: block; */
	border: 0;
	cursor: pointer;
}
#submitted:hover { 
	background: #108461;
}

#top-navigation-icos ul{
	color:#000;
}
#top-navigation-icos ul:hover{
	color:#ffF;
}


/***************************************************
			     PAGER TOMADO DE NUCL
***************************************************/
.button-pager {
	width:auto;
    padding: 1px;
    font-size:13px;
    /*display: table-cell;*/ /* HABILITAR EN FRONT END*/
	}
.button-pager a {
    padding: 3px 10px 5px 6px;
    text-decoration:none;
	color:#ffffff;
	background-color:#83CB0D;
	}
.button-pager a:hover {
	text-decoration:none;
	color:#ffffff;
	background-color:#108461;
	}
.button-pager img {
	width: 14px;
    color:#2d6791;
    vertical-align: middle;
    margin: 3px;
}

.button-pager li {
  width: auto;
  margin: 1px;
  /* padding: 1px; */
  font-size: 13px;
  /* display: table-cell; */
  display: inline-block;
    }
.button-rpager, .button-rpager li {
    padding: 3px 10px 5px 6px;
    margin: 3px;
	width:auto;
    font-size:13px;
    color: #FFFFFF;
    display: table-cell;
	
    background-color: #108461;
	}
.button-rpager li {
    padding: 3px 10px 5px 6px;
    margin: 3px;
	width:auto;
    font-size:13px;
    color:#ffffff;
    display: table-cell;
	background-color:#313035;
	}





/***************************************************
	 Nueva CLASS GBP buttons blanco float right
***************************************************/
.highlight_button_white_right {
	font-size: .7em;
	color: steelblue;
}
.highlight_button_white_right a {
	text-decoration:none;
	color:#666666;
	cursor:pointer;
	font-family:VegurLight, Helvetica, sans-serif;
	font-size:13px;
	background-color:#ffffff;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	padding: 3px 10px 5px 10px;
	float: right;
	margin-bottom:10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #eaeaea); /* for firefox 3.6+ */
	margin-left: 5px;
	text-shadow: 0px 1px 0px #D4D4D4;
	border: 1px solid #D4D4D4;
	}
	
.highlight_button_white_right a:hover {
	text-decoration:none;
	color:#666666;
	background-color:#eaeaea;
	font-size:13px;
	-moz-box-shadow: 0 0 5px #D4D4D4;
	-webkit-box-shadow: 0 0 5px #D4D4D4;
	box-shadow: 0 0 5px #D4D4D4;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#eaeaea'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#eaeaea)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #eaeaea,  #eaeaea); /* for firefox 3.6+ */
	margin-left: 5px;
	}



	
.highlight_button_rwhite {
	margin-bottom:40px;
	}
	
.highlight_button_rwhite a {
	text-decoration:none;
	color:#666666;
	cursor:pointer;
	font-family:VegurLight, Helvetica, sans-serif;
	font-size:13px;
	background-color:#eaeaea;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	padding: 3px 10px 5px 10px;
	float: left;
	margin-bottom:10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#eaeaea'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#eaeaea)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #eaeaea,  #eaeaea); /* for firefox 3.6+ */
	margin-left: 5px;
	border: 1px solid #D4D4D4;
	}
	
.highlight_button_rwhite a:hover {
	text-decoration:none;
	color:#666666;
	background-color:#ffffff;
	font-size:13px;
	margin-bottom:10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #eaeaea); /* for firefox 3.6+ */
	margin-left: 5px;
	text-shadow: 0px 1px 0px #D4D4D4;
	border: 1px solid #D4D4D4;
	-moz-box-shadow: 0 0 5px #D4D4D4;
	-webkit-box-shadow: 0 0 5px #D4D4D4;
	box-shadow: 0 0 5px #D4D4D4;
	}
	
	

.highlight_button_green {
	margin-bottom:40px;
	}
	
.highlight_button_green a {
	text-decoration:none;
	color:#ffffff;
	cursor:pointer;
	font-family:VegurLight, Helvetica, sans-serif;
	font-size:13px;
	background-color:#3C750A;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	padding: 3px 10px 5px 10px;
	float: left;
	margin-bottom:10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#57a90f', endColorstr='#3C750A'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#57a90f), to(#3C750A)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #57a90f,  #3C750A); /* for firefox 3.6+ */
	margin-left: 5px;
	text-shadow: 0px 1px 0px #3C750A;
	border: 1px solid #3C750A;
	}
	
.highlight_button_green a:hover {
	text-decoration:none;
	color:#ffffff;
	background-color:#3C750A;
	font-size:13px;
	-moz-box-shadow: 0 0 5px #3C750A;
	-webkit-box-shadow: 0 0 5px #3C750A;
	box-shadow: 0 0 5px #3C750A;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3C750A', endColorstr='#3C750A'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#3C750A), to(#3C750A)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #3C750A,  #3C750A); /* for firefox 3.6+ */
	margin-left: 5px;
	}
	
.highlight_button_rgreen {
	margin-bottom:40px;
	}
	
.highlight_button_rgreen a {
	text-decoration:none;
	color:#ffffff;
	cursor:pointer;
	font-family:VegurLight, Helvetica, sans-serif;
	font-size:13px;
	background-color:#3C750A;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	padding: 3px 10px 5px 10px;
	float: left;
	margin-bottom:10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3C750A', endColorstr='#3C750A'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#3C750A), to(#3C750A)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #3C750A,  #3C750A); /* for firefox 3.6+ */
	margin-left: 5px;
	text-shadow: 0px 1px 0px #3C750A;
	border: 1px solid #3C750A;
	}
	
.highlight_button_rgreen a:hover {
	text-decoration:none;
	color:#ffffff;
	background-color:#57a90f;
	font-size:13px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#57a90f', endColorstr='#3C750A'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#57a90f), to(#3C750A)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #57a90f,  #3C750A); /* for firefox 3.6+ */
	margin-left: 5px;
	text-shadow: 0px 1px 0px #3C750A;
	border: 1px solid #3C750A;
	-moz-box-shadow: 0 0 5px #3C750A;
	-webkit-box-shadow: 0 0 5px #3C750A;
	box-shadow: 0 0 5px #3C750A;
	}



.button-group {
    padding: 2px 0px 0px 5px;
    /* margin: 20px 12px 0px 0px; */
    /* float: right; */
    /* position: relative; */
    /* display: table-cell; */
    white-space: nowrap;
    /* vertical-align: middle; */
    /* border: solid 1px #e2e2e2; */
}
.button-top {
    text-decoration: none;
    color: #595959;
    background-color: #E0E0E0;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    letter-spacing: 0.01em;
    overflow: hidden;
    padding: 0px 14px;
    cursor: pointer;
    margin: 0px 5px 0px 0px;
    border: 0px none;
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
}

.button-top2 {
    color: #e2e2e2;
    /*text-transform: lowercase;*/
    font-weight: 500;
    letter-spacing: 0.01em;
    /*overflow: hidden;*/
    padding: 0px 2px;
    margin: 0px 4px 0px 0px;
    display: inline-block;
}
.button-top2 a {
    background: #e2e2e2;
}
.button-top2 a:hover {
    background: #e2e2e2;
}
.button-top2 img {
    width: 18px;
    height: 18px;
    margin: 0px 3px -3px 0px;
}




/*********************RIBBON NOVEDAD*****************/

#novedad {
  position: relative;
  width: 110px;
  height: 0px;
}

#tit_novedad {
    position:absolute;
    top: 5px;
    left: 1px;
    background: #fff;
    color: #FFF;
    border-radius: 3px 0px 9px 0px;
    font-style:italic;
    font-size: .9em;
    /* line-height: 1em; */
    text-shadow: 0px 1px 0px #A7A7A7;
    padding: 2px 10px 3px 15px;
    background: #83CB0D;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89E011', endColorstr='#83CB0D');/* for IE */
    background:     
    -webkit-gradient(linear, left top, left bottom, from(#89E011), to(#83CB0D));/* for webkit browsers */
    background:
    -moz-linear-gradient(top, #89E011,  #83CB0D);/* for firefox 3.6+ */
    -moz-box-shadow: 0 0 4px #bcbcbc;
    -webkit-box-shadow: 0 0 4px #bcbcbc;
    box-shadow: 0 0 4px #bcbcbc;
}

#tit_novedad .ribbon {
    position:absolute;
    /* background: url(http://gbp1.gbpglobal.com/tumundolibre/Temp/App_WebSite/App_PictureFiles/ribbon-tail.gif) no-repeat scroll center; */
    width:22px;
    height:26px;
    left:0px;
    bottom:-26px;
}

/*nuevo ribbon texto sencillo*/
#tit_novedad_txt {
  color: #fff;
  border-radius: 9px 0px 8px 0px;
  font-style: italic;
  font-size: 12px;
  line-height: 1em;
  text-shadow: 0px 1px 0px #ddd;
  padding: 3px 10px 3px 10px;
  background: #83CB0D;
  float: right;
}

#oferta {
  position: relative;
  width: 110px;
  height: 0px;
}

#tit_oferta {
    position:absolute;
    top: 5px;
    left: 1px;
    color: #57a90f;
    border-radius: 3px 0px 9px 0px;
    font-style:italic;
    font-size: .9em;
    /* line-height: 1em; */
    text-shadow: 0px 1px 0px #A7A7A7;
    padding: 2px 10px 3px 15px;
    background: #FFFFFF;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89E011', endColorstr='#83CB0D');/* for IE */
    /* background:
    -webkit-gradient(linear, left top, left bottom, from(#89E011), to(#83CB0D)); *//* for webkit browsers */
    background:
    -moz-linear-gradient(top, #89E011,  #83CB0D);/* for firefox 3.6+ */
    -moz-box-shadow: 0 0 4px #bcbcbc;
    -webkit-box-shadow: 0 0 4px #bcbcbc;
    box-shadow: 0 0 4px #bcbcbc;
}

#tit_oferta .ribbon {
    position:absolute;
    /* background: url(http://gbp1.gbpglobal.com/tumundolibre/Temp/App_WebSite/App_PictureFiles/ribbon-tail.gif) no-repeat scroll center; */
    width:22px;
    height:26px;
    left:0px;
    bottom:-26px;
}

#contador {
  color: #fff;
  font-size: .8em;
  line-height: 1em;
  padding: 3px 5px 3px 5px;
  margin: 0 4px;
  border-radius: 4px;
  background: #83CB0D;
  /* float: right; */
  display: inline-block;
}
