@charset "utf-8";
/* CSS Document */

/* ---------- FONTAWESOME ---------- */
/* ---------- http://fortawesome.github.com/Font-Awesome/ ---------- */
/* ---------- http://weloveiconfonts.com/ ---------- */

@import url(http://weloveiconfonts.com/api/?family=fontawesome);

/* ---------- ERIC MEYER'S RESET CSS ---------- */
/* ---------- http://meyerweb.com/eric/tools/css/reset/ ---------- */

@import url(http://meyerweb.com/eric/tools/css/reset/reset.css);

/* ---------- FONTAWESOME ---------- */

/* [class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
} */
/* general */
body {
	background-color: #ffffff;
	font: 14px/1.5em  Arial, sans-serif;
	margin: 0;
  	line-height: 20px;
}
body.productos{
	background-color: #ffffff;
	font: 14px/1.5em  Arial, sans-serif;
	margin: 0;
  	line-height: 20px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
a{
	text-decoration:none;
}
:focus {
outline: 0;
}
input {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	/*margin-bottom:5%;
	margin-top:-8%;
	margin-right:5%;*/
	float:right !important;
	/*-webkit-appearance: none;
  	appearance: none;*/
	/**********************/
	border-radius: 15px;
	padding-left: 1.5%;
	padding-right: 1.5%;
	background-color: #fff;
	border-color: #7f7f7f;
	border: solid 1px;
	padding-bottom: 0.2%;
	color: #7f7f7f;
	width: 100;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}
	*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
	}
	:after,:before{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;box-sizing:border-box
	}
	@-webkit-keyframes rotateplane { 
    0% {
        -webkit-transform: translateY(-2px)
    }

    100% {
        -webkit-transform: translateY(7px)
    }
}

@keyframes rotateplane { 
    0% {
        transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
    }

    100% {
        transform: translateY(7px);
        -webkit-transform: translateY(7px);
    }
}

.mouse {
    width: 25px;
    height: 55px;
   /* border: 2px solid #868686;*/
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -12.5px;
    border-radius: 12px;
}

.mouse:after {
    content: url(../images/flecha.png);
    position: absolute;
    /*height: 5px;
    width: 5px;
    background-color: #868686;
    border-radius: 100%;*/
    left: 40%;
    margin-left: -2.5px;
    top: 8px;
     -webkit-animation: rotateplane 1.2s infinite ease-in-out;
             animation: rotateplane 1.2s infinite ease-in-out;
}
.input2 {
	font-size: 1em;
	line-height: 1.5em;
	/*margin: 0;
	padding: 0;*/
	float: right !important;
	margin: 0;
	padding: 0;
	border-radius: 15px;
	padding-left: 1.5%;
	padding-right: 1.5%;
	background-color: #fff;
	border: solid 1px;
	border-color: #7f7f7f;
	color: #7f7f7f;
	padding-bottom: 0.2%;
	/*-webkit-appearance: none;
  	appearance: none;*/
}
#primera{
/*height: 960px;*/
	height: 1100px;
	/*margin-bottom: 2%;*/
	/*margin-top: 8%;*/
}
#primeram{
 height: 960px;
}
#segunda{
	height: 1024px;
	margin-left:10.1%;
	margin-right: 5%;
	margin-bottom: 5%;
}
#thumbnails {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 0.75em;
	
	}

		#thumbnails article {
			position: relative;
			width: 25%;
			background: #333;
			outline: 0;
			height: 151px;
		}
		
		#thumbnails article2 {
			position: relative;
		}

			#thumbnails article .thumbnail {
				-webkit-tap-highlight-color: transparent;
				display: block;
				position: relative;
				border: 0;
				outline: 0;
			}

				#thumbnails article .thumbnail img {
					display: block;
					width: 92%;
	/*				padding: 4%; */
					
				}
/*thumbnails 100%*/
				#thumbnails article .thumbnail:before {
					-moz-pointer-events: none;
					-webkit-pointer-events: none;
					-ms-pointer-events: none;
					pointer-events: none;
					-moz-transition: opacity 0.25s ease;
					-webkit-transition: opacity 0.25s ease;
					-ms-transition: opacity 0.25s ease;
					transition: opacity 0.25s ease;
					content: '';
					position: absolute;
					left: 0;
					top: 0;
					width: 92%;
					height: 75%;
					box-shadow: inset 0 0 0 2px #F00, inset 0 0 0px 3px rgba(0, 0, 0, 0.15);
					opacity: 0;
					z-index: 1;
				}

				#thumbnails article .thumbnail:focus:before {
					opacity: 0.5;
				}

			#thumbnails article h2, #thumbnails article p {
				display: none;
			}

			#thumbnails article.active .thumbnail:before {
				opacity: 1;
			}
			
	
		#viewer {
		-moz-transition: opacity 0.75s ease, width 0.75s ease;
		-webkit-transition: opacity 0.75s ease, width 0.75s ease;
		-ms-transition: opacity 0.75s ease, width 0.75s ease;
		transition: opacity 0.75s ease, width 0.75s ease;
		position: absolute;
		top: 27%;
		width: calc(50% - 22.5em);
		height: 50%;
		left: 18%;
	}

		#viewer .inner {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 2;
		}

			#viewer .inner > * {
				-moz-pointer-events: auto;
				-webkit-pointer-events: auto;
				-ms-pointer-events: auto;
				pointer-events: auto;
			}

			#viewer .inner:before {
				background-image: -moz-linear-gradient(left, rgba(16,16,16,0.2), rgba(16,16,16,0) 10em, rgba(16,16,16,0)), -moz-linear-gradient(right, rgba(16,16,16,0.2), rgba(16,16,16,0) 10em, rgba(16,16,16,0));
				background-image: -webkit-linear-gradient(left, rgba(16,16,16,0.2), rgba(16,16,16,0) 10em, rgba(16,16,16,0)), -webkit-linear-gradient(right, rgba(16,16,16,0.2), rgba(16,16,16,0) 10em, rgba(16,16,16,0));
				background-image: -ms-linear-gradient(left, rgba(16,16,16,0.2), rgba(16,16,16,0) 10em, rgba(16,16,16,0)), -ms-linear-gradient(right, rgba(16,16,16,0.2), rgba(16,16,16,0) 10em, rgba(16,16,16,0));
				background-image: linear-gradient(left, rgba(16,16,16,0.2), rgba(16,16,16,0) 10em, rgba(16,16,16,0)), linear-gradient(right, rgba(16,16,16,0.2), rgba(16,16,16,0) 10em, rgba(16,16,16,0));
				content: '';
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}
			#viewer .inner .nav-next,
			#viewer .inner .nav-previous {
				-webkit-tap-highlight-color: transparent;
				position: absolute;
				top: 50%;
				width: 6em;
				height: 6em;
				margin-top: -3em;
				background-image: url("images/arrow.svg");
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
				cursor: pointer;
			}

			#viewer .inner .nav-previous {
				-moz-transform: scaleX(-1);
				-webkit-transform: scaleX(-1);
				-ms-transform: scaleX(-1);
				transform: scaleX(-1);
				left: 0;
			}

			#viewer .inner .nav-next {
				right: 0;
			}

		#viewer .slide {
			-moz-transition: opacity 0.5s ease-in-out;
			-webkit-transition: opacity 0.5s ease-in-out;
			-ms-transition: opacity 0.5s ease-in-out;
			transition: opacity 0.5s ease-in-out;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			opacity: 1;
			z-index: 1;
		}

			#viewer .slide .caption {
				background-image: -moz-linear-gradient(bottom, rgba(16,16,16,0.75), rgba(16,16,16,0.25) 80%, rgba(16,16,16,0));
				/*background-image: -webkit-linear-gradient(bottom, rgba(16,16,16,0.75), rgba(16,16,16,0.25) 80%, rgba(16,16,16,0));*/
				background-image: -ms-linear-gradient(bottom, rgba(16,16,16,0.75), rgba(16,16,16,0.25) 80%, rgba(16,16,16,0));
				background-image: linear-gradient(bottom, rgba(16,16,16,0.75), rgba(16,16,16,0.25) 80%, rgba(16,16,16,0));
				padding: 2em 2em 0.75em 2em ;
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				color: #FFF;/*color del viewer*/
				z-index: 1;
			}

				#viewer .slide .caption h2, #viewer .slide .caption h3, #viewer .slide .caption h4, #viewer .slide .caption h5, #viewer .slide .caption h6 {
					color: #fff;
					line-height:1px;
				}

			#viewer .slide .image {
				-moz-transition: opacity 0.5s ease-in-out;
				-webkit-transition: opacity 0.5s ease-in-out;
				-ms-transition: opacity 0.5s ease-in-out;
				transition: opacity 0.5s ease-in-out;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background-repeat: no-repeat;
				background-size: cover;
				opacity: 0;
			}

			#viewer .slide:before {
				-moz-animation: spinner 1s linear infinite;
				-webkit-animation: spinner 1s linear infinite;
				-ms-animation: spinner 1s linear infinite;
				animation: spinner 1s linear infinite;
				-moz-transition: opacity 0.5s ease-in-out;
				-webkit-transition: opacity 0.5s ease-in-out;
				-ms-transition: opacity 0.5s ease-in-out;
				transition: opacity 0.5s ease-in-out;
				content: '';
				display: block;
				position: absolute;
				top: 50%;
				left: 50%;
				width: 3em;
				height: 3em;
				background-image: url("images/spinner.svg");
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
				margin: -1.5em 0 0 -1.5em;
				opacity: 0;
			}

			#viewer .slide.loading:before {
				opacity: 1;
			}

			#viewer .slide.active .image {
				opacity: 1;
			}

		body.fullscreen #viewer {
			width: 100%;
		}

			/*body.fullscreen #viewer .inner .toggle {
				background-image: url("images/open.svg");
			}*/

		body.is-loading-1 #viewer {
			opacity: 0;
		}

		body.is-loading-2 #viewer .slide {
			opacity: 0;
		}
		#main {
		-moz-transition: opacity 0.75s ease, right 0.75s ease, left 0.75s ease, visibility 0.75s;
		-webkit-transition: opacity 0.75s ease, right 0.75s ease, left 0.75s ease, visibility 0.75s;
		-ms-transition: opacity 0.75s ease, right 0.75s ease, left 0.75s ease, visibility 0.75s;
		transition: opacity 0.75s ease, right 0.75s ease, left 0.75s ease, visibility 0.75s;
		-webkit-overflow-scrolling: touch;
		position: absolute;
		top: 25%;
		width: 22.5em;
		height: 90%;
		background: #333;
		outline: 0;
		overflow-x: hidden;
		overflow-y: auto;
		/*text-align: right;*/
		visibility: visible;
		z-index: 10000;
		right: 15%;
	}

			
		
