@charset "utf-8";

body {
			background-color: #FFFFFF;
		color: #666666;
	font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    /*letter-spacing: 0.5px;*/
    line-height: 16px;
    width: 100%;
    margin: 0 auto;
}

header {
    width: 100%;
}

main{
padding: 5px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width:1100px;
    margin: 0 auto;
    display: block; /*border: 1px solid red;
*/
	clear:  both; }

img {
	border:none;
	vertical-align: middle;
	height: auto;
    max-width: 100%;
}

a
{
	color:#000000;
	text-decoration: none;
}

a:hover
{
	color:#0e1877;
}

.linkUnderline
{
	text-decoration: underline;
}

.linkColor
{
	color: #666666;
}

.linkColor:hover
{
	color: #0e1877;
}

h1
{
	color: #0e1877;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}

h2
{
	margin-bottom: 5px;
	margin-top: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h2 a
{
	color: #000000;
}

h2 a:hover
{
	color: #0e1877;
}

h3
{
	overflow: auto;
	clear: both;
	margin: 20px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 2px solid #f4461b;
	padding-bottom: 5px;
	color: #0e1877;
	font-weight: 600;
	text-transform: uppercase;
}

h4
{
	color: #0e1877;
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
}

h5
{
	font-weight: 600;
	margin-bottom: 5px;
}

#header
{
	z-index: 1001;
}

.content
{
	max-width: 1100px;
	margin: 0 auto;
	padding: 5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.center
{
	text-align: center;
}

.centerVertical
{
	display: table-cell;
    vertical-align: middle;
}

.centerCont
{
	margin: 0 auto;
}

.floatRight
{
	float: right;
}

.alignRight
{
	text-align: right;
}

.floatLeft
{
	float: left;
}

.marginTop
{
	margin-top: 5px;
}

.margin
{
	margin: 5px;
}

.left
{
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.right
{
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.colLeft
{
	padding: 5px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*border: 1px solid red;*/
}

.colRight
{
	padding: 5px;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*border: 1px solid blue;*/
}

.w25
{
	width: 25%;
}

.w33
{
	width: 33.33%;
}

.w40
{
	width: 40%;
}

.w50
{
	width: 50%;
}

.w60
{
	width: 60%;
}

.w75
{
	width: 75%;
}

.w100
{
	width: 100%;
}

.intro
{
	margin: 30px auto;
	width: 90%;
}

.textSmall
{
	font-size: 12px;
}

.textMedium
{
	font-size: 13px;
}

.textBig
{
	font-size: 18px;
	line-height: 18px;
}

.textVeryBig
{
	font-size: 20px;
	line-height: 20px;
}

.textPlus
{
	font-size: 20px;
	line-height: 16px;
}

.fontRegular
{
	font-weight: 500;
}

.colorCorp
{
	color: #0e1877;
}

em, i
{
	font-style: italic;
}

strong, b, .semiBold
{
	font-weight: 600;
}

.bold
{
	font-weight: 800;
}


.view480
{
	display: none;
}

.no480
{
	display: block;
}


.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.block-ellipsis {
	display: block;
  	display: -webkit-box;
  	max-width: 100%;
  	height: 43px;
  	margin: 0 auto;

	line-height: 1;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}


.frame
{
	background-color: #dddddd;
	margin: 5px 0;
	padding: 15px;
	overflow: auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.popup-overlay
{
	left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
	display:none;
	background-color: #777777;
    cursor: pointer;
    opacity: 0.5;
}

.clear
{
	clear:both;
	/*overflow: auto;*/
}

.ancla:before
{
	display: block;
    content: " ";
    margin-top: -160px;
    height: 160px;
    visibility: hidden;
}


.msgOK
{
	clear:both;
	font-family: 'Work Sans', sans-serif;
	border: 1px solid #039E04;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.msgKO
{
	clear:both;
	font-family: 'Work Sans', sans-serif;
	border: 1px solid #FB3A3A;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.msgInfo
{
	clear:both;
	font-family: 'Work Sans', sans-serif;
	border: 1px solid #0e1877;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


input[type=text], input[type=password], textarea
{
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Work Sans', sans-serif;
	font-size: 13px;
}

input[type=submit], input[type=reset], input[type=button]
{
	font-family: 'Work Sans', sans-serif;
	cursor: pointer;
}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover
{
	opacity: 0.9;
}

/*input[type=submit]:active, input[type=reset]:active, input[type=button]:active
{
    letter-spacing: 1px;
}*/

input.error, textarea.error
{
	border: 1px solid #D03837 !important;
}

.form2 label
{
	display: block;
	margin-left: 5px;
	font-weight: normal;
}

label.error
{
	display: block;
	color: #D03837;
	font-style: italic;
	margin-left: 5px;
}


.form
{
	font-size: 13px;
	overflow: auto;
}

.form input[type=text],.form input[type=password], .form select, .form input[type=date],.form input[type=number], .form textarea, .form input[type=tel], .form input[type="email"]
{
	border: 1px solid #000;
	height: 30px;
	margin: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	background-color: #FFF;
}


input[type=text]:focus, input[type=password]:focus, select:focus, input[type=number]:focus, input[type=date]:focus, input[type=tel]:focus, input[type=email]:focus, textarea:focus,
.form input[type=text]:focus, .form input[type=password]:focus, .form select:focus, .form input[type=number]:focus, .form input[type=date]:focus, .form input[type=tel]:focus, .form input[type=email]:focus, .form textarea:focus
{
	outline: none;
	border:  2px solid #000}

.form input[type="number"]
{
	text-align: right;
}

.form input[type="radio"]
{
	float: left;
}


label input[type="radio"] + span, label input[type="radio"] + span::before,
label input[type="checkbox"] + span, label input[type="checkbox"] + span::before
{
	display: inline-block !important;
    vertical-align: middle;
	cursor: pointer;
	margin: 0px;
}

label input[type="radio"],
label input[type="checkbox"]
{
    opacity: 0;
    position: absolute;
}

label:hover span::before
{
    -moz-box-shadow: 0 0 2px #000;
    -webkit-box-shadow: 0 0 2px #000;
    box-shadow: 0 0 2px #000;
}

label input[type="radio"] + span::before,
label input[type="checkbox"] + span::before
{
    content: "";
    width: 12px;
    height: 12px;
    margin: -2px 4px 0 2px;
    border: solid 1px #000;
    text-align: center;

    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;

    background: #FFF;
}

label input[type="radio"]:checked + span::before,
label input[type="checkbox"]:checked + span::before
{
    color: #000;
}

label input[type="radio"]:disabled + span,
label input[type="checkbox"]:disabled + span
{
    cursor: default;
    -moz-opacity: .4;
    -webkit-opacity: .4;
    opacity: .4;
}

label input[type="checkbox"] + span::before
{
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}


label input[type="radio"]:checked + span::before
{
    content: "\2022";
    font-size: 25px;
	line-height: 13px;
}


label input[type="checkbox"]:checked + span::before
{
    content: "\2714";
    font-size: 15px;
}


.form .oneColumn
{
	width: calc(100% - 10px);
}

.form .columnA
{
	width:  calc(50% - 10px);
	float: left;
}

.form .columnB
{
	width: calc(50% - 10px);
	float: right;
}

.form .captcha
{
	text-align: center;
	margin: 10px;
}

.form .captcha img
{
	float: none !important;
	vertical-align: middle !important;
	margin-right: 5px;
}


.large
{
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% - 10px);

}

.medium
{
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(50% - 10px);
}

.small
{
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.marcar
{
	background-color: #fbfbfa !important;
	border: 1px solid ;
}


.disabled
{
	color: #7d7d7d !important;
	background-color: #f2f2f2 !important;
}


.textDisabled
{
	opacity: 0.5
}


.buttonAction
{
	background-color: #0e1877;
	border: 1px solid #f4461b;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 400;
	padding: 5px 20px;
}

a.buttonAction
{
	display: inline-block;
	background-color: #0e1877;
	border: 1px solid #f4461b;
	color: #FFFFFF !important;
	font-size: 13px;
	padding: 5px 20px;
}

a.buttonAction:hover, .buttonFile:hover
{
	opacity: 0.9;
	color: #FFFFFF;
}

.buttonActionSmall
{
	background-color: #0e1877;
	border: 1px solid #f4461b;
	color: #FFFFFF;
	font-size: 12px;
	padding: 3px 10px;
}

a.buttonActionSmall
{
	display: inline-block;
	background-color: #0e1877;
	border: 1px solid #f4461b;
	color: #FFFFFF !important;
	font-size: 12px;
	padding: 3px 10px;
}

a.buttonActionSmall:hover
{
	opacity: 0.9;
	color: #FFFFFF;
}

.buttonExit
{
	background-color: #A29F9F;
	border: 1px solid #A29F9F;
	color: #FFFFFF;
	font-size: 13px;
	padding: 5px 20px;
}

a.buttonExit
{
	display: inline-block;
	background-color: #A29F9F;
	border: 1px solid #A29F9F;
	color: #FFFFFF;
	font-size: 13px;
	padding: 5px 20px;
}

a.buttonExit:hover
{
	opacity: 0.9;
	color: #FFFFFF;
}


.buttonDisabled, .buttonDisabled:hover
{
	opacity: 0.5 !important;
	cursor:  no-drop;
}

.form input[type="file"]
{
	display: none;
}

.buttonFile
{
	background: #0e1877 url("/images/icons/icon_subir.png") 15px center no-repeat;
	border: 1px solid #f4461b;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 400;
	padding: 5px 15px 5px 40px;
	max-width: 200px;
	margin: 10px;
	cursor: pointer;
	display: inline-block !important;
}

.buttonIcon
{
	background-color: #0e1877;
	border: 1px solid #f4461b;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

.buttonIcon:hover
{
	opacity: 0.9;
}

#headerTop
{
	background-color: #FFF;
	border-bottom: 1px solid #0e1877;
    font-size: 13px;
    font-family: 'Work Sans', sans-serif;
    overflow: auto;
    padding-bottom: 5px;
    color: #0e1877;
}

#headerTop a
{
	color: #0e1877;
}

#headerTop a:hover
{
	color: #f4461b;
}

#headerTop .icon1
{
	background-color: #0e1877;
	border-radius: ;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

#headerTop a .icon1:hover
{
	background-color: #f4461b;
}

#headerTop .icon2
{
		background-color: #0e1877;
	border-radius: ;
		margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

#headerTop a .icon2:hover
{
	background-color: #0e1877;
}

#headerTop #networks
{
	float: left;
}

#login
{
	text-align: right;
	float: right;
	overflow: auto;
	width: 50%;
	max-width: 250px;
}


#wrapperLogin
{
	position: absolute;
    z-index: 1001;
    display: none;
}

#popupLogin
{
	text-align: center;
	color: #666666;
	border: 2px solid #0e1877;
	background-color: #FFFFFF;
	padding: 10px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 250px;
}

#popupLogin input[type=text], #popupLogin input[type=password]
{
	margin: 5px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	width: 80%;

}

#popupLogin input[type=submit], #popupLogin input[type=button]
{
	background-color: #0e1877;
	border: 1px solid #0e1877;
	color: #FFFFFF;
	font-size: 13px;
	width: 70%;
	padding: 5px 20px;
}


#popupLogin a
{
	color: #666666;
	display: inline-block;
	margin: 5px;
}


#popupLogin a:hover
{
	color: #0e1877;
}


#loginForm input[type=submit]
{
	margin:  5px 0;
}


#headerBottom
{
	background-color: #FFF;
		font-family: 'Work Sans', sans-serif;
	padding: 10px 0;
	color: #000;
}

#headerBottom a
{
	color: #000;
}

#headerBottom a:hover
{
	color: #0e1877;
}


#headerBottom .icon1
{
	background-color: #0e1877;
	border-radius: ;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

#headerBottom a .icon1:hover, #headerBottom input.icon1:hover
{
	background-color: #f4461b;
}

#headerBottom .icon2
{
	background-color: #0e1877;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	border-radius: ;
}

#headerBottom .icon2:hover
{
	background-color: #0e1877;
}

#topWhatsapp img
{
	padding-right: 5px;
	vertical-align: middle;
}

header #logo {
    float: left;
    background: url("/images/usr/Logo-mauricio.png") 0 center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    max-width: 100%;
    width: 50%;
    height: 91px;
}

#logo a {
    display: block;
    text-indent: -199999px;
    height: 100%;
}

#headerBottom #right
{
	overflow: auto;
	display: table;
    height: 91px;
    width: 50%;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#popupSearch
{
	font-family: 'Work Sans', sans-serif;
	font-size: 13px;
	color: #666666;
	border: 2px solid #0e1877;
	background-color: #FFFFFF;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	max-width: 350px;
	display: none;
	z-index: 1002;
}

#popupSearch div
{
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#popupSearch #price1
{
	width: 50%;
	float: left;
}

#popupSearch #price2
{
	width: 50%;
	float: right;
}

#popupSearch #brand
{
	clear: both;
}

#popupSearch label
{
	display: block;
}

#popupSearch input[type=text]
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

#popupSearch input[type=submit]
{
	text-align: right;
	background-color: #0e1877;
	border: 1px solid #0e1877;
	color: #FFFFFF;
	font-size: 13px;
	padding: 5px 20px;
}

#wrapperCart
{
	position: relative;
    display: none;
}

#popupCart
{
    border: 2px solid #0e1877;
    min-width: 60%;
    max-width: 400px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    color: #666666;
    background-color: #FFFFFF;
    position: absolute;
    z-index: 1001;
    right: 0px;
/* display: none; */
    word-wrap: break-word;
}

#popupCart .popupProduct{
    border-bottom: 1px solid #666666;
    clear: both;
    padding: 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    width: 100%;
}

#popupCart .popupProduct figure{
    display: table-cell;
    vertical-align: middle;
    width: 69px;
}

#popupCart .popupProduct section{
    display: table-cell;
    padding-left: 5px;
	word-break: break-word;
}

#popupCart .popupProduct h2
{
	font-size: 13px;
}

#popupCart .popupProduct a
{
	color: #666666;
}

#popupCart .popupProduct a:hover
{
	color: #0e1877;
}

#popupCart .popupProduct p
{
	text-align: right;
}

#popupCart .botoborrar
{
    text-align: right;
	clear:both;
}

#popupCart .buttonAction
{
	background-color: #0e1877;
	border: 1px solid #0e1877;
	color: #FFFFFF;
}

#menuTop
{
	z-index: 1001;
	width: 100%;
}

#menuTop #menuBar
{
	display: block;
	background-color: #0e1877;
	 		border: 1px solid #fcfc48;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    overflow: auto;
	width:100%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#menuTop #menuBar img
{
	vertical-align: middle;
	float: right;
}

#menuTop #menuBar div
{
	vertical-align: middle;
	color: #FFFFFF;
	display: inline-block;
	padding-top: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*	#menuTop nav {

	position: absolute;
	margin: 0;
	display: none;
}
*/

#menuTop nav
{
	font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    background-color: #0e1877;
    		border: 1px solid #fcfc48;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 1000;
	overflow: auto;
	width: 100%;
	display: none;
	height: auto;
}

#menuTop nav ul li a {
	display: block;
	padding: 15px 0;
	color: #FFFFFF;
}

#menuTop li ul
{
	display:none;
}

#menuTop li:hover > ul {
	display: none;
}

#menuTop ul.menu > li {
	width: 100%;
		display: block;
	float: none;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#menuTop ul.menu > li {
	border-left: 0px;
	border-right: 0px;
}

#menuTop ul.menu > li > a:hover
{
		color: #FFFFFF;
			background-color: #f4461b;
	}

#menuTop .menuDown img
{
		display: block;
	float: right;
	/*width: 35px;
    height: 35px;*/
    margin: 1px;
}

#menuTop a.aDown:hover
{
	background: none;
	color: #FFFFFF;
}

#menuTop ul.submenu1
{
	position: relative;
	background-color: #0e1877;
			border: 1px solid #fcfc48;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		z-index:1001;
	margin: 5px 20px 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#menuTop ul.submenu1 > li
{
	width: 100%;
		text-align: left;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



#menuTop ul.submenu1 > li > a
{
	color: #FFFFFF;
	width: 100%;
	display: block;
	padding: 15px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
    word-wrap: break-word;
}

#menuTop ul.submenu1 > li a:hover, #menuTop ul.submenu1 > li a:active
{
	color: #FFFFFF;
}

#menuTop ul.submenu1 > li:hover, #menuTop .menuActive1
{
		background-color: #f4461b;
	}

#menuTop ul.submenu2
{
	position: relative;
	left: 0;
	background-color: #0e1877;
			border: 1px solid #fcfc48;
		z-index: 1001;
	margin: 5px 20px 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#menuTop ul.submenu2 > li > a
{
	color: #FFFFFF;
	width: 100%;
	display: block;
	padding: 15px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
		margin: 0px;
    word-wrap: break-word;
}


#menuTop ul.submenu2 > li > a:hover
{
		color: #FFFFFF;
		background-color: #f4461b;
	}

#menuTop #mobileSearch
{
	width: 100%;
	display: block;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#menuTop #mobileSearch input[type=text]
{
	width: 80%;
}

#menuTop #mobileSearch input[type=image]
{
	vertical-align: middle;
	padding: 5px;
		border-radius: ;
}

.errorSearch
{
	color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
	display: inline-block;
}

.menu-fixed {
	position:fixed;
	z-index:1000;
	top:0;
	box-shadow:0px 4px 3px rgba(0,0,0,.5);

}

.bx-wrapper
{
		border: none;
	box-shadow: none;
		margin-bottom: 0px;
	background-color: #FFFFFF}

.bx-wrapper .bx-controls-direction a
{
	z-index: 500;
}

.bx-wrapper .bx-pager
{
	position: relative;
	bottom: 0px;
	padding-top: 10px;
}

.bx-wrapper img
{
	display: inline-block;
}

.bx-viewport
{
/*	height: auto !important; */
}

.breadcrumb
{
	font-family: 'Work Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #0e1877;
}

.breadcrumb ol
{
	list-style: none;
	padding-left: 0;
	margin: 5px 0;
}

.breadcrumb li
{
	display: inline;
}

.breadcrumb a
{
	color: #0e1877;
}

.breadcrumb a:hover
{
	color: #f4461b;
}



.menuClient
{
	float:  right;
	overflow:  auto;
}

.menuClient li
{
	float:  left;
	padding:  5px;
	border-right: 1px solid #0e1877;
	font-family: 'Work Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: capitalize;
}


.menuSubFamiliesDesp
{
	position:  relative;
	display:  none;
}

img.iconSubFamilia
{
	background-color: #0e1877;
	border: 2px solid #0e1877;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}


img.iconSubFamilia:hover
{
	border: 2px solid #f4461b;
}

.menuSubFamiliesDesp ul
{
	position: absolute;
	background-color: #0e1877;
			border: 1px solid #fcfc48;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		z-index:1000;
	margin: 5px 20px 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width:  200px;
}


.menuSubFamiliesDesp li
{
	width: 100%;
		text-align: left;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.menuSubFamiliesDesp li > a
{
	color: #FFFFFF;
	width: 100%;
	display: block;
	padding: 15px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
}


.menuSubFamiliesDesp li a:hover
{
	color: #FFFFFF;
}


.menuSubFamiliesDesp li:hover
{
		background-color: #f4461b;
	
}

.menuProductsContent
{
	list-style-type: none;
	display: inline-block;
	text-align: center;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.menuProductsContent li
{
	width: calc(25% - 20px); /*118px;*/
	margin: 10px;
	border: 1px solid #fcfc48;
	float:left;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.menuProductsContent .imgFam
{
	}

.menuProductsContent .imgFam img
{
	height: 150px;
}

.menuProductsContent a
{
	display: block;
	text-decoration: none;
}


.menuProductsContent .noImage
{
	height: 150px;
	font-size: 35px;
	font-family:'Work Sans', sans-serif;
	color: #0e1877;
	overflow: hidden;
	opacity: 0.5;
	word-wrap:break-word;
	line-height: 25px;
}


.menuProductsContent .nameFam
{
	background: #0e1877;
	color: #FFFFFF;
	height: 52px;
	display: table;
	width: 100%;
}

.menuProductsContent .nameFam a
{
	color: #FFFFFF;
	height: 100%;
	display: table-cell;
	vertical-align:middle;
}

.menuProductsContent .nameFam a:hover
{
	color: #FFFFFF;
	background-color: #f4461b
}



.column13
{
	width: calc(33.3% - 10px); 	min-width: 250px;
	float: left;
	margin: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.column23
{
	width: calc(66.6% - 10px);
	float: left;
	margin: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.columnRight
 {
 	width: 50%;
 	float: right;
 }

.smallBox
{
	background-color: #FFFFFF;
	border-left:1px solid #fcfc48;
	border-bottom:1px solid #fcfc48;
	border-right:1px solid #fcfc48;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 5px;
	padding: 2px;
}

.smallBox p
{
	color: #0e1877;
	position: absolute;
	bottom: 5px;
	right: 5px;
	text-align: right;
	width: 55%;

}





.boxSliderBrands
{
	color: #0e1877;
	text-align: center;
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 130px;
	width: 100%;
}

.sliderBrands img
{
	display: inline;
	/*max-width: 100%; */
}


.bx-sliderBrands .bx-wrapper .bx-controls-direction a
{
	border: 1px solid blue;
}


.bannerH
{
	margin: 10px 5px;
	display: inline-block;
}




/*
#sliderProductsPromo > li
{
    overflow: auto;
    width: 100%;
    height: 130px;
    display: table-row;
}

#sliderProductsPromo > li > div
{
	display: table-cell;
    vertical-align: middle;
    text-align: center;
border: 1px solid ;
}



#sliderProductsPromo .price
{
	width: 30%;
}

#sliderProductsPromo .title
{
	margin-right: 5px;
	text-align: right;
    width: 30%;
}
*/

.icoPromo
{
	width: 128px;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.labelDiscount
{
	background-color: #A80000;
	border: 1px solid ;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 90%;
	max-width: 150px;
}


.priceLine
{
	color: #0e1877;
	text-decoration: line-through;
}

.priceLine span
{
	color: #666666;
	font-size: 12px;
}

.icoFreePorts
{
	float: left;
}

.contPag
{
	text-align: center;
	clear: both;
}

.orderProducts
{
	float: left;
	border: 1px solid #0e1877;
	overflow: hidden;
	background: #0e1877 url('/images/icons/fletxa-ordenacio-light.png') no-repeat right;
	margin-left: 5px;
	margin-top: 5px;
}

.orderProducts select
{
	width: 200px;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 5px;
	font-style: italic;
	color: #000;
	cursor: pointer;
}

.paginationProducts
{
	display: inline-block;
	margin-top: 5px;
}

.paginationProducts ul
{
	float: left;
}

.paginationProducts ul li
{
	float: left;
	margin: 0 2px;
	min-width: 20px;
	text-align: center;
	font-size: 13px;
}

.paginationProducts ul li a
{
	font-size: 13px;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	border: 1px solid #0e1877;
	display: inline-block;
}

.paginationProducts ul li a:hover
{
	color: #000;
	border: 1px solid #f4461b;
}

.paginationProducts .active
{
	color: #fff;
	background-color: #0e1877;
	border: 1px solid #0e1877;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

.paginationProducts ul li input
{
	width: 40px;
	color: #000;
	border: 1px solid #0e1877;
	padding: 5px 0px;
	margin-left: 10px;
	margin-right: 5px;
	text-align:  center;
	font-size: 13px;
	height: 28px;
}

.paginationText
{
	display: inline-block; /* float: right; */
	font-size: 13px;
	font-weight: 500;
	margin: 5px;
	padding-top: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
}

.paginationProducts ~ .paginationText
{
	bottom: 10px;
	position: relative;
}

.iconView
{
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.iconView form
{
	display: inline-block;
}

.iconView input[type="image"]
{
	background-color: #0e1877;
	border: 2px solid #0e1877;
	width: 28px;
	height: 28px;
}

.iconView input[type="image"]:hover, .iconView input[type="image"].active
{
	border: 2px solid #f4461b;
}


footer
{
	overflow:  auto;
	clear:  both;
}

#footerTop
{
	margin-top: 15px;
	background-color: #FFF;
		border-top: 1px solid #0e1877;
	    font-size: 13px;
    font-family: 'Work Sans', sans-serif;
    overflow: auto;
    padding: 5px 0;
    color: #000;
}

#footerTop a
{
	color: #000;
}

#footerTop a:hover
{
	color: #0e1877;
}

#footerTop .icon1
{
	background-color: ;
	border-radius: ;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

#footerTop a .icon1:hover
{
	background-color: #fcfc48;
}

#footerTop .icon2
{
		margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

#footerTop a .icon2:hover
{
	background-color: #fcfc48;
}


#footerTop .content>div
{
	float: left;
	margin: 5px;
	width: calc(25% - 10px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/*Centrar el contingut del menú del peu dintre del contenidor*/
#footerTop .content #menuProductsFooter
{
	text-align: center;
}

#footerTop .content #menuProductsFooter>div
{
	display:inline-block;
	text-align:left;
}


#footerTop .icon2
{
		margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

#footerTop a .icon2:hover
{
	background-color: #fcfc48;
}

/* Bottom */
#footerBottom
{
	font-size: 13px;
	background-color: #FFF;
	border-top: 1px solid #f4461b;
    font-size: 13px;
    font-family: 'Work Sans', sans-serif;
    overflow: auto;
    padding: 5px 0;
    color: #000;
}

#footerBottom #left
{
	float: left;
}


#footerBottom a
{
	color: #000;
}

#footerBottom a:hover
{
	color: #f4461b;
}


.go-top
{
	position: fixed;
    bottom: 20px;
    right: 20px;
    text-decoration: none;
    color: #fff;
    padding: 8px 10px;
  	display: none;
  	opacity: 0.7;
    filter: alpha(opacity=70);
}

.go-top:hover
{
	opacity: 1;
    filter: alpha(opacity=100);
}


.msgcookie {
	display:block;
	position:fixed;
	bottom:0;
	width:100%;
	min-height: 50px;
	z-index: 1002;
	background-color: rgba(0,0,0,0.8);
	color:#fff;
}

.msgcookie #cookieText{
	max-width: 1100px;
	margin:0 auto;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.msgcookie #cookieLinks{
	display: inline;
}

.msgcookie a:link,.msgcookie a:active,.msgcookie a:visited,.msgcookie a:hover{
	color:#fff
}

.msgcookie a.close{
	float:right;
	display:block;
	width:16px;
	height:22px;
	background:url("/images/icons/cookie.png") 0 -45px no-repeat;
	overflow:hidden;
	text-indent:-80px;
	opacity:0.5;
	margin:0 0 0 40px;
}

a.close:hover{
	opacity:1
}

.msgcookie a.moreInfo
{
	padding: 0 30px;
	display:inline;
	text-decoration: underline;

}

.msgcookie a.close2
{
	display:none;
}

#page404
{
	max-width: 100%;
	text-align: center;
}

#services
{
	font-family: 'Work Sans', sans-serif !important;
    font-size: 16px !important;
    line-height: 16px;
}

#detailProduct
{
	margin-bottom: 10px;
}

#detailProduct figure
{
	width: calc(50% - 10px);
	text-align: center;
	float: left;
	margin: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}


#detailProduct figure #mainImage
{
	border: 1px solid #999999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

#detailProduct .bx-wrapper img
{
	margin: 0 auto;
}

#detailProduct .thumb-pager
{
	text-align: left;
}

#detailProduct .thumb-pager a
{
	border: 1px solid #999999;
	margin: 5px 5px 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
}

#detailProduct .icoCat
{
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
}

/*#detailProduct .roundDiscount
{
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
	background-color: #A80000;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 50%;
	padding-top: 20px;
	width: 80px;
	height: 80px;
	text-align: center;
}*/


#detailProduct .roundDiscount
{
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #A80000;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
 	margin:0px auto;
  	padding: 5px;

}

#detailProduct .roundDiscount > div
{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
}

#detailProduct h1
{
	margin-bottom: 0px;
}

#detailProduct #infoProduct
{
	text-align: center;
	width: 75%;
	margin: 10px auto;
}

#detailProduct .priceLine span
{
	font-size: 18px;
}

#detailProduct #pvp
{
	font-size: 20px;
}

#detailProduct #quant
{
	float: left;
	text-align: left;
	margin-top: 5px;
}

#detailProduct #stockProduct, #detailProduct #refProduct, #detailProduct #shareProduct
{
	float: left;
	text-align: left;
	margin-top: 15px;
}

#detailProduct #quant span
{
	border: 1px solid #999999;
	padding: 1px 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

#detailProduct #quant input[type=number]
{
	border: 1px solid #999999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	width: 50px;
}

#detailProduct form input[type=submit]
{
	float: right;
	clear: right;
}

#detailProduct #icoFreePorts
{
	float: right;
	clear: right;
	margin-top: 15px;
}

#detailProduct #moreInfoProduct
{
	display: inline-block;
	margin-top: 20px;
	list-style: none;
	border-bottom: 2px solid #A29F9F;
	color: #A29F9F;
	width: 100%;
}

#detailProduct #moreInfoProduct li
{
	float: left;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	cursor: pointer;
	margin-right: 5px;
}

#detailProduct #moreInfoProduct li.active, #detailProduct #moreInfoProduct li:hover
{
	background-color: #A29F9F;
	border-top: 2px solid #A29F9F;
	color: #FFFFFF;
}

#detailProduct #moreInfoProduct li img
{
	height: 20px;
	background-color: #A29F9F;
	padding: 2px;
}

#detailGroup header
{
	width: calc(75% - 10px);
	float: right;
}

#detailGroup figure
{
	border: 1px solid #999999;
	margin-bottom: 5px;
}

#detailGroup .columnLeft
{
	float: left;
	width: calc(25% - 10px);
	text-align: center;
	margin: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#detailGroup .columnRight
{
	width: 75%;
	float: right;
	text-align: center;
}


#detailGroup .tableGroup
{
	width: calc(100% - 20px);
	text-align: left;
	font-size: 13px;
	margin-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#detailGroup .tableGroup thead
{
	border-bottom: 2px solid #0e1877;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.5px;
}

#detailGroup .tableGroup td
{
	padding: 5px 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}

#detailGroup .tableGroup .tableRef
{
	width: 90px;
	position: relative;
}

#detailGroup .tableGroup h2
{
	margin: 0;
}

#detailGroup .tableGroup .icoOffert
{
	background-color: #0e1877;
	position: absolute;
	left: -16px;
}

#detailGroup .tableGroup .price
{
	text-align: right;
	width: 140px;
}

#detailGroup .tableGroup .price p
{
	float: left;
	text-align: right;
	margin-right : 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 40%;
}


.indexBrands
{
	margin-top: 20px;
	border-bottom: 2px solid #666666;
	text-align: center;
}

.indexBrands span
{
	margin: 10px;
}

.indexBrands a
{
	color: #0e1877;
	display: inline-block;
}

.indexBrands a:hover
{
	color: #000000;
}

.brand
{
	float: left;
	border: 1px solid #999999;
		margin: 5px;
	width: 116px;
	height: 135px;
	overflow: hidden;
	text-align: center;
	font-size: 13px;
}


.catalog
{
	width: calc(25% - 20px);
	float: left;
	margin: 10px;
	text-align: center;
	border: 1px solid #999999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.catalog .img
{
	width: 2%; 	height: 190px;
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.catalog .img img
{
	max-height: 90%;
	max-width: 90%;
}

.catalog .text
{
	padding-top: 5px;
	overflow: hidden;
	border-top: 1px solid #999999;
	margin: 5px;
	height: 65px;
}

#pageContact .infoContact
{
	display: table;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

#pageContact .infoContact > div
{
	width: 33.33%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#pageContact .infoContact div
{
	display: table-cell;
	vertical-align: middle;
}

#pageContact .infoContact .icon
{
	background-color: #0e1877;
}

#pageContact .maps
{
	width: 100%;
	height: 300px;
	margin-top: 15px;
}



.stepsCart > div
{
	float: left;
	width: 25%;
	text-align: center;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight:  500;
}


.stepsCart .stepCurrent
{
	color:  #0e1877;
}



.detailCart
{
	width:  100%;
	margin-bottom:  10px;
}

.detailCart th
{
	font-weight: 500;
	padding:  5px;
	color:  #666666;
	border-bottom:  1px solid #999999;
}

.detailCart tbody tr
{
	border-bottom:  1px solid #999999;
}

.detailCart tfoot tr:last-child
{
	border-top:  1px solid #999999;
	font-weight: 500;
}

.detailCart td
{
	vertical-align: top;
	padding:  5px;
	text-align:  right;
}

.detailCart img
{
	max-width: 75px;
}

.boxCart
{
	font-size:  13px;
}

.boxCart > p
{
	border-bottom: 1px solid #000000;
	text-align:  center;
	color:  #000000;
	font-weight: 400;
	padding-bottom:  5px;
	margin: 0 10px;
}

.boxCart > div
{
	padding:  10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 200px;
}

.boxCart > div form p
{
	font-size:  13px;
}

.boxCart  a
{
	text-decoration:  none;
}

.boxCartLineL
{
	border-left: 1px solid #000000}

.boxCartLineR
{
	border-right: 1px solid #000000}


.titleResume
{
	color:  #000000;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: uppercase;
}



.iconFormBanner
{
	max-width: 200px;
	margin: 10px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	border: 2px solid #FFFFFF;
}

.iconFormBanner:hover, .iconFormBannerActive
{
	opacity: 0.5;
	border: 2px solid #f4461b;
}


	#telephone
	{
		float: left;
		width: 50%;
	}

	#telephone div
	{
		margin-bottom: 5px;
	}

	#cart, #infoCart
	{
		text-align: right;
	}

	#miniFormSearch
	{
		clear: both;
	}

	#miniFormSearch #txtSearch
	{
		width: 50%;
	}

	#subHeader #subImage
	{
			    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	    background-position: center;
	    max-width: 100%;
	    height: 250px;
	    position: relative;
	    background-color: #f0f0f0;
	}

	#subHeader h1, #subHeader h2, #subHeader h3
	{
		padding: 10px;
		width: 50%;
		background-color: #f4461b;
		margin: 0px;
		position: absolute;
		bottom: 0px;
		line-height: initial;
		color: #FFFFFF;
		font-size: 20px;
		font-weight: bold;
		text-align: right;
		text-transform: uppercase;
	}

	.breadcrumb
	{
		border-bottom: 1px solid #0e1877;
	}


		.listProductsC li
	{
		float: left;
		text-align: center;
		width: calc(20% - 10px);
				max-height: 348px;
		margin: 5px;
		padding: 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #999999;
			}

	.listProductsC .icoCat
	{
		position: relative;
	}

	.listProductsC .icoCat img
	{
		position: absolute;
		right: 0;
		max-width: 100%;
		height: auto;
	}

	.listProductsC figure
	{
		height: 140px;
	}

	.listProductsC h2
	{
		height: 50px;
				display: block;
	  	display: -webkit-box;
	  	max-width: 100%;
	  	margin: 0 auto;
		line-height: 1;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.listProductsC .contPrice
	{
		height: 20px;
		padding-top: 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
/*		vertical-align: bottom;
		border: 1px solid green;
*/
	}

	.listProductsC .contAdd
	{
		text-align: right;
		margin-top: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 35px;
	}

	.listProductsC .contAdd form
	{
		padding-top: 2px;
	}

	.listProductsC .contStock
	{
		border-top: 1px solid #999999;
		margin-top: 5px;
		font-size: 13px;
		height: 70px;
		overflow: hidden;
	}

	.sliderProducts
	{

	}

	.sliderProducts li
	{
		border: 0px;
		border-left: 1px solid #999999;

				margin: 0;
		padding: 0 15px;
	}

	.sliderProducts li:last-child
	{
		border-right: 1px solid #999999;
	}

	.slider-custom-pager
	{
		text-align: center;
		margin: 10px;
		font-weight: 400;
	}
		.listProductsL > li
	{
		clear: both;
		width: 100%;
		margin-bottom: 10px;
		padding: 25px 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow: auto;
		border-bottom: 1px solid #999999;
			}

	.listProductsL > li:first-child
	{
		border-top: 1px solid #999999;
	}

	.listProductsL .posLeft
	{
		float: left;
		width: 25%;
		text-align: center;
	}

	.listProductsL .posLeft .icoCat
	{
		position: relative;
	}

	.listProductsL .posLeft .icoCat img
	{
		position: absolute;
		right: 10px;
		max-width: 100%;
		height: auto;
	}

	.listProductsL .posCenter
	{
		width: 50%;
		text-align: center;
		display: inline-block;
		padding: 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.listProductsL .posCenter p
	{
		text-align: left;
	}

	.listProductsL .posCenter .contPrice
	{
		margin: 10px;
	}

	.listProductsL .posCenter .contAdd
	{
		text-align: right;
	}

	.listProductsL .posCenter .tableGroup
	{
		width: 100%;
		text-align: left;
		font-size: 13px;
	}

	.listProductsL .posCenter .tableGroup thead
	{
		border-bottom: 2px solid #0e1877;
		text-align: left;
		font-weight: bold;
		letter-spacing: 0.5px;
	}

	.listProductsL .posCenter .tableGroup td
	{
		padding: 5px 5px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		vertical-align: top;
	}

	.listProductsL .posCenter .tableGroup .tableRef
	{
		width: 90px;
		position: relative;
	}

	.listProductsL .posCenter .tableGroup h2
	{
		margin: 0;
	}

	.listProductsL .posCenter .tableGroup .icoOffert
	{
		background-color: #0e1877;
		position: absolute;
		left: -16px;
	}

	.listProductsL .posCenter .tableGroup .price
	{
		text-align: right;
		width: 150px;
	}

	.listProductsL .posCenter .tableGroup .price p
	{
		float: left;
		text-align: right;
		margin-right : 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 40%;
	}

	.listProductsL .posRight
	{
		/*width: 22%;
		float: right;
		*/
		position: relative;

		text-align: center;
/*border: 1px solid cyan;*/
	}

	.listProductsL .posRight>div
	{
		position: absolute;
		right: 0px;
		bottom: 0px;
		width: 25%;
	}

	.listProductsL .posRight .icoFreePorts
	{
		float: none;
	}

	.listProductsL .contStock
	{
		font-size: 13px;

	}
@media screen and (max-width : 480px)
{

	#popupLogin
	{
		width:  175px;
	}

	.w25
	{
		width: 50%;
	}

	.w33
	{
		width: 100%;
	}

	.w50, .w75
	{
		width: 100%;
	}

	.no480
	{
		display: none;
	}

	.view480
	{
		display:block;
	}

	.noMargin480
	{
		margin:  initial !important;
	}

	#menuTop
	{
		overflow: auto;
	}

	#menuTop nav ul li a
	{
		padding-left: 5px;
	}

	
	
	#headerTop img
	{
		width: 25px;
		height: auto;
	}

	#popupSearch #price1
	{
		width: 100%;
		float: none;
	}

	#popupSearch #price2
	{
		width: 100%;
		float: none;
	}

		#telephone
	{
		float: none;
		width: 100%;
		text-align: right;
	}

	#miniFormSearch
	{
		display: none;
	}
	

		.column13
	{
		width: calc(100% - 10px);
	}
/*
	.smallBox
	{
		height: 80px;
	}

	.smallBox img
	{
		height: 80px;
	}
*/
	#pageCart .smallBox p
	{
		width: 100%;
		position: relative;
		margin-top:  20px;
	}

	.textPlus
	{
		font-size: 18px;
		line-height: 18px;
	}

	.textVeryBig
	{
		font-size: 16px;
		line-height: 16px;
	}


		.menuSubFamilies li
	{
		width: 100%;
	}

	    #popupCart
    {
    	width: 200%;
    }

    .stepsCart > div {
    	width: 50%;
    }

		.listProductsC li
	{
		width: calc(50% - 10px);
		max-height: 360px;
	}

	.listProductsC .contStock
	{
		height: 80px;
	}

	.listProductsL .posCenter
	{
	    width: 75%;
	}

	.listProductsL .posRight>div
	{
    	width: 100%;
    	position: relative;
    }

    .listProductsL .posCenter .tableGroup td
    {
    	vertical-align: top;
    }

	
	#detailProduct figure
	{
		width: calc(100% - 10px);
		float: none;
	}

	.columnRight
	{
		width: 100%;
		float: none;
	}

	#detailProduct form input[type=submit]
	{
		margin-top: 5px;
	}

	#detailProduct #additionalInfoC #video iframe
	{
		width: 100%;
	}

	#detailProduct #moreInfoProduct li.active
	{
		padding-left: 20px;
	}

	#detailProduct #moreInfoProduct li span
	{
		display: none;
	}

	#detailProduct #moreInfoProduct li img
	{
		height: 30px;
	}

	#detailGroup header, #detailGroup .columnLeft, #detailGroup .columnRight
	{
		width: 100%;
		float: none;
		margin: 0px;
	}

	#detailGroup .columnRight
	{
		clear: both;
	}

	#detailGroup>section
	{
		margin: 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#detailGroup .tableGroup .tableRef
	{
		display: none;
	}

	#pageContact .infoContact div
	{
		display: inline-block;
		width: 100%;
	}

	.form
	{
		width: 100%;
	}

	.form .columnA, .form .columnB
	{
		width: 100%;
		float: none;
	}

	#footerTop .content>div
	{
		width: calc(100% - 10px);
		margin-bottom: 15px;
	}

	#footerTop .content #logoFooter
	{
		width: 50%;
	}

	/*Centrar el contingut del menú del peu dintre del contenidor*/
	#footerTop .content #menuProductsFooter
	{
		text-align: left;
	}

	.catalog
	{
		width: calc(50% - 20px);
	}
			#subHeader #subImage
		{
		   height: 150px;
		}
	
	.boxCart
	{
		margin-bottom:  10px;
		width: 100%;
		border-left:  0px !important;
		border-right:  0px !important;
	}

	#pageContact #contForm
	{
		width: 100%;
	}

	#pageRegister #contForm
	{
		width: 100%;
	}

		.menuProductsContent li
	{
		width: calc(50% - 20px);
	}

	.menuProductsContent .imgFam img
	{
		height: 100px;
	}

	.menuProductsContent .noImage
	{
		height: 100px;
	}

}

@media screen and (min-width : 481px) and (max-width : 768px)
{
	.w25
	{
		width: 50%;
	}

	.w33
	{
		width: 50%;
	}

	.w50
	{
		width: 100%;
	}

	#headerTop img
	{
		width: 25px;
		height: auto;
	}

	#menuTop
	{
		overflow: auto;
	}

	#menuTop nav ul li a
	{
		padding-left: 5px;
	}

		#menuTop #mobileSearch
	{
		display: none;
	}

		.column13
	{
		width: calc(50% - 10px);
	}

/*	.smallBox
	{
		height: 100px;
	}

	.smallBox img
	{
		height: 100px;
	}
*/
	.textPlus
	{
		font-size: 20px;
		line-height: 20px;
	}

	.textVeryBig
	{
		font-size: 18px;
		line-height: 18px;
	}

		.listProductsC li
	{
		width: calc(33.33% - 10px);
		max-height: 360px;
	}

	.listProductsC .contStock
	{
		height: 80px;
	}

		.menuSubFamilies li
	{
		width: 50%;
	}

	#detailProduct #additionalInfoC #video iframe
	{
		width: 100%;
	}

	form#contact
	{
		width: 75%;
	}

	#footerTop .content>div
	{
		width: calc(50% - 10px);
		margin-bottom: 15px;
	}

	/*Centrar el contingut del menú del peu dintre del contenidor*/
	#footerTop .content #menuProductsFooter
	{
		text-align: left;
	}

	.catalog
	{
		width: calc(33.33% - 20px);
	}

			#subHeader #subImage
		{
		   height: 150px;
		}
	

	.boxCart
	{
		border-left:  0px !important;
	}


	#pageContact #contForm
	{
		width: 75%;
	}

	#pageContact #iconsForm
	{
		width: 25%;
	}

	#pageRegister #contForm
	{
		width: 75%;
	}

	#pageRegister #iconsForm
	{
		width: 25%;
	}

		.menuProductsContent li
	{
		width: calc(33% - 20px);
	}

}


@media screen and (min-width : 769px) and (max-width : 1099px)
{

	#menuTop nav ul li a
	{
		padding-left: 5px;
	}

		#menuTop #mobileSearch
	{
		display: none;
	}

		.listProductsC li
	{
		width: calc(25% - 10px);
	}
}

@media screen and (min-width : 1100px)
{

		#menuTop #menuBar
	{
		display: none;
	}

	#menuTop nav
	{
		display: block;
	}

	#menuTop li:hover > ul {
		display: block;
	}

	#menuTop nav .menuDown
	{
		display: none;
	}

	#menuTop ul.menu
	{
		max-width: 1100px;
		margin: 0 auto;
		list-style:none;
	}

	#menuTop ul.menu > li
	{
		float: left;
		text-align: center;
		width: 120px;
		padding-left: 0;
		border-bottom: 0;
			}


	

	#menuTop nav ul li a
	{
		position: relative;
	}

	
	#menuTop ul.submenu1 > li > a
	{
		position: relative;
	}

	
	
					#menuTop ul.submenu1.menuV
		{
			position: absolute;
			width: 200px;
			margin: 0px;
		}

		#menuTop ul.submenu1.menuV > li
		{
			float: none;
			position: relative;
		}

				#menuTop ul.submenu1.menuH
		{
			position: absolute;
			max-width: calc(1100px - 120px);
			width: 100%;
			margin: 0px;
		}

		#menuTop ul.submenu1.menuH > li
		{
			float: left;
			/*position: relative;*/
			width: 20%;
			text-align:  center;
		}

				#menuTop ul.submenu1.menuH  li:hover > ul
		{
			display: none;
		}

				#menuTop nav .menuDown.menuH
		{
			display:  block;
		}

				#menuTop ul.submenu2.menuV
		{
			position: absolute;
			width: 200px;
			left: 195px;
			top: 0px;
			margin: 0px;
		}

		#menuTop ul.submenu2.menuV > li
		{
			float: none;
			text-align: left;
		}


				#menuTop ul.submenu2.menuH
		{
			position: absolute;
			width: calc(1100px - 120px);
			margin: 0px;
		}

		#menuTop ul.submenu2.menuH > li
		{
			float: left;
			position: relative;
			width: 20%;
			text-align: center;
		}

		#menuTop ul.submenu1.menuH > li > a, #menuTop ul.submenu2.menuH > li > a
		{
			height:  65px;
			display:  table-cell;
			vertical-align: middle;
			width: 20%;
			padding: 0 5px;
		}

	
		#menuTop #mobileSearch
	{
		display: none;
	}
}
#detalleservicios .marquesServeis
{
    text-align: center;
    width: 100% !important;
}

#detalleservicios .marquesServeis div
{
	width: 100% !important;
}

#detalleservicios .marquesServeis a, .marquesServeis img
{
    display: inline-block;
    clear: none !important;
    float: none !important;
}

#detalleservicios .marquesServeis img
{
    margin: 5px 20px;
}

#detalleservicios p
{
	margin: 15px 0;
}

#detalleservicios ul
{
	margin-left: 30px;
	list-style-type: inherit;
}