@import url(js/raiting/jquery.rating.css);
@import url(js/raitingbar/ratingbar.css);
@import url(js/fancybox/jquery.fancybox.css);

body{
	color: #333;
	/* background: url(/img/bg.jpg) top center no-repeat; */
	background-attachment: fixed;
	font-family: 'Open Sans', sans-serif;
}

hr.dotted{
	border-style: dotted;
}

h1,h1 a{

}

h2,h2 a{

}

h3,h3 a{

}

h4,h4 a{

}

h5,h5 a{

}

h6,h6 a{

}

p,ol,ul{
	line-height: 140%;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a:visited{
	
}

hr{
	margin: 0;
}

.left{
	float: left;
	display: inline;
}

img.left{
	margin: 0 20px 20px 0;
}

.right{
	float: right;
	display: inline;
}

img.right{
	margin: 0 0 20px 20px;
}

.center{
	text-align: center;
}

.ml0{
	margin-left: 20px;
}

.h5px{
	height: 5px;
}

.h10px{
	height: 10px;
}

.h20px{
	height: 20px;
}

.h25px{
	height: 25px;
}

.h30px{
	height: 30px;
}

.h40px{
	height: 40px;
}

.h50px{
	height: 50px;
}

.h60px{
	height: 60px;
}

.h80px{
	height: 80px;
}

.h250px{
	height: 250px;
}

.h300px{
	height: 300px;
}

.w114px{
	width: 114px;
}

.w148px{
	width: 148px;
}

.w165px{
	width: 165px;
}

ul.inline{
	
}

ul.inline li{
	list-style: none;
	float: left;
	display: inline-block;
	margin: 0 30px 0 0;
}

ul.inline li.last{
	float: right;
	text-align: right;
	margin: 0;
}

ul.inline li.first{
	margin-right: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

ul.inline li.first a.small{
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
	margin-left: 10px;
}

ul.inline li.newsletter{
	background: url(img/bg-boletin.jpg) top left repeat-x;
	padding: 4px 8px;
	border-radius: 3px;
	margin-right: 10px;
}

ul.inline li.newsletter input[type=text]{
	width: 230px;
	height: 15px;
    float: left;
    border: 1px solid #ccc;
    padding: 0 2px;
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;
}

ul.inline li.newsletter input[type=submit]{
	background: transparent url(img/btn-boletin.png) no-repeat;
    width: 20px;
    height: 12px;
    border: none;
    cursor: pointer;
    margin: 2px 0 0 5px;
}

ul.inline li.social a{
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 1px 0 0 5px;
}

ul.inline li.social a.fb{
	background: url(img/ico-fb.png) top left no-repeat;
}

ul.inline li.social a.tw{
	background: url(img/ico-tw.png) top left no-repeat;
}

ul.user-menu li{
	margin-right: 10px;
}

ul.user-menu li a{
	color: #666666;
}

ul.user-menu li a.cart:before{
	content: '     ';
	background: url(img/ico-cart.png) top left no-repeat;
	width: 25px;
	height: 16px;
	display: inline-block;
	float: left;
}

ul.user-menu li.middle{
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	padding: 0 10px;
}

ul.main-menu{
	width: 740px;
	height: 42px;
	border-bottom: 5px solid #3a9bfc;
}

ul.main-menu li{
	margin: 0 12px;
}

ul.main-menu li a{
	color: #666666;
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
	padding: 14px 20px 0px 20px;
	text-align: center;
	height: 26px;
}

ul.main-menu li a.active,
ul.main-menu li a:hover{
	color: #47a1f3;
	font-size: 15px;
	background: #c4ec5a;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-decoration: none;
	padding: 14px 19px 2px 19px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

.search input[type=text]{
	width: 375px;
	height: 20px;
	padding: 0 2px 0 25px;
    float: left;
    border: 1px solid #ccc;
    font-family: Helvetica, Arial, sans-serif;
    background: url(img/ico-search.png) top left no-repeat;
    box-shadow: 0 8px 6px -6px #666;
}

.search input[type=submit]{
	height: 22px;
	background: #A1B436;
	border: 1px solid #333333;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
}

a.btn-advanced-search{
	font-size: 11px;
	color: #375888;
	text-decoration: underline;
}

a.side-title{
	display: inline-block;
	background: #3a9bfc;
	color: #fff;
	padding: 0 16px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 15px;
	width: 170px;
	height: 26px;
	font-family: 'Open Sans', sans-serif;
}

a.side-title:after{
	content: '     ';
	background: url(img/btn-title-open.png) top left no-repeat;
	width: 13px;
	height: 7px;
	display: inline-block;
	float: right;
	margin: 10px 0 0 0;
}

a.side-title:hover{
	text-decoration: none;
}

ul.side-menu{
	display: none;
	border: 2px solid #3a9bfc;
	list-style: none;
	position: absolute;
	top: 26px;
	left: 0;
	width: 198px;
	padding: 5px 0;
	background: #fff;
	z-index: 99;
}

ul.side-menu.display{
	display: block;
}

ul.side-menu li{
	margin-left: 15px;
}

ul.side-menu li a{
	font-size: 14px;
	color: #666;
}

ul.side-menu li:hover ul{
	display: block;
}

ul.side-menu li a:hover,
ul.side-menu li:hover > a{
	text-decoration:none;
	font-weight: bold;
}

ul.side-menu li ul{
	display: none;
	position: absolute;
	top: -1px;
	left: 198px;
	border: 1px solid #CCCCCC;
	z-index: 99;
	background: #fff;
	width: 150px;
	list-style: none;
	padding: 5px 0;
	height: 96%;
}

#side-menu{
	position: relative;
}

ul.side-nav-menu{
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	list-style: none;
	padding: 10px 0;
	background: url(img/bg-side-nav-menu.jpg) top left repeat-y;
}

ul.side-nav-menu li{
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
}

ul.side-nav-menu li.list-title{
	color: #1D4B8C;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

ul.side-nav-menu li a{
	color: #333333;
	font-size: 12px;
}

ul.side-nav-menu li a:after{
	content: ' ›';
}


/*inicio banner*/
ul.banner-nav{
	text-align: center;
}

ul.banner-nav li{
	float: none;
}

ul.banner-nav li a{
	font-size: 13px;
	font-weight: bold;
	color: #A0A0A5;
	outline: 0;
}

ul.banner-nav li a:hover,
ul.banner-nav li a.active{
	color: #A1B436;
	text-decoration: none;
}

#banner{
	position: relative;
	overflow: hidden;
}

#banner #banner-image{
	width: 2960px;
	height: 300px;
	overflow: hidden;
}

#banner #banner-image .image{
	width: 740px;
	height: 300px;
	float: left;
}