.seccion{
	height:700px;
	margin-left: 10.1%;
	margin-right: 5%;
}
.seccion h1{
	font-size: 48px;
	color:#7a7a7a;
	margin-left: 1%;
	margin-top:-12px;
}
.seccion2{
	/*height:1300px;*/
	height: 1120px;
	margin-left: 10.1%;
	margin-right: 5%;
}
.seccion2 h1{
	font-size: 48px;
	color:#7a7a7a;
	margin-left: 1%;
	margin-top:-18px;
}
.header{
	width:85%;
	height:auto;
	margin:3% auto 3% auto;
	/*text-align:center;*/
	text-align: left;
	margin-left:15%;
	margin-top:18%;
}
.header img{
	/*max-width:20%;
	min-width:200px;
	height:auto;*/
	width:25%;
}
.contenedora{
width: 90%;
height: auto;
margin-bottom: 5%;
}
.contenedora .titulo{
float: left;
width: 90%;
}
.contenedora .titulo2{
float:left;
width:33.333333%;
}
.contenedora .titulo2 .h1{
font-size:56px;
color: #897e7e;
margin-top:2%;
margin-bottom:2%;
}
.contenedora .titulo .h1{
font-size:56px;
color: #897e7e;
margin-top:2%;
margin-bottom:2%;
}
.logo{
	text-align: center;	
}
.parts{
width: 90%;
margin-bottom: 5%;
}
/*.top{
position: absolute;
}*/
.encabezado{
	float: right;
	width: 70%;
	margin-right: 5%;
}
.encabezado img{
	width: 98%;
	margin-top:2%;
}
.encabezado .h1{
	font-size:56px;
	color:#897e7e;
	margin-top:5%;
	margin-bottom:5%;
}
.encabezado .span{
	font-size: 35px;
	color: #868686;
}
.imgtit{
	width: 40%;
	float: left;
	margin-left: 6%;
	margin-top: 3%;
}
.cabecera{
	width:100%;
	height:auto;
	/*margin-left:30%;*/
}
.cabecera h3{
	width:100%;
	height:auto;
	background-color:#e14d4d;
	color:#FFF;
	text-align:center;
	padding-bottom:5px;
	padding-top:5px;
	font-size:16px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	font-family: 'FontAwesome', sans-serif;
}
.container2{
	width: 30%;
	height:auto;
	margin-top:10%;
	/*margin-left: 5%;*/
	float: left;
	position: fixed;
}
.boxUsuarios {
    float: left;
    position: relative;
    width: 23.4%;
    margin-bottom: 1.6%;
	margin-left:0.8%;
	margin-right:0.8%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/*border:solid 1px #F3F3F3;*/
}
.boxUsuarios .usuariosizq {
	width:40%;
	height:auto;
	float:left;
	display:inline-table;
}
.boxUsuarios .usuariosder {
	width:60%;
	height:auto;
	float:left;
}
.boxUsuarios .usuariosder p{
	width:95%;
	text-align:left;
	height:auto;
	padding-left:5%;
	font-family: 'FontAwesome', sans-serif;
	font-size:15px;
	color:#363636;
	background-color:#FFF;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:solid 2px rgba(0,0,0,0.2);
}
.boxUsuarios .usuariosizq p{
	width:90%;
	text-align:left;
	height:auto;
	padding-left:10%;
	font-family: 'FontAwesome', sans-serif;
	font-size:15px;
	color:#FFF;
	background:#e14d4d;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:solid 2px rgba(0,0,0,0.2);
}
.boxUsuarios .usuariosizq p.redondo{
	width:90%;
	text-align:left;
	height:auto;
	padding-left:10%;
	font-family: 'FontAwesome', sans-serif;
	font-size:15px;
	color:#FFF;
	background:#e14d4d;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:solid 2px rgba(0,0,0,0.2);
	-webkit-border-radius: 10px 0px 0px 0px;
	-moz-border-radius: 10px 0px 0px 0px;
	border-radius: 10px 0px 0px 0px;
}
.boxUsuarios input[type="submit"] {
	width:50%;
	background-color: #e14d4d;
	float:right;
	border: 1px solid #ed202e;
	-webkit-border-radius: 3px 3px 10px 10px;
	-moz-border-radius: 3px 3px 10px 10px;
	border-radius: 3px 3px 10px 10px;
	color: #fff;
	text-align: center;
	line-height: 22px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 1px rgba(0, 0, 0, .2) ;
	-moz-box-shadow: hoff voff radius color;
	box-shadow: hoff voff radius color;
	text-shadow: 0 1px 0 #000;
	cursor:pointer;
}

/* login */
#login {
	width: 242px;
	/*margin: 2% auto;*/
	margin-right:20%;
	margin-top:-15%;
	float: right;
	
}
#login label {
	position: absolute;
	display: block;
	width: 36px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-family: 'FontAwesome', sans-serif;
	color: #676767;
	text-shadow: 0 1px 0 #fff;
}
#login input {
	border: none;
	width: 228px;
	height: 48px;
  padding-left: 36px;
	border: 2px solid #868686;
	background-color: #fff;
  /*background: -webkit-linear-gradient(top, #fff 0%, #eaeaea 100%);*/	
	color: #363636;
	text-shadow: 0 1px 0 #fff;
	outline: none;
}
#login input[type="text"] {
	/*border-bottom: none;*/
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, .4);
}
#login input[type="password"] {
	/*border-top:none;*/
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	margin-bottom: 20px;
	-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 1px rgba(0, 0, 0, .2);
}
#login input[type="submit"] {
	margin: 0;
	padding: 0;
	width: 240px;
	background-color: #868686;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #282828;
	text-align: center;
	/*font-weight: bold;*/
	line-height: 48px;
	/*text-transform: uppercase;*/
	/* background-image: none; */
	/*background-image:-webkit-linear-gradient(top, #ccc 0%, #383838 100%);*/
	/*-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 1px rgba(0, 0, 0, .2) ;
	-moz-box-shadow: hoff voff radius color;*/
	box-shadow: hoff voff radius color;
	text-shadow: 0 1px 0 #000;
}
#login input[type="submit"]:hover {
	background-color: #f15958;
	background-image:-webkit-linear-gradient(top, #e14d4d 0%, #ed202e 100%);
}
/*****************************************************************************/
p.bienvenido{
	width:50%;
	text-align:center;
	color:#6d6f72;
	font-family: 'FontAwesome', sans-serif;
	font-size:30px;
	padding-bottom:2%;
	padding-top:2%;
	border-top:solid 1px #6d6f72;
	border-bottom:solid 1px #6d6f72;
	margin-left:25%;
	margin-right:25%;
}
p.noencontrado{
	width:50%;
	text-align:center;
	color:#6d6f72;
	font-family: 'FontAwesome', sans-serif;
	font-size:20px;
	padding-bottom:2%;
	padding-top:2%;
	border-top:solid 1px #6d6f72;
	border-bottom:solid 1px #6d6f72;
	margin-left:25%;
	margin-right:25%;
}
/**********MARCAS**********/
@media (min-width: 1200px) {
.row {
    margin-left: -30px;
    *zoom: 1;
}
.row:before,
.row:after {
    display: table;
    content: "";
    line-height: 0;
}
.row:after {
    clear: both;
}

}
@media (min-width: 768px) and (max-width: 979px) {
.row {
    margin-left: -20px;
    *zoom: 1;
}
.row:before,
.row:after {
    display: table;
    content: "";
    line-height: 0;
}
.row:after {
    clear: both;
}
}
@media (max-width: 767px) {
body {
    padding-left: 20px;
    padding-right: 20px;
}
.row{
    margin-left: 0;
}
}
@media (max-width: 979px) {
body {
    padding-top: 0;
}
}
@media (max-width: 1199px) {
 body {
    font-size: 14px;
}
}
.section {
	padding: 50px 0 0 0;
}
.container {
  	margin-right: auto;
  	margin-left: auto;
  	*zoom: 1;
	width:85%;
}
.containerProd {
  	margin-right: 5%;
  	margin-left: auto;
  	*zoom: 1;
	float: right;
	width:70%;
}
.container:before,
.container:after {
  	display: table;
  	content: "";
  	line-height: 0;
}
.container:after {
  	clear: both;
}
.containerProd:before,
.containerProd:after {
  	display: table;
  	content: "";
  	line-height: 0;
}
.containerProd:after {
  	clear: both;
}
.portada{
	width:98.4%;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding:0.8% 0.8% 2% 0.8%;
}
.portada img{
	width:100%;
	height:auto;
	margin:0 auto;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.section .hero {
  	text-align: center;
  	/*line-height: 30px;*/
  	margin-bottom: 20px;
  	/*border-bottom: 1px solid #ee2346;*/
  	padding-bottom: 40px;
}
.section .hero h1 {
  	font-size: 48px;
  	color: #a0001c;
	width:100%;
	float:left;
	text-align:center;
}
.section .hero p {
  	font-size: 15px;
	color:#363636;
	width:50%;
	float:left;
	text-align:left;
}
.wrap3 {
	overflow: hidden;
    margin: 10px;
	width:37%;
	float:right;
	margin-right: 8%;
	margin-top: 2%;
}
.wrap3 h1{
	font-size: 72px;
	color: #868686;
	margin-top: 5%;
	margin-bottom: 4%;
	margin-left: 5%;
	
}
.wrap3 h2{
	font-size: 50px;
	color: #868686;
	margin-top: 5%;
	margin-bottom: 4%;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
.wrap {
	overflow: hidden;
    margin: 10px;
	width:40%;
	float:right;
	margin-right: 5%;
	margin-top: 2%;
}
.wrap h1{
	font-size: 72px;
	color: #868686;
	margin-top: 5%;
	margin-bottom: 4%;
	margin-left: 5%;
	
}
.wrap h2{
	font-size: 50px;
	color: #868686;
	margin-top: 5%;
	margin-bottom: 4%;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
.wrap p{
	color: #868686;
	font-size: 16px;
	margin-bottom: 8%;
	margin-left: 5%;
}
.wrap2 {
	overflow: hidden;
    margin: 10px;
	/*width:80%;*/
	width: 16%;
	float:left;
	/*margin-top:-45%;*/
	margin-top: -5.2%;
	/*margin-left:5%;*/
	margin-left: -2%;
	position: fixed;
}
.box {
    float: left;
    position: relative;
    width: 25%;
    padding-bottom: 19%;
}
.box2 {
    float: right;
    position: relative;
   /* width: 50%;*/
   width: 35%;
    /*padding-bottom: 15%;*/
	padding-bottom: 25%;
	padding-top:8%;
	margin-bottom: 2%;
	margin-left: 15%;
}
.boxProductos {
    float: left;
    position: relative;
    width: 18%;
    margin-bottom: 1.6%;
	margin-left:0.8%;
	margin-right:0.8%;
	background-color:#F3F3F3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:solid 1px #F3F3F3;
}
.boxProductosMenu {
    float: left;
    position: relative;
    width: 23%;
    margin-bottom: 1.6%;
	margin-left:0.8%;
	margin-right:0.8%;
	margin-top: 2%;
	/*background-color:#F3F3F3;*/
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:solid 1px #F3F3F3;*/
}
.boxProductosBambrella {
    float: left;
    position: relative;
    width: 18%;
    margin-bottom: 1.6%;
	margin-left:0.8%;
	margin-right:0.8%;
	background-color:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:solid 1px #F3F3F3;
}
.boxProductosAwneen {
    float: left;
    position: relative;
    width: 30%;
    margin-bottom: 1.6%;
	margin-left:0.8%;
	margin-right:0.8%;
	background-color:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:solid 1px #F3F3F3;
}
.boxProductosFuzzi {
    float: left;
    position: relative;
    width: 23%;
    margin-bottom: 1.6%;
	margin-left:0.8%;
	margin-right:0.8%;
	background-color:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:solid 1px #F3F3F3;
}
.boxProductosSabrina {
    float: left;
    position: relative;
    width: 23%;
    margin-bottom: 1.6%;
	margin-left:0.8%;
	margin-right:0.8%;
	background-color:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:solid 1px #F3F3F3;
}
.boxProductosSchiaffino{
	float: left;
    position: relative;
    width: 48%;
    margin-bottom: 1.6%;
	margin-left:0.8%;
	margin-right:0.8%;
	background-color:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:solid 1px #F3F3F3;
}
.boxProductosEdit {
    float: left;
    position: relative;
    width: 18%;
    margin-bottom: 1.6%;
	margin-left:0.8%;
	margin-right:0.8%;
	/*background-color:#FFF;*/
	background-color:#F3F3F3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:solid 1px #F3F3F3;
}
.boxProductosEditBambrella {
    float: left;
    position: relative;
    width: 18%;
    margin-bottom: 1.6%;
	margin-left:0.8%;
	margin-right:0.8%;
	background-color:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:solid 1px #F3F3F3;
}
.boxProductosEditSabrina {
    float: left;
    position: relative;
    width: 18%;
    margin-bottom: 1.6%;
	margin-left:0.8%;
	margin-right:0.8%;
	background-color:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:solid 1px #F3F3F3;
}
.boxProductosEditAwneen {
    float: left;
    position: relative;
    width: 30%;
    margin-bottom: 1.6%;
	margin-left:0.8%;
	margin-right:0.8%;
	background-color:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:solid 1px #F3F3F3;
}
.boxProductosEditFuzzi {
    float: left;
    position: relative;
    width: 23%;
    margin-bottom: 1.6%;
	margin-left:0.8%;
	margin-right:0.8%;
	background-color:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:solid 1px #F3F3F3;
}
.boxProductosEditSchiaffino {
    float: left;
    position: relative;
    width: 23%;
    margin-bottom: 1.6%;
	margin-left:0.8%;
	margin-right:0.8%;
	background-color:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:solid 1px #F3F3F3;
}
.boxProductos img{
	width:92%;
	height:auto;
	margin:4%;
	border-radius:10px;
	/*padding-bottom:10px;*/
	border-bottom:solid 3px #F3F3F3;
}
.boxProductosMenu img{
	width:100%;
	height:auto;
	/*margin:4%;*/
	padding-bottom:10px;
	/*border-bottom:solid 3px #F3F3F3;*/
}
.boxProductosBambrella img{
	width:92%;
	height:auto;
	margin:4%;
	padding-bottom:10px;
	border-bottom:solid 3px #F3F3F3;
}
.boxProductosSabrina img{
	width:96%;
	height:auto;
	margin:2%;
	padding-bottom:10px;
	border-bottom:solid 3px #F3F3F3;
}
.boxProductosAwneen img{
	width:96%;
	height:auto;
	margin:2%;
	padding-bottom:10px;
	border-bottom:solid 3px #F3F3F3;
}
.boxProductosFuzzi img{
	width:92%;
	height:auto;
	margin:4%;
	padding-bottom:10px;
	border-bottom:solid 3px #F3F3F3;
}
.boxProductosSchiaffino img{
	width:96%;
	height:auto;
	margin:2%;
	padding-bottom:10px;
	border-bottom:solid 3px #F3F3F3;
}
.boxProductosEdit img{
	width:92%;
	height:auto;
	margin:4%;
	/*padding-bottom:10px;*/
	border-bottom:solid 3px #F3F3F3;
	border-radius:10px;
}
.boxProductosEditBambrella img{
	width:100%;
	height:auto;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	padding-bottom:10px;
	border-bottom:solid 3px #F3F3F3;
}
.boxProductosEditSabrina img{
	width:100%;
	height:auto;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	padding-bottom:10px;
	border-bottom:solid 3px #F3F3F3;
}
.boxProductosEditAwneen img{
	width:100%;
	height:auto;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	padding-bottom:10px;
	border-bottom:solid 3px #F3F3F3;
}
.boxProductosEditFuzzi img{
	width:100%;
	height:auto;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	padding-bottom:10px;
	border-bottom:solid 3px #F3F3F3;
}
.boxProductosEditSchiaffino img{
	width:100%;
	height:auto;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	padding-bottom:10px;
	border-bottom:solid 3px #F3F3F3;
}
.boxProductos p{
	width:50%;
	text-align:center;
	height:auto;
	font-family: 'FontAwesome', sans-serif;
	font-size:15px;
	color:#868686;
	/*padding-top:5px;
	padding-bottom:5px;*/
}
.boxProductosMenu p{
	width:95%;
	text-align:left;
	height:auto;
	font-family: 'FontAwesome', sans-serif;
	font-size:16px;
	color:#7a7a7a;
	padding-left:5%;
	padding-bottom:5%;
}
.boxProductosMenu h1{
	width:95%;
	text-align:left;
	height:auto;
	font-family: 'FontAwesome', sans-serif;
	font-size:20px;
	color:#7a7a7a;
	padding-left:5%;
	padding-bottom:5%;
	padding-top:5%;
}
.boxProductosBambrella p{
	width:95%;
	text-align:center;
	height:auto;
	font-family: 'FontAwesome', sans-serif;
	font-size:15px;
	color:#363636;
	padding-top:5px;
	padding-bottom:5px;
}
.boxProductosSabrina p{
	width:95%;
	text-align:center;
	height:auto;
	font-family: 'FontAwesome', sans-serif;
	font-size:15px;
	color:#363636;
	padding-top:5px;
	padding-bottom:5px;
}
.boxProductosAwneen p{
	width:95%;
	text-align:center;
	height:auto;
	font-family: 'FontAwesome', sans-serif;
	font-size:15px;
	color:#363636;
	padding-top:5px;
	padding-bottom:5px;
}
.boxProductosFuzzi p{
	width:95%;
	text-align:center;
	height:auto;
	font-family: 'FontAwesome', sans-serif;
	font-size:13px;
	color:#363636;
	padding-top:5px;
	padding-bottom:5px;
}
.boxProductosSchiaffino p{
	width:95%;
	text-align:center;
	height:auto;
	font-family: 'FontAwesome', sans-serif;
	font-size:13px;
	color:#363636;
	padding-top:5px;
	padding-bottom:5px;
}
.boxProductosEdit p{
	width:50%;
	text-align:center;
	height:auto;
	font-family: 'FontAwesome', sans-serif;
	font-size:15px;
	color:#363636;
	padding-bottom:5px;
}
.boxProductosEdit p.sun{
	width:92%;
	margin-left:4%;
	margin-right:4%;
	text-align:justify;
	height:auto;
	font-family: 'FontAwesome', sans-serif;
	font-size:14px;
	color:#363636;
	padding-bottom:2px;
}
.boxProductosEdit p.sun2{
	width:92%;
	margin-left:4%;
	margin-right:4%;
	margin-bottom:2px;
	text-align:justify;
	height:auto;
	font-family: 'FontAwesome', sans-serif;
	font-size:14px;
	color:#363636;
	padding-bottom:1px;
	border-bottom:solid 3px #F3F3F3;
}
.boxProductosEdit p.sun3{
	width:92%;
	margin-left:4%;
	margin-right:4%;
	text-align:justify;
	height:auto;
	font-family: 'FontAwesome', sans-serif;
	font-size:14px;
	color:#dd5f13;
	padding-bottom:2px;
}
.boxProductos p.sun{
	width:92%;
	margin-left:4%;
	margin-right:4%;
	text-align:justify;
	height:auto;
	font-family: 'FontAwesome', sans-serif;
	font-size:14px;
	color:#363636;
	padding-bottom:2px;
}
.boxProductos p.sun2{
	width:92%;
	margin-left:4%;
	margin-right:4%;
	margin-bottom:2px;
	text-align:justify;
	height:auto;
	font-family: 'FontAwesome', sans-serif;
	font-size:14px;
	color:#363636;
	padding-bottom:1px;
	border-bottom:solid 3px #F3F3F3;
}
.boxProductos p.sun3{
	width:92%;
	margin-left:4%;
	margin-right:4%;
	text-align:justify;
	height:auto;
	font-family: 'FontAwesome', sans-serif;
	font-size:14px;
	color:#dd5f13;
	padding-bottom:2px;
}
.boxProductosEditBambrella p{
	width:95%;
	text-align:center;
	height:auto;
	font-family: 'FontAwesome', sans-serif;
	font-size:15px;
	color:#363636;
	padding-top:5px;
	padding-bottom:5px;
}
.boxProductosEditSabrina p{
	width:95%;
	text-align:center;
	height:auto;
	font-family: 'FontAwesome', sans-serif;
	font-size:15px;
	color:#363636;
	padding-top:5px;
	padding-bottom:5px;
}
.boxProductosEditAwneen p{
	width:95%;
	text-align:center;
	height:auto;
	font-family: 'FontAwesome', sans-serif;
	font-size:15px;
	color:#363636;
	padding-top:5px;
	padding-bottom:5px;
}
.boxProductosEditFuzzi p{
	width:95%;
	text-align:center;
	height:auto;
	font-family: 'FontAwesome', sans-serif;
	font-size:13px;
	color:#363636;
	padding-top:5px;
	padding-bottom:5px;
}
.boxProductosEditSchiaffino p{
	width:95%;
	text-align:center;
	height:auto;
	font-family: 'FontAwesome', sans-serif;
	font-size:13px;
	color:#363636;
	padding-top:5px;
	padding-bottom:5px;
}
.boxProductosEdit p.desc{
	width:100%;
	text-align:center;
	height:auto;
	font-family: 'FontAwesome', sans-serif;
	font-size:12px;
	color:#363636;
	padding-top:5px;
	padding-bottom:5px;
}
.boxProductosEditFuzzi p.desc{
	width:100%;
	text-align:center;
	height:auto;
	font-family: 'FontAwesome', sans-serif;
	font-size:12px;
	color:#363636;
	padding-top:5px;
	padding-bottom:5px;
}
.boxProductos input[type="submit"] {
	font-size: 12px;
	line-height: 1.5em;
	/*margin: 0;
	padding: 0;*/
	float: right !important;
	margin: 0;
	padding: 0;
	border-radius: 15px;
	padding-left: 1.5%;
	padding-right: 1.5%;
	background-color: #f3f3f3;
	border: solid 1px;
	border-color: #7f7f7f;
	color: #7f7f7f;
	padding-bottom: 0.2%;
	margin-bottom: 2%;
	width: 40%;
	margin-right: 2%;
}
.boxProductosMenu input[type="submit"] {
	width:100%;
	background-color: #e14d4d;
	float:right;
	border: 1px solid #ed202e;
	-webkit-border-radius: 3px 3px 10px 10px;
	-moz-border-radius: 3px 3px 10px 10px;
	border-radius: 3px 3px 10px 10px;
	color: #fff;
	text-align: center;
	line-height: 22px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 1px rgba(0, 0, 0, .2) ;
	-moz-box-shadow: hoff voff radius color;
	box-shadow: hoff voff radius color;
	text-shadow: 0 1px 0 #000;
	cursor:pointer;
}
.boxProductosBambrella input[type="submit"] {
	width:100%;
	background-color: #e14d4d;
	float:right;
	border: 1px solid #ed202e;
	-webkit-border-radius: 3px 3px 10px 10px;
	-moz-border-radius: 3px 3px 10px 10px;
	border-radius: 3px 3px 10px 10px;
	color: #fff;
	text-align: center;
	line-height: 22px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 1px rgba(0, 0, 0, .2) ;
	-moz-box-shadow: hoff voff radius color;
	box-shadow: hoff voff radius color;
	text-shadow: 0 1px 0 #000;
	cursor:pointer;
}
.boxProductosAwneen input[type="submit"] {
	width:100%;
	background-color: #e14d4d;
	float:right;
	border: 1px solid #ed202e;
	-webkit-border-radius: 3px 3px 10px 10px;
	-moz-border-radius: 3px 3px 10px 10px;
	border-radius: 3px 3px 10px 10px;
	color: #fff;
	text-align: center;
	line-height: 22px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 1px rgba(0, 0, 0, .2) ;
	-moz-box-shadow: hoff voff radius color;
	box-shadow: hoff voff radius color;
	text-shadow: 0 1px 0 #000;
	cursor:pointer;
}
.boxProductosFuzzi input[type="submit"] {
	width:100%;
	background-color: #e14d4d;
	float:right;
	border: 1px solid #ed202e;
	-webkit-border-radius: 3px 3px 10px 10px;
	-moz-border-radius: 3px 3px 10px 10px;
	border-radius: 3px 3px 10px 10px;
	color: #fff;
	text-align: center;
	line-height: 22px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 1px rgba(0, 0, 0, .2) ;
	-moz-box-shadow: hoff voff radius color;
	box-shadow: hoff voff radius color;
	text-shadow: 0 1px 0 #000;
	cursor:pointer;
}
.boxProductosEdit input[type="submit"] {
	width:50%;
	background-color: #F3F3F3;
	float:right;
	border: 1px solid #4444;
	-webkit-border-radius: 3px 3px 10px 10px;
	-moz-border-radius: 3px 3px 10px 10px;
	border-radius: 3px 3px 10px 10px;
	color: #fff;
	text-align: center;
	line-height: 22px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 1px rgba(0, 0, 0, .2) ;
	-moz-box-shadow: hoff voff radius color;
	box-shadow: hoff voff radius color;
	text-shadow: 0 1px 0 #000;
	cursor:pointer;
}
.boxProductosEditBambrella input[type="submit"] {
	width:50%;
	background-color: #e14d4d;
	float:right;
	border: 1px solid #ed202e;
	-webkit-border-radius: 3px 3px 10px 10px;
	-moz-border-radius: 3px 3px 10px 10px;
	border-radius: 3px 3px 10px 10px;
	color: #fff;
	text-align: center;
	line-height: 22px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 1px rgba(0, 0, 0, .2) ;
	-moz-box-shadow: hoff voff radius color;
	box-shadow: hoff voff radius color;
	text-shadow: 0 1px 0 #000;
	cursor:pointer;
}
.boxProductosEditAwneen input[type="submit"] {
	width:50%;
	background-color: #e14d4d;
	float:right;
	border: 1px solid #ed202e;
	-webkit-border-radius: 3px 3px 10px 10px;
	-moz-border-radius: 3px 3px 10px 10px;
	border-radius: 3px 3px 10px 10px;
	color: #fff;
	text-align: center;
	line-height: 22px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 1px rgba(0, 0, 0, .2) ;
	-moz-box-shadow: hoff voff radius color;
	box-shadow: hoff voff radius color;
	text-shadow: 0 1px 0 #000;
	cursor:pointer;
}
.boxProductosEditFuzzi input[type="submit"] {
	width:50%;
	background-color: #e14d4d;
	float:right;
	border: 1px solid #ed202e;
	-webkit-border-radius: 3px 3px 10px 10px;
	-moz-border-radius: 3px 3px 10px 10px;
	border-radius: 3px 3px 10px 10px;
	color: #fff;
	text-align: center;
	line-height: 22px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 1px rgba(0, 0, 0, .2) ;
	-moz-box-shadow: hoff voff radius color;
	box-shadow: hoff voff radius color;
	text-shadow: 0 1px 0 #000;
	cursor:pointer;
}
.boxProductosEditSchiaffino input[type="submit"] {
	width:50%;
	background-color: #e14d4d;
	float:right;
	border: 1px solid #ed202e;
	-webkit-border-radius: 3px 3px 10px 10px;
	-moz-border-radius: 3px 3px 10px 10px;
	border-radius: 3px 3px 10px 10px;
	color: #fff;
	text-align: center;
	line-height: 22px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 1px rgba(0, 0, 0, .2) ;
	-moz-box-shadow: hoff voff radius color;
	box-shadow: hoff voff radius color;
	text-shadow: 0 1px 0 #000;
	cursor:pointer;
}
.boxInner {
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
	overflow: hidden;
	width: 100%;
}
.boxInner img {
	/*width: 100%;*/
	width: 50%;
}
.boxInner .titleBox {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: -50px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding: 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
	margin-bottom: 0;
}

@media only screen and (max-width : 480px) {
	/* Smartphone view: 1 tile */
.buscar{
	width:100%;
	padding-top:5%;
}
.box {
	width: 50%;
    padding-bottom: 50%;
}

.boxProductos {
	width: 47.5%;
    padding-bottom: 1.6%;
}
.boxProductosMenu {
	width: 47.5%;
    padding-bottom: 1.6%;
}
.boxProductosBambrella {
	width: 47.5%;
    padding-bottom: 1.6%;
}
.boxProductosAwneen {
	width: 47.5%;
    padding-bottom: 1.6%;
}
.boxProductos p{
	font-size:12px;
}
.boxProductosMenu p{
	font-size:12px;
}
.boxProductosBambrella p{
	font-size:12px;
}
.boxProductosAwneen p{
	font-size:12px;
}
.boxProductosEdit p{
	font-size:12px;
}
.boxProductosEditBambrella p{
	font-size:12px;
}
.boxProductosEdit p.desc{
	font-size:11px;
}
.boxProductosEdit {
	width: 47.5%;
    padding-bottom: 1.6%;
}
.boxProductosEditBambrella {
	width: 47.5%;
    padding-bottom: 1.6%;
}
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
/* Tablet view: 2 tiles */
.box {
    width: 33.3333333%;
    padding-bottom: 33%;
}
.boxProductos {
    width: 47.5%;
    padding-bottom: 1.6%;
}
.boxProductosMenu {
    width: 47.5%;
    padding-bottom: 1.6%;
}
.boxProductosBambrella {
    width: 47.5%;
    padding-bottom: 1.6%;
}
.boxProductosAwneen {
    width: 47.5%;
    padding-bottom: 1.6%;
}
.boxProductosEdit {
    width: 47.5%;
    padding-bottom: 1.6%;
}
.boxProductosEditBambrella {
    width: 47.5%;
    padding-bottom: 1.6%;
}
}
@media only screen and (max-width : 1050px) and (min-width : 651px) {
/* Small desktop / ipad view: 3 tiles */
.box {
    width: 25%;
    padding-bottom: 25%;
}
.boxProductos {
    width: 30.8%;
    padding-bottom: 1.6%;
}
	
.boxProductosMenu {
    width: 30.8%;
    padding-bottom: 1.6%;
}
.boxProductosBambrella {
    width: 30.8%;
    padding-bottom: 1.6%;
}
.boxProductosAwneen {
    width: 30.8%;
    padding-bottom: 1.6%;
}
.boxProductosEdit {
    width: 30.8%;
    padding-bottom: 1.6%;
}
.boxProductosEditBambrella {
    width: 30.8%;
    padding-bottom: 1.6%;
}
}
@media only screen and (max-width : 1290px) and (min-width : 1051px) {
/* Medium desktop: 4 tiles */
/*.box {
    /*width: 25%;*/
   /* padding-bottom: 15%;*/
   padding-bottom: 20%;
}*/
.boxProductos {
    width: 22.4%;
    padding-bottom: 1.6%;
}
.boxProductosMenu {
    width: 22.4%;
    padding-bottom: 1.6%;
}
.boxProductosBambrella {
    width: 22.4%;
    padding-bottom: 1.6%;
}
.boxProductosAwneen {
    width: 22.4%;
    padding-bottom: 1.6%;
}
.boxProductosEdit {
    width: 22.4%;
    padding-bottom: 1.6%;
}
.boxProductosEditBambrella {
    width: 22.4%;
    padding-bottom: 1.6%;
}
/*.wrap {
	overflow: hidden;
    margin: 10px;
	width:50%;
	float:right;
	margin-top: -2%;
}*/

}
@media screen and (max-width: 1024px){
	#treeshades3{
		background-size: cover;
	}
	#toldiva3{
		background-size: cover;
	}
	#schiaffino3{
		background-size: cover;
	}
}
@media screen and (max-width: 1280px){
	#primera{
	height: 650px;
	}
	.seccion{
		height:  500px;
	}
	.wrap {
		margin-top: 0%;
	}
	#toldiva4 {
		background-size: cover;
	}
	
}
@media screen and (max-width: 1440px){
	.box2 {
	padding-bottom: 25% !important;
	}
	.wrap {
		margin-top: 1%;
	}
	.wrap2{
		margin-top: -9% !important;
	}
	.box2{
		padding-bottom: 26%;
	}
	.seccion{
	height: 480px;
	}
	#primera{
		height: 850px;
		margin-top: 5%;
	}
	.boxProductos p{
		font-size: 12px;
	}
	.boxProductos input[type="submit"]{
		width: 60%;
	}
	.carrito a{
		font-size: 10px;
	}
}
@media screen and (max-width: 1600px){
.boxProductos p{
	font-size: 12px;
}
.seccion{
	height: 540px !important;
}
.imgtit{
	width: 40%;
}
.carrito h1 {
	font-size: 40px !important;
	padding-bottom: 2% !important;
	padding-top: 2% !important;
}
.prod {
	font-size: 20px !important;
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}
.total {
	font-size: 18px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.datoscliente h1 {
	font-size: 24px !important;
	color: #868686 !important;
}
.datoscliente .campo {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.datoscliente .datos {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.total input[type="submit"] {
	width: 80% !important;
}
.wrap{
	width: 47%;
	margin-right: 0%;
	margin-top: 2%;
}
.wrap .box{
	padding-bottom: 17%;
}
.wrap h1{
	font-size: 56px;
	margin-top: 4%;
	margin-bottom: 3%;
}
.wrap p{
	font-size: 14px;
	margin-bottom: 2%;
}
#primera{
	height: 820px !important;
	margin-top: -2% !important;
}
.separa {
width: 90% !important;
}
.seccion2 {
	height: 870px;
}
.seccion h1{
	font-size: 36px;
	color:#7a7a7a;
	margin-left: 1%;
	margin-top:-18px;
}
.wrap2 {
	width:20%;
	margin-left: -2%;
	margin-top: -9%;
}
.box2 {
	padding-bottom: 20% !important;
	padding-right: 5%;
	width: 30%;
}
.boxProductos input[type="submit"] {
	font-size: 0.8em;
	width: 50%;
}
.total .pedido{
	width: 25% !important;
}
.carrito a{
	font-size: 12px !important;
}
.total input[type="button"] {
	width: 95% !important;
}
input{
	width: auto;
	font-size: 12px;
	padding-left: 1%;
	padding-right: 1%;
}
#treeshades3 {
	background-size: contain !important;
}
#treeshades3:hover {
	background-size: contain !important;
}
#treeshades4{
	background-size: contain !important;
}
#toldiva3{
	background-size: contain !important;
}
#toldiva3:hover{
	background-size: contain !important;
}
#toldiva4{
	background-size: contain !important;
}
#bambrella3{
	background-size: contain !important;
}
#bambrella3:hover {
	background-size: contain !important;
}
#bambrella4{
	background-size: contain !important;
}
#ombra3{
background-size: contain !important;
}
#ombra3:hover{
	background-size: contain !important;
}
#ombra4{
	background-size: contain !important;
}
#textilene3{
	background-size: contain !important;
}
#textilene3:hover{
	background-size: contain !important;
}
#textilene4{
	background-size: contain !important;
}
#block3{
	background-size: contain !important;
}
#block3:hover{
	background-size: contain !important;
}
#block4{
	background-size: contain !important;
}
#spradling3{
	background-size: contain !important;
}
#spradling3:hover{
	background-size: contain !important;
}
#spradling4{
	background-size: contain !important;
}
#plastikplanen3{
	background-size: contain !important;
}
#plastikplanen3:hover{
	background-size: contain !important;
}
#plastikplanen4{
	background-size: contain !important;
}
#fuzzi3{
	background-size: contain !important;
}
#fuzzi3:hover{
	background-size: contain !important;
}
#fuzzi4{
	background-size: contain !important;
}
#jonathan3{
	background-size: contain !important;
}
#jonathan3:hover{
	background-size: contain !important;
}
#jonathan4{
	background-size: contain !important;
}
#sabrina3{
	background-size: contain !important;
}
#sabrina3:hover{
	background-size: contain !important;
}
#sabrina4{
	background-size: contain !important;
}
#schiaffino3{
	background-size: contain !important;
}
#schiaffino3:hover{
	background-size: contain !important;
}
#schiaffino4{
	background-size: contain !important;
}
#bird3{
	background-size: contain !important;
}
#bird3:hover{
	background-size: contain !important;
}
#bird4{
	background-size: contain !important;
}
#awneen3{
	background-size: contain !important;
}
#awneen3:hover{
	background-size: contain !important;
}
#awneen4{
	background-size: contain !important;
}
#sioen3{
	background-size: contain !important;
}
#sioen3:hover{
	background-size: contain !important;
}
#sioen4{
	background-size: contain !important;
}
#sunbrella3{
	background-size: contain !important;
}
#sunbrella3:hover{
	background-size: contain !important;
}
#sunbrella4{
	background-size: contain !important;
}
}
@media screen and (max-width: 1920px) {
.buscar form{
right: 170px !important;
}
.imgtit{
	width: 40%;
}

body.productos {
	width: 95%;
}
.total .pedido{
	width: 32% !important;
}
.total input[type="button"] {
	font-size: .8em !important;
	width: 95% !important;
}
.total .treinta{
	width: 18% !important;
}
	.cantcarr{
	width: 20% !important;
}

#primera{
	height: 1100px;
	/*margin-bottom: 2%;*/
	margin-top: 5%;
}
.seccion{
	height:630px;
	margin-left: 10.8%;
	margin-right: 5%;
}
.seccion h1{
	/*font-size: 40px;*/
	font-size: 36px;
}
.wrap2 {
	width: 20%;
}
.wrap {
	margin-right: 0%;
}
.box2 {
	padding-bottom: 22%;
}
.boxProductos input[type="submit"] {
	font-size: 12px;
	width: 55%;
}
.total .setenta{
	margin-left: 5%;
}
}