#banner #banner-selector{
	background: url(img/bg-active-banner.png) top center no-repeat;
	position: absolute;
	width: 300px;
	height: 17px;
	top: 300px;
}
/*fin banner*/

span.header-title{
	display: inline-block;
	background: #c4ec5a;
	color: #fff;
	padding: 0 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 18px;
	text-shadow: 1px 3px 2px #000000;
	width: 730px;
	height: 30px;
}

span.header-title.w700{
	width: 670px;
}

.rounded-container{
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	padding: 0;
}

.border-container{
	border: 1px solid #CCCCCC;
	padding: 10px 0;
}

.rounded-top-container{
	border: 1px solid #CCCCCC;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	padding: 20px 0;
	background: #F3F3F3;
}

/*inicio breadcrumb*/
#breadcrumb{
	color: #999999;
}

#breadcrumb a{
	color: #999999;
	text-decoration: underline;
}

#breadcrumb span{
	color: #1D4B8C;
}
/*fin breadcrumb*/

/*navegación productos*/
.options-nav{
	border: 1px solid #CCCCCC;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}



.options-nav span.title{
	background: #416291;
	display: block;
	padding: 2px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.options-nav span.title.red{
	background: #A1B436;
}

.options-nav ul{
	list-style: none;
}

.options-nav ul li{
	margin-left: 15px;
	font-size: 12px;
}

.options-nav ul li a{
	color: #1D4B8C;
	text-decoration: underline;
}
/*fin navegación productos*/

/*listado de produtos*/
.producto h4{
	margin-bottom: 5px;
}

.producto h4 a{
	text-decoration: underline;
	color: #333333;
}

.producto .btn-red{
	display: inline-block;
	margin: 0 20px 0 0;
}

.producto .btn-add-cart,
.producto .btn-del-cart{
	display: inline-block;
}
/*fin listado de productos*/

/*listado de pedidos*/
.pedido h4{
	margin-bottom: 5px;
}

.pedido h4 a{
	text-decoration: none;
	color: #333333;
}

.pedido .btn-red{
	display: inline-block;
	margin: 0 20px 0 0;
}

.pedido p{
	margin-bottom: 0;
}
/*fin listado de pedidos*/

/*despliegue de producto*/
.producto h1{
	margin-bottom: 10px;
}

.producto p{
	margin-bottom: 0;
}

.producto ul.tags{
}

.producto ul.tags li{
	border-right: 1px solid #666;
	margin-right: 5px;
	padding-right: 5px;
}

.producto ul.tags li.last{
	border: none;
}

.producto ul.tags li a{
	color: #666;
	text-decoration: underline;
}
/*fin despliegue prodcuto*/

/*mi cuenta*/
.account h4{
	margin-bottom: 10px;
	color: #1D4B8D;
}

.account ul li{
	margin-left: 20px;
}

.account ul li a{
	color: #333333;
	text-decoration: underline;
}
/*fin mi cuenta*/

/*pago*/
.vertical-line-payment{
	background: url(img/bg-line-payment.jpg) top left repeat-y;
	float: left;
}
/*fin pago*/

/*inicio footer*/
.full{
	width: 100%;
	background: #E6E6E6;
	border-top: 5px solid #fb923b; 
	min-height: 250px;
}

#footer{
	position: relative;
}

#footer #sello{
	position: absolute;
	top: 80px;
	left: 560px;
}