#treeshades{
     background: url('../images/logos/tree-bn.jpg') no-repeat right;
     height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#treeshades:hover{
	 background: url('../images/logos/tree.jpg') no-repeat right;
	 background-size: cover;
}
#treeshades2{
	 background: url('../images/logos/tree.jpg') no-repeat right;
	 height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#treeshades3{
     background: url('../images/logos/tree-bn.jpg') no-repeat center;
     height: 100%;
     width: 100%; 
     display: block;
	
}
#treeshades4{
     background: url('../images/logos/tree.jpg') no-repeat center;
     height: 100%;
     width: 100%; 
     display: block;
	}
#treeshades3:hover{
	 background: url('../images/logos/tree.jpg') no-repeat center;
	 
}

#toldiva{
     background: url('../images/logos/toldi-bn.jpg') no-repeat left;
     height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#toldiva:hover{
     background: url('../images/logos/toldi.jpg') no-repeat left;
	 background-size: cover;
}
#toldiva2{
     background: url('../images/logos/toldi.jpg') no-repeat left;
	height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#toldiva3{
     background: url('../images/logos/toldi-bn.jpg') no-repeat center;
     height: 100%;
     width: 100%; 
     display: block;
	
}
#toldiva3:hover{
     background: url('../images/logos/toldi.jpg') no-repeat center;
	
}
#toldiva4{
     background: url('../images/logos/toldi.jpg') no-repeat center;
     height: 100%;
     width: 100%; 
     display: block;
}

#jonathan
{
     background: url('../images/logos/jm-bn.jpg') no-repeat right;
     height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}

#jonathan:hover
{
	background: url('../images/logos/jm.jpg') no-repeat right;
	background-size: cover;
 
}
#jonathan2
{
	background: url('../images/logos/jm.jpg') no-repeat right;
 height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#jonathan3
{
     background: url('../images/logos/jm-bn.jpg') no-repeat center;
     height: 100%;
     width: 100%; 
	 padding-top: 9%;
     display: block;

}

#jonathan3:hover
{
	background: url('../images/logos/jm.jpg') no-repeat center;

 
}
#jonathan4
{
     background: url('../images/logos/jm.jpg') no-repeat center;
     height: 100%;
     width: 100%; 
     display: block;
}

#fuzzi{
     background: url('../images/logos/fuzz-bn.jpg') no-repeat left;
     height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#fuzzi:hover{
	background: url('../images/logos/fuzz.jpg') no-repeat left;
	background-size: cover;
}
#fuzzi2{
	background: url('../images/logos/fuzz.jpg') no-repeat left;
	height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#fuzzi3{
     background: url('../images/logos/fuzz-bn.jpg') no-repeat center;
     height: 100%;
     width: 100%; 
     display: block;
	 
}
#fuzzi3:hover{
	background: url('../images/logos/fuzz.jpg') no-repeat center;

}
#fuzzi4{
     background: url('../images/logos/fuzz.jpg') no-repeat center;
     height: 100%;
     width: 100%; 
     display: block;
}