#footer #compra-segura{
	position: absolute;
	top: 250px;
	left: 690px;
}

#footer #ssl{
	position: absolute;
	top: 80px;
	left: 430px;
	
}

ul.footer-nav{
	
}

ul.footer-nav li{
	float: left;
	margin-right: 65px;
}

ul.footer-nav li a{
	font-size: 13px;
	color: #A1B436;
}

ul.footer-nav li ul{
	margin-top: 5px;
}

ul.footer-nav li ul li{
	float: none;
	display: block;
	margin-right: 0;
	margin-bottom: 5px;
}

ul.footer-nav li ul li a{
	font-size: 12px;
	color: #666666;
	line-height: -2px;
}

#copy{
	text-align: right;
	color: #666666;
}
/*fin footer*/

/*textos especiales*/

.special{
	font-size: 15px;
}

.red{
	color: #A4050C;
}

.black{
	color: #000;
}

.bold{
	font-weight: bold;
}

.under{
	text-decoration: underline;
}

.nounder{
	text-decoration: none;
}

.blue{
	color: #1D4B8D;
}

.check{
	background: url(img/ico-check.png) top left no-repeat;
	padding: 0 0 0 25px;
}

.ta-right{
	display: block;
	text-align: right;
}

a.arrow:after{
	content: ' ›';
}

/*inicio botones generales*/
a.btn-under-bold{
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
	line-height: 120%;
	display: block;
	margin-bottom: 5px;
}