#sabrina{
     background: url('../images/logos/sabrina-bn.jpg') no-repeat right;
     height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#sabrina:hover{
	background: url('../images/logos/sabrina.jpg') no-repeat right;
	background-size: cover;
}
#sabrina2{
	background: url('../images/logos/sabrina.jpg') no-repeat right;
	height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#sabrina3{
     background: url('../images/logos/sabrina-bn.jpg') no-repeat center;
     height: 100%;
     width: 100%; 
     display: block;

}
#sabrina3:hover{
	background: url('../images/logos/sabrina.jpg') no-repeat center;

}
#sabrina4{
     background: url('../images/logos/sabrina.jpg') no-repeat center;
     height: 100%;
     width: 100%; 
     display: block;
}

#schiaffino{
     background: url('../images/logos/scf-bn.jpg') no-repeat left;
     height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#schiaffino:hover{
	background: url('../images/logos/scf.jpg') no-repeat left;
	background-size: cover;
}
#schiaffino2{
	background: url('../images/logos/scf.jpg') no-repeat left;
	height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#schiaffino3{
     background: url('../images/logos/scf-bn.jpg') no-repeat center;
     height: 100%;
     width: 100%; 
     display: block;
	
}
#schiaffino3:hover{
	background: url('../images/logos/scf.jpg') no-repeat center;

}
#schiaffino4{
	background: url('../images/logos/scf.jpg') no-repeat center;
	height: 100%;
     width: 100%; 
     display: block;
}

#bird{
     background: url('../images/logos/bk-bn.jpg') no-repeat right;
     height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#bird:hover{
	background: url('../images/logos/bk.jpg') no-repeat right;
	background-size: cover;
}
#bird2{
	background: url('../images/logos/bk.jpg') no-repeat right;
	height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#bird3{
     background: url('../images/logos/bk-bn.jpg') no-repeat center;
     height: 100%;
     width: 100%; 
     display: block;
	
}
#bird3:hover{
	background: url('../images/logos/bk.jpg') no-repeat center;
	
}

#awneen{
     background: url('../images/logos/aw-bn.jpg') no-repeat left;
     height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#awneen:hover{
	 background: url('../images/logos/aw.jpg') no-repeat left;
	 background-size: cover;
}
#awneen2{
	 background: url('../images/logos/aw.jpg') no-repeat left;
	 height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#awneen3{
     background: url('../images/logos/aw-bn.jpg') no-repeat center;
     height: 100%;
     width: 100%; 
     display: block;
	
}
#awneen3:hover{
	 background: url('../images/logos/aw.jpg') no-repeat center;

}

#sunbrella{
     background: url('../images/logos/sun-bn.jpg') no-repeat left;
     height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#sunbrella:hover{
	background: url('../images/logos/sun.jpg') no-repeat left;
	background-size: cover;
}
#sunbrella2{
	background: url('../images/logos/sun.jpg') no-repeat left;
	height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#sunbrella3{
     background: url('../images/logos/sun-bn.jpg') no-repeat center;
     height: 100%;
     width: 100%; 
     display: block;

}
#sunbrella3:hover{
	background: url('../images/logos/sun.jpg') no-repeat center;

}
#sunbrella4{
     background: url('../images/logos/sun.jpg') no-repeat center;
     height: 100%;
     width: 100%; 
     display: block;
}

#sioen{
     background: url('../images/logos/sioen-bn.jpg') no-repeat right;
     height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#sioen:hover{
	background: url('../images/logos/sioen.jpg') no-repeat right;
	background-size: cover;
}
#sioen2{
	background: url('../images/logos/sioen.jpg') no-repeat right;
	height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#sioen3{
     background: url('../images/logos/sioen-bn.jpg') no-repeat center;
     height: 100%;
     width: 100%; 
     display: block;

}
#sioen3:hover{
	background: url('../images/logos/sioen.jpg') no-repeat center;
	
}

#spradling{
     background: url('../images/logos/sprad-bn.jpg') no-repeat left;
     height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#spradling:hover{
	background: url('../images/logos/sprad.jpg') no-repeat left;
	background-size: cover;
}
#spradling2{
	background: url('../images/logos/sprad.jpg') no-repeat left;
	height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#spradling3{
     background: url('../images/logos/sprad-bn.jpg') no-repeat center;
     height: 100%;
     width: 100%; 
     display: block;

}
#spradling3:hover{
	background: url('../images/logos/sprad.jpg') no-repeat center;
	
}
#spradling4{
	background: url('../images/logos/sprad.jpg') no-repeat center;
	height: 100%;
     width: 100%; 
     display: block;
}

#plastikplanen{
     background: url('../images/logos/pp-bn.jpg') no-repeat right;
     height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#plastikplanen:hover{
	background: url('../images/logos/pp.jpg') no-repeat right;
	background-size: cover;
}
#plastikplanen2{
	background: url('../images/logos/pp.jpg') no-repeat right;
	height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#plastikplanen3{
     background: url('../images/logos/pp-bn.jpg') no-repeat center;
     height: 100%;
     width: 100%; 
     display: block;
	
}
#plastikplanen3:hover{
	background: url('../images/logos/pp.jpg') no-repeat center;
	
}

#textilene{
     background: url('../images/logos/texti-bn.jpg') no-repeat left;
     height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#textilene:hover{
	background: url('../images/logos/texti.jpg') no-repeat left;
	background-size: cover;
}
#textilene2{
	background: url('../images/logos/texti.jpg') no-repeat left;
	height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#textilene3{
     background: url('../images/logos/texti-bn.jpg') no-repeat center;
     height: 100%;
     width: 100%; 
     display: block;
	
}
#textilene3:hover{
	background: url('../images/logos/texti.jpg') no-repeat center;
	
}
#textilene4{
     background: url('../images/logos/texti.jpg') no-repeat center;
     height: 100%;
     width: 100%; 
     display: block;
}

#block{
     background: url('../images/logos/bc-bn.jpg') no-repeat right;
     height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#block:hover{
	background: url('../images/logos/bc.jpg') no-repeat right;
	background-size: cover;
}
#block2{
	background: url('../images/logos/bc.jpg') no-repeat right;
	height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#block3{
     background: url('../images/logos/bc-bn.jpg') no-repeat center;
     height: 100%;
     width: 100%; 
     display: block;
	
}
#block3:hover{
	background: url('../images/logos/bc.jpg') no-repeat center;

}
#block4{
	background: url('../images/logos/bc.jpg') no-repeat center;
	height: 100%;
     width: 100%; 
     display: block;
}

#bambrella{
     background: url('../images/logos/bam-bn.jpg') no-repeat right;
     height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#bambrella:hover{
	background: url('../images/logos/bam.jpg') no-repeat right;
	background-size: cover;
}
#bambrella2{
	background: url('../images/logos/bam.jpg') no-repeat right;
	height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#bambrella3{
     background: url('../images/logos/bam-bn.jpg') no-repeat center;
     height: 100%;
     width: 100%; 
     display: block;

}
#bambrella3:hover{
	background: url('../images/logos/bam.jpg') no-repeat center;
	
}

#ombra{
     background: url('../images/logos/ombra-bn.jpg') no-repeat left;
     height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#ombra:hover{
	 background: url('../images/logos/OMBRA.jpg') no-repeat left;
	 background-size: cover;
}
#ombra2{
	 background: url('../images/logos/OMBRA.jpg') no-repeat left;
	 height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#ombra3{
     background: url('../images/logos/ombra-bn.jpg') no-repeat center;
     height: 100%;
     width: 100%; 
     display: block;
	
}
#ombra3:hover{
	 background: url('../images/logos/OMBRA.jpg') no-repeat center;
	 
}

#soluciones_ferreteria{
     background: url('../images/logos/soluciones_ferreteria.jpg') no-repeat left;
     height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#soluciones_ferreteria{
	 background: url('../images/logos/soluciones_ferreteria_hover.jpg') no-repeat left;
	 background-size: cover;
}