a.btn-red{
	color: #A1B436;
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

a.btn-red.small{
	font-size: 12px;
	margin-bottom: 5px;
}

a.btn-red.discount{
	text-decoration: line-through;
	color: #1D4B8D;
}

.discount{
	text-decoration: line-through;
}

a.btn-add-cart{
	color: #1D4B8C;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

a.btn-add-cart:before{
	content: '     ';
	background: url(img/btn-add-cart.png) top left no-repeat;
	width: 22px;
	height: 15px;
	display: inline-block;
	float: left;
}

a.btn-add-cart.big{
	font-size: 16px;
	text-align: center;
	border: 1px solid #ccc;
	display: block;
	padding: 2px 0;
	margin: 0 -4px;
	background: #fff;
	box-shadow: 0 8px 6px -6px #666;
}

a.btn-add-cart.big:before{
	background: url(img/btn-add-cart-big.png) top right no-repeat;
	width: 26px;
	height: 22px;
	float: left;
	margin: 0 0 0 20px;
}

a.btn-del-cart{
	color: #1D4B8C;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

a.btn-del-cart:before{
	content: '     ';
	background: url(img/btn-add-cart.png) top left no-repeat;
	width: 22px;
	height: 15px;
	display: inline-block;
	float: left;
}

a.btn-del-cart.list{
	width: 17px;
	height: 17px;
	background: url(img/btn-del-cart.png) top left no-repeat;
	display: block;
}

a.btn-del-cart.list:before{
	background: none;
	content: '';
	float: none;
	width: 0px;
	height: 0px;
}

a.btn-del-cart.big{
	font-size: 16px;
	text-align: center;
	border: 1px solid #ccc;
	display: block;
	padding: 2px 0;
	margin: 0 -4px;
	background: #fff;
	box-shadow: 0 8px 6px -6px #666;
}

a.btn-del-cart.big:before{
	background: url(img/btn-add-cart-big.png) top right no-repeat;
	width: 26px;
	height: 22px;
	float: left;
	margin: 0 0 0 20px;
}

a.btn-add-wishlist.big{
	background: #1D4B8D;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 15px;
	font-weight: normal;
	text-decoration: none;
}

a.btn-add-wishlist.big:before{
	background: none;
	content: '';
	float: none;
	width: 0px;
	height: 0px;
}

a.btn-del-wishlist.big{
	background: #1D4B8D;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 15px;
	text-decoration: none;
	font-weight: normal;
}

a.btn-del-wishlist.big:before{
	background: none;
	content: '';
	float: none;
	width: 0px;
	height: 0px;
}

a.btn-del-wishlist{
	color: #666;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

a.btn-del-wishlist:before{
	content: '     ';
	background: url(img/btn-del-wishlist.png) top left no-repeat;
	width: 22px;
	height: 15px;
	display: inline-block;
	float: left;
}

a.btn-add-wishlist{
	color: #666;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

a.btn-add-wishlist:before{
	content: '     ';
	background: url(img/btn-add-wishlist.png) top left no-repeat;
	width: 22px;
	height: 15px;
	display: inline-block;
	float: left;
}

a.btn-edit{
	color: #666;
	font-size: 12px;
	text-decoration: underline;
	margin: 0 8px;
}

a.btn-edit:before{
	content: '     ';
	background: url(img/btn-edit.png) top left no-repeat;
	width: 18px;
	height: 13px;
	display: inline-block;
	margin: 0 5px 0 0;
}

a.btn-delete{
	color: #666;
	font-size: 12px;
	text-decoration: underline;
	margin: 0 8px;
}

a.btn-delete:before{
	content: '     ';
	background: url(img/btn-delete.png) top left no-repeat;
	width: 15px;
	height: 13px;
	display: inline-block;
	margin: 0 5px 0 0;
}
/*fin botones generales*/

/*acordiones de texto*/
ol.accordion li{
	margin-bottom: 10px;
}

ol.accordion li a{
	font-weight: bold;
	color: #000;
	padding: 0 20px 0 0;
	background: url(img/btn-accordion.png) top right no-repeat;
}

ol.accordion li.alt a{
	background: url(img/btn-accordion.png) bottom right no-repeat;
}

.thumbnail {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  background-color: #EEEEEE;
}

.galeria
{
  width: 187px;
}

.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  margin: 0 auto;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.thumbnail img.portrait {
  width: 100%;
  height: auto;
}

.hidden{
	display: none;
}
/*fin acordiones de texto*/

/*form elements*/
input.input-text{
	border: 1px solid #ccc;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	display: block;
	margin: 0 0 10px 0;
	padding: 4px;
}

textarea.textarea{
	border: 1px solid #ccc;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	display: block;
	margin: 0 0 10px 0;
	padding: 4px;
}

select.select{
	border: 1px solid #ccc;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	display: block;
	margin: 0 0 10px 0;
	padding: 4px;
}

.btn-submit{
	color: #fff;
	background: url(img/btn-submit.png) top left repeat-x;
	border: 1px solid #999999;
	border-radius: 3px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 2px 5px;
}

.btn-submit.red{
	background: url(img/btn-submit-red.png) top left repeat-x;
}

.btn-submit.continue-shopping:after{
	content: ' ›';
}

.input-text.w40{
	width: 40px;
}

.input-text.w60{
	width: 50px;
}

.input-text.w100{
	width: 90px;
}

.input-text.w160{
	width: 150px;
}

.input-text.w260{
	width: 250px;
}

.input-text.w200{
	width: 190px;
}

.input-text.w220{
	width: 210px;
}

.input-text.w340{
	width: 330px;
}

.input-text.w360{
	width: 350px;
}

.select.w100{
	width: 100px;
}

.select.w360{
	width: 360px;
}

.select.w220{
	width: 220px;
}

.input-text.w280,
.select.w280{
	width: 270px;
}

.textarea.w760{
	width: 750px;
	height: 100px;
}

.input-text.w380{
	width: 370px;
}

.input-text.w540{
	width: 530px;
}

.textarea.w540{
	width: 530px;
	height: 100px;
}

.textarea.w200{
	width: 190px;
	height: 50px;
}
/*fin form elements*/

/*inicio botones share*/
span.share{
	float: left;
	margin: 0 20px 0 0;
}

a.share{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
}

a.share.mail{
	background: url(img/btn-share-mail.png);
}

a.share.fb{
	background: url(img/btn-share-fb.png);
}

a.share.tw{
	background: url(img/btn-share-tw.png);
}

a.share.pn{
	background: url(img/btn-share-pn.png);
}
/*fin botones share*/

/*listado productos*/
p.small{
	font-size: 11px;
}
/*fin listado*/

/*cakephp*/
.error-message{
	border: 1px solid #ff0000;
	padding: 2px 10px;
	border-radius: 5px;
	background-color: #FFBABA;
	font-size: 11px;
}

.flash{
	border: 1px solid #ccc;
	padding: 2px 10px;
	border-radius: 5px;
	background: url(img/bg-flash.jpg) top left repeat-x;
	color: #1D4B8D;
}

.paging span{
	display: inline-block;
	margin: 0 2px;
	padding: 2px 5px;
	border: 1px solid #ccc;
	background: #fff;
}

.paging span a{
	display: block;
	color: #1D4B8D;
}

.paging span.current{
	color: #A1B436;
	background: #A1B436;
	color: #fff;
}

a {
  color: #224273;
}

.callus
{
	font-size: 20px;
	line-height: 10px;
	text-transform: uppercase;
	text-align: center;
  	color: #fb923b;
  	font-family: 'Open Sans', sans-serif;
  	font-weight: bold;
}

.callus-footer {
  font-size: 14px;
  line-height: 5px;
  text-align: center;
  text-transform: inherit;
  padding-top: 5px;
}

.callus-footer a{
	color: #fff;
}

.search input[type="text"] {
  float: left;
  margin-left: -117px;
  box-shadow: 0 0 6px -6px #666;
  width: 496px;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	border:2px solid #fb923b;
	border-left:5px solid #fb923b;
	display:inline-block;
	cursor:pointer;
	color:#3a9bfc;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:3px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	height: 25px;
	width: 75%;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.myButton:active {
	position:relative;
	top:1px;
}

#recaptcha_image img {
	width: 190px;
	height: 36px;
}

#recaptcha_response_field{
	width: 190px;
	border: 1px solid #ccc;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	display: block;
	margin: 0 0 10px 0;
	padding: 4px;
}

#recaptcha_widget a{
	color: inherit;
}

ul.main-menu li a.btn-outlet{
	color: #224273;
	font-weight: bold;
}

.blue-box{
	background: #3a9bfc;
	padding: 15px 10px 10px 10px;
	border-radius: 10px;
	color: #fff;
}