#malla-sombra{
     background: url('../images/logos/malla-sombra.jpg') no-repeat left;
     height: 100%;
     width: 100%; 
     display: block;
	 background-size: cover;
}
#malla-sombra:hover{
	 background: url('../images/logos/malla-sombra_hover.jpg') no-repeat left;
	 background-size: cover;
}
#marcas {
	background: url('../images/icon/li_marcas.png');
	background-size: cover;
}
/*****BUSCAR*****************/
.buscar{
	width:87%;
	height:auto;
	margin:0 auto;
	padding-top:2%;
	padding-bottom:1%;
}
.buscar .logo{
	text-align: center;	
	margin-left: 45%;
	margin-bottom: 2%;
}
.buscar a{
	float:right;
	font-family:'FontAwesome', sans-serif;
	/*background-color: #e14d4d;
	border: 1px solid #ed202e;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #868686;
	text-align: center;
	line-height: 22px;
	/*-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 1px rgba(0, 0, 0, .2) ;*/
	-moz-box-shadow: hoff voff radius color;
	box-shadow: hoff voff radius color;
	cursor:pointer;
	text-decoration:none;
	padding: 0px 7px 0px 7px;
	margin-left:1.6%;
	margin-top: 5%;
}
.buscar form{
	float:right;
	position: absolute;
	top: 15px;
	right: 325px;
}
.buscar label {
	font-size:20px;
	font-family: 'FontAwesome', sans-serif;
	color: #676767;
	text-shadow: 0 1px 0 #fff;
}
.buscar input[type="text"] {
	font-size:15px;
	border: none;
  	padding-left: 5px;
	border: 1px solid #c3c3c3;
	background-color: #fff;
  	/*background: -webkit-linear-gradient(top, #c3c3c3 0%, #eaeaea 100%);	*/
	color: #363636;
	outline: none;
	width: 60%;
}
.buscar input[type="submit"] {
	background-color: #fff;
	border: 1px solid #868686;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #868686;
	text-align: center;
	line-height: 22px;
	-moz-box-shadow: hoff voff radius color;
	box-shadow: hoff voff radius color;
	cursor:pointer;
	font-weight: bold;
	border-radius: 45px;
	margin-right: 2%;
}
.carrito{
	width:70%;
	height:auto;
	margin:0 auto;
	float: right;
	margin-right: 8%;
}
.carrito h1{
	/**font-size:22px;*/
	font-size: 56px;
	/*padding-left: 12%;*/
	padding-left: 4%;
	text-transform:uppercase;
	letter-spacing:3px;
	font-family:'FontAwesome', sans-serif;
	color:#7f7f7f;
	width:100%;
	padding-bottom:5%;
	padding-top:5%;
	border-bottom:solid 5px #FFF;
}
.carrito a{
	text-decoration:none;
	color:#7f7f7f;
	border: solid 1px;
	border-radius: 15px;
	padding-left: 1.5%;
	padding-right: 1.5%;
	padding-top: .5%;
	padding-bottom: .5%;
	font-size:16px;
}
.prod{
	/*width:98%;*/
	width: 88%;
	height:auto;
	float:left;
	border-bottom:solid 5px #FFF;
	padding-top:15px;
	padding-left:4%;
	padding-bottom:15px;
	color:#5b5b5b;
	/*font-size:14px;*/
	font-size: 24px;
	text-transform:uppercase;
	letter-spacing:3px;
	font-family:'FontAwesome', sans-serif;
}
.prod .producto{
	width:70%;
	height:auto;
	float:left;
	color: #7f7f7f;
}
.prod .cantidad{
	width:30%;
	height:auto;
	float:left;
	color: #7f7f7f;
}
.prod .cantidadAwneen{
	width:30%;
	height:auto;
	float:left; 
	text-align:center;
}
.prodcarr{
	/*width:100%;*/
	width: 90%;
	padding-left: 2%;
	height:auto;
	float:left;
	border-bottom:solid 5px #FFF;
	padding-top:15px;
	padding-bottom:15px;
	color:#5b5b5b;
	font-size:14px;
	text-transform:uppercase;
	font-family:'FontAwesome', sans-serif;
}
.prodcarrfin{
	width:90%;
	height:auto;
	float:left;
	border-bottom:solid 5px #FFF;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:2%;
	color:#5b5b5b;
	font-size:14px;
	text-transform:uppercase;
	font-family:'FontAwesome', sans-serif;
}
.prodcarr:hover{
	width:90%;
	background:#FFF;
	height:auto;
	float:left;
	border-bottom:solid 5px #FFF;
	padding-top:15px;
	padding-bottom:15px;
	color:#5b5b5b;
	font-size:14px;
	text-transform:uppercase;
	font-family:'FontAwesome', sans-serif;
	transition: 0.3s;
}
.prodcarr .secc1{
	width:68%;
	height:auto;
	float:left;
	padding-left:2%;
}
.prodcarr .secc1 .imagen{
	/*width:20%;*/
	width: 30%;
	height:auto;
	float:left;
}
.prodcarr .secc1 .imagen img{
	width:80%;
	height:auto;
	border:solid 2px #FFF;
	border-radius: 15px;
	
}
.prodcarr .secc1 .nombre{
	width:70%;
	height:auto;
	float:left;
	padding-top:4.5%;
	font-size: 18px;
	letter-spacing:0px;
}
.cantcarr{
	/*width:25%;*/
	width: 23%;
	height:auto;
	float:left;
	text-align:left;
}
.cantcarrAwneen{
	width:25%;
	height:auto;
	float:left;
	text-align:left;
}
.separa{
	width:80%;
	height:auto;
	float:left;
}
.separaAwneen{
	width:80%;
	height:auto;
	float:left;
}
.cantcarr input[type='text']{
	font-size:15px;
	border: none;
	padding:5px 5px 5px 5px;
	border: 2px solid #f4f2f2;
	background-color: #FFF;
  	/*background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);	*/
	color: #363636;
	border-radius: 10px;
	padding-left: 5%;
	padding-right: 5%;
	margin-bottom: 2%;
	float: left !important;
	outline: none;
	text-align:center;
}
.cantcarrAwneen input[type='text']{
	font-size:15px;
	border: none;
	padding:5px 5px 5px 5px;
	margin-top:20px;
	border: 2px solid #ffffff;
	background-color: #f4f2f2;
  	/*background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);	*/
	color: #363636;
	outline: none;
	text-align:center;
}
.cantcarr input[type='image']{
	font-size:15px;
	border: none;
	color: #363636;
	outline: none;
	font-family:'FontAwesome', sans-serif;
	border-bottom:none;
	vertical-align:middle;
	padding-top:13%;
}
.cantcarrAwneen input[type='image']{
	font-size:15px;
	border: none;
	color: #363636;
	outline: none;
	font-family:'FontAwesome', sans-serif;
	border-bottom:none;
	vertical-align:middle;
	padding-top:13%;
}
.quitcarr{
	width:5%;
	height:auto;
	float:right !important;
	text-align:left;
}
.quitcarr input[type='image']{
	font-size:15px;
	border: none;
	float:right !important;
	color: #363636;
	outline: none;
	font-family:'FontAwesome', sans-serif;
	border-bottom:none;
	vertical-align:middle;
	padding-top:60%;
}
.total{
	width:100%;
	height:auto;
	float:left;
	font-size:20px;
	border-bottom:solid 5px #FFF;
	padding-top:15px;
	padding-bottom:15px;
	color:#5b5b5b;
	text-transform:uppercase;
	letter-spacing:3px;
	font-family:'FontAwesome', sans-serif;
}
.total .setenta{
	width:20%;
	height:auto;
	float:left;
	display:block;
	padding-bottom:15px;
	padding-top:15px;
}
.total .treinta{
	width:20%;
	height:auto;
	float:left;
	color: #7f7f7f;
	display:inline-block;
	text-align:left;
	padding-bottom:15px;
	padding-top:15px;
}
.total .pedido{
	width:40%;
	height:auto;
	float:right;
	/*margin-left:50%;
	padding: 15px 0 15px 0;*/
}
.pedido .mitad1{
	width:50%;
	height:auto;
	float:right;
	/*padding-right:10%;*/
}
.pedido .mitad2{
	width:50%;
	height:auto;
	float:left;
	
}
.total input[type="submit"] {
	background-color: #868686;
	border: 1px solid #868686;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 150px;
	color: #fff;
	text-align: center;
	padding:10px 5px 10px 5px;
	font-size:16px;
	line-height: 22px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 1px rgba(0, 0, 0, .2) ;
	-moz-box-shadow: hoff voff radius color;
	box-shadow: hoff voff radius color;
	text-shadow: 0 1px 0 #000;
	cursor:pointer;
	width: 55%;
}
.total input[type="button"] {
	font-size: 1em;
	line-height: 1.5em;
	/*margin: 0;
	padding: 0;*/
	float: right !important;
	margin: 0;
	padding: 0;
	border-radius: 15px;
	padding-left: 1.5%;
	padding-right: 1.5%;
	background-color: #fff;
	border: solid 1px;
	border-color: #7f7f7f;
	color: #7f7f7f;
	padding-bottom: 0.2%;
	margin-bottom: 2%;
	width: 95%;
	margin-right: 2%;
}
.nombrefin{
	width:70%;
	height:auto;
	float:left;
	font-size:14px;
}
.cantcarrfin{
	width:30%;
	height:auto;
	float:left;
	font-size:14px;
}
.cantcarrfin .separa2{
	width:45%;
	height:auto;
	float:left;
	border-left:solid 3px #FFF;
	font-size: 18px;
	color: #868686;
	padding-top: 4.5%;
}
.cantcarrfin .separaAwneen{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
}
h2{
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:3px;
	font-family:'FontAwesome', sans-serif;
	color:#e14d4d;
	width:100%;
	padding-bottom:1%;
	border-bottom:solid 5px #FFF;
}
.datoscliente{
	width:100%;
	height:auto;
	display:inline-table;
}
.datoscliente h1{
	font-size:36px;
	text-transform:uppercase;
	letter-spacing:3px;
	font-family:'FontAwesome', sans-serif;
	color:#868686;
	width:100%;
	padding-bottom:1%;
	padding-top:1%;
	border-bottom:solid 5px #FFF;
	background-color:#FFF;
	text-align:center;
}
.datoscliente .datos{
	width:40%;
	height:auto;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
}
.datoscliente .campo{
	width:100%;
	height:auto;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	display:inline-table;
}
.datoscliente .campo input.normal{
	width:97.5%;
	height:auto;
	font-size:15px;
	border: none;
	padding:5px 5px 5px 5px;
	border: 2px solid #868686;
  	/*background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);	*/
	color: #363636;
	outline: none;
}
.datoscliente .campo input{
	width:97.5%;
	height:auto;
	font-size:15px;
	border: none;
	padding:5px 5px 5px 5px;
	border: 2px solid #eaeaea;
  	/*background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);	*/
	color: #363636;
	outline: none;
}
.datoscliente .campo select{
	width:97.5%;
	height:auto;
	font-size:15px;
	border: none;
	padding:5px 5px 5px 5px;
	border: 2px solid #868686;
  	/*background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);	*/
	color: #363636;
	outline: none;
	border-radius: 150px;
	float: right;
}
.carrito h3{
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:3px;
	font-family:'FontAwesome', sans-serif;
	color:#e14d4d;
	width:100%;
	padding-bottom:1%;
	padding-top:1%;
	border-bottom:solid 5px #FFF;
	background-color:#FFF;
	text-align:center;
}
.carrito .final{
	width:40%;
	height:auto;
	float:left;
	border-bottom:solid 3px #FFF;
	padding-top:5px;
	padding-bottom:5px;
	color:#5b5b5b;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:3px;
	font-family:'FontAwesome', sans-serif;
	display:inline-table;
}
.carrito .final2{
	width:60%;
	height:auto;
	float:left;
	border-bottom:solid 3px #FFF;
	padding-top:5px;
	padding-bottom:5px;
	color:#5b5b5b;
	font-size:14px;
	text-transform:uppercase;
	font-family:'FontAwesome', sans-serif;
	display:inline-table;
}
#dialogoverlay{
    display: none;
    opacity: .5;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #fff;
    width: 100%;
    z-index: 10;
}
#dialogbox{
    display: none;
    position: fixed;
    background: #fff;
    border-radius:5px; 
    width:450px;
    z-index: 10;
	border: solid 3px #868686;
}
#dialogbox > div{ background:#FFF; margin:3px; }
#dialogbox > div > #dialogboxhead{ background: #fff; font-family:'FontAwesome', sans-serif; text-transform:uppercase; font-size:22px; padding:20px 0px 15px 0px; text-align:center; color:#5b5b5b; font-weight: bold; width:100%; border-bottom:solid 3px #868686;}
#dialogbox > div > #dialogboxbody{ background:#fff; padding:20px; color:#5b5b5b; font-family:'FontAwesome', sans-serif; font-size:12px; text-transform:uppercase; text-align:center;}
#dialogbox > div > #dialogboxfoot{ background: #fff; padding:5px 0px 0px 0px; text-align:center; }
.botones {
	background-color: #fff;
	border: 1px solid #868686;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 15px;
	color: #5b5b5b;
	text-align: center;
	padding:2px 2px 2px 2px;
	font-size:16px;
	/*line-height: 22px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 1px rgba(0, 0, 0, .2) ;
	-moz-box-shadow: hoff voff radius color;
	box-shadow: hoff voff radius color;
	text-shadow: 0 1px 0 #000;*/
	cursor:pointer;
	margin-left:5px;
	float: right;
	padding-left: 5%;
	padding-right: 5%;
	margin-right: 15%;
	margin-bottom: 8%;
	margin-top: 5%;
	
}
.editar{
	width:50%;
	height:auto;
	margin:0 auto;
	padding-top:3%;
}
.lado1{
	width:20%;
	float:left;
	margin-bottom:20px;
	display:inline-table;
}
.lado2{
	width:80%;
	float:left;
	margin-bottom:20px;
	display:inline-table;
}
.lado2 input{
	width:97.5%;
	height:auto;
	font-size:15px;
	border: none;
	padding:5px 5px 5px 5px;
	border: 2px solid #eaeaea;
  	/*background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);	*/
	color: #363636;
	outline: none;
}
.editar input[type="submit"]{
	background-color: #e14d4d;
	border: 1px solid #ed202e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	padding:2px 2px 2px 2px;
	font-size:16px;
	line-height: 22px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 1px rgba(0, 0, 0, .2) ;
	-moz-box-shadow: hoff voff radius color;
	box-shadow: hoff voff radius color;
	text-shadow: 0 1px 0 #000;
	cursor:pointer;
	margin-left:5px;
	float:right;
}
.editar h1{
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:3px;
	font-family:'FontAwesome', sans-serif;
	color:#e14d4d;
	width:100%;
	padding-bottom:5%;
	border-bottom:solid 5px #FFF;
	text-align:center;
}