/*
Theme Name: Synergy Theme 2021
Description: 
Version: 1.0
Author: Idea180.com
*/

/* - BASIC STUFF - */
body {
	color:#000;
	margin:0;
	padding:0;
	background-attachment: fixed;
	background-color: #cccccc;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
}
a {
	text-decoration:none;
	color: #0258AE;
}
a:hover {text-decoration:underline;}
.additional-meta {font-size: xx-small}
blockquote {font-style:oblique}

/* -- LISTS -- */
ul {margin:0;padding:0;}
ul li {
	margin-left:0px;
	padding:0;
}
li {list-style-type:none;}
.disc {list-style-type:disc}
/* lists inside posts */
.entry-content ul ol {margin-left:0;}
.entry-content ul li {margin-left:10px; list-style:disc; list-style-position:inside}
.entry-content ul li ol {margin-left:10px;}
.entry-content ol li {margin-left:5px; list-style: decimal; list-style-position:inside}
.entry-content ol li li {margin-left:5px;}

/* -- HEADINGS -- */
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;}
h2.entry-title {font-size:180%;}
h2#comments{margin:20px auto 10px;font-size:140%;}
/* headings inside posts */
.entry-content h3 {font-size:140%;}
.entry-content h4 {font-size:120%;}
.entry-content h5 {font-size:100%;}
.entry-content h6 {font-size:90%;}

/* -- MAIN DIV'S -- */
#wrapper {
	float:none;
	clear:both;
	margin:0 auto;
	padding:0;
	width:1000px;
}
#header {
	height:167px;
	margin:0;
	text-align:right;
	padding: 0px;
	float: left;
	width: 1000px;
	position: relative;
}
#header h1 a {
	background-image: url(images/Sybergy-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 61px;
	width: 193px;
	margin-top: 38px;
	margin-left: 30px;
	text-indent: -9999px;
	display: inline-table;
	overflow: hidden;
	margin-bottom: 32px;
	text-align:left;
}
#header h1 a:hover {
	background-repeat: no-repeat;
	background-position: left bottom;
}
#header h2 {
	visibility: hidden;
}
#footer {height:50px;overflow:hidden;margin:20px auto 0;clear:both;float:none;text-align:center;padding: 20px 0;}

/* -- POSTS -- */
.post-index {margin:0 0 10px;}
#post-single {margin:0 0 20px;}
.posts-wrap {float:left; clear:none;width:590px;}

/* -- SIDEBARS --*/
.sidebar-wrap {margin:0 auto;overflow:hidden; float:left; clear:none;width:300px;}
.sidebar {width:99%;clear:none;}
.block-1 {float:right;}

/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px auto;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0;}
div.reply {}
textarea#comment {overflow:auto}

/* -- ALIGNMENTS --*/
.alignright {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 15px;
}
.alignleft {
	float: left;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0;
}
.aligncenter {display: block; margin:1em auto; text-align:center}
.alignnone {margin:0 0.5em 0 0;}

/* -- NAVIGATION --*/
div.navigation {width:100%;height:auto;float:left;clear:both;padding: 10px 0px;}
.navigation-index {}
.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}

/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	width: 970px;
	background-color: #474747;
	background-image: url(images/f-menu.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	-webkit-border-radius: 7px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15;
	z-index: 100;
	position: absolute;
	top: 130px;
	left: 0px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 0px;
	width: 100%;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	background-image: url(images/div-menu.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 12px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	margin: 0px;
	height: 24px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-align: center;
}
#access ul ul {
	box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
	margin-left: 0px;
}
.sub-menu {
	margin: 0px;
	text-align: left;
}
#access ul ul li {
	min-width: 200px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	text-align: left;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #CCC;
	text-decoration: none;
	background-color: #000;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #FFF;
	background-repeat: no-repeat;
	background-position: right bottom;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}
#menu-item-4 a {
	width:92px;
	border-top-left-radius: 7px;
	-moz-border-top-left-radius: 7px;
	-o-border-top-left-radius: 7px;
	-ms-border-top-left-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	-moz-border-bottom-left-radius: 7px;
	-o-border-bottom-left-radius: 7px;
	-ms-border-bottom-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-transition: all 0.2s ease-in-out;
}
#menu-item-38 a{
	width:141px;
	}
#menu-item-39 a{
	width:138px;
	}
#menu-item-499 a{
	width:117px;
	}
#menu-item-41 a{
	width:107px;
	}
#menu-item-42 a{
	width:108px;
	}
#menu-item-62 a{
	width:162px;
	}
#menu-item-37 a {
	background-position: left top;
	border-top-right-radius: 7px;
	-moz-border-top-right-radius: 7px;
	-o-border-top-right-radius: 7px;
	-ms-border-top-right-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	-moz-border-bottom-right-radius: 7px;
	-o-border-bottom-right-radius: 7px;
	-ms-border-bottom-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	transition: all 0.2s ease-in-out;
	background-image: url(images/div-menu-last.png);
	width: 104px;
}
#menu-item-37 a:hover {
	background-position: left top;
	background-repeat: no-repeat;
}
#flow {
	margin-top: -100px;
	margin-bottom: -50px;
}
#callsfooter {
	float: left;
	width: 1000px;
	margin-bottom: 10px;
	margin-top: 40px;
}
.calls {
	float: left;
	height: 163px;
	width: 293px;
	margin-left: 15px;
	background: rgb(252,249,249); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(252,249,249,1) 0%, rgba(235,235,235,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,249,249,1)), color-stop(100%,rgba(235,235,235,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,249,249,1) 0%,rgba(235,235,235,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,249,249,1) 0%,rgba(235,235,235,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,249,249,1) 0%,rgba(235,235,235,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(252,249,249,1) 0%,rgba(235,235,235,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf9f9', endColorstr='#ebebeb',GradientType=0 ); /* IE6-8 */
	margin-right: 15px;
	border-radius:8px;
	-moz-border-radius:8px;
	-o-border-radius:8px;
	-webkit-border-radius:8px;
	-ms-border-radius:8px;
	box-shadow: 0px 0px 4px #828282;
	-moz-box-shadow: 0px 0px 4px #828282;
	-o-box-shadow: 0px 0px 4px #828282;
	-webkit-box-shadow: 0px 0px 4px #828282;
	-ms-border-box-shadow: 0px 0px 4px #828282;
}
.calls a {
	font-size: 18px;
	color: #626060;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#call01 a{
	height: 83px;
	width: 253px;
	padding-right: 40px;
	padding-top: 80px;
	display: block;
	text-align: right;
	background-image: url(images/3dl.png);
	background-repeat: no-repeat;
	background-position: -15px 68px;
}
#call02 a{
	height: 83px;
	width: 253px;
	display: block;
	padding-top: 80px;
	text-align: right;
	padding-right: 40px;
	background-image: url(images/tfm.png);
	background-repeat: no-repeat;
	background-position: -15px 68px;
}
#call03 a{
	height: 83px;
	width: 253px;
	display: block;
	padding-top: 80px;
	text-align: right;
	padding-right: 40px;
	background-image: url(images/hpl.png);
	background-repeat: no-repeat;
	background-position: -15px 68px;
}
#call01 a:hover, #call02 a:hover, #call03 a:hover{
	color: #000;
	height: 83px;
	width: 153px;
	padding-right: 140px;
	padding-top: 80px;
	background-repeat: no-repeat;
	background-position: 60px 68px;
	}
#dir01 {
	font-size: 13px;
	color: #4d4b49;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	text-align: left;
	display: block;
	line-height: 18px;
}
#dir02 {
	font-size: 13px;
	color: #4d4b49;
	float: right;
	margin-top: 15px;
	text-align: left;
	display: block;
	width: 170px;
	margin-right: 15px;
	line-height: 18px;
}
#posts-inside {
	float: left;
	width: 950px;
	margin-top: 40px;
	margin-left: 25px;
	margin-bottom: 80px;
}
.page-title {
	font-size: 30px;
	color: #4a4949;
	margin-bottom: 35px;
	font-weight: normal;
}
.hometext {
	font-size: 15px;
	color: #333;
	text-align: justify;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	width: 935px;
	line-height: 22px;
}
.hometext {
	font-size: 15px;
	color: #333;
	text-align: justify;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	width: 935px;
	line-height: 22px;
}
.insidetext {
	font-size: 15px;
	color: #333;
	text-align: justify;
	float: left;
	margin-top: 0px;
	width: 915px;
	line-height: 22px;
	margin-bottom: -10px;
}
.insidetextblog {
	font-size: 15px;
	color: #333;
	text-align: justify;
	float: left;
	margin-top: 0px;
	width: 100%;
	line-height: 22px;
	margin-bottom: -10px;
}
.insidetextcategory {
	font-size: 15px;
	color: #333;
	text-align: justify;
	float: left;
	margin-top: 0px;
	width: 100%;
	line-height: 22px;
	margin-bottom: 20px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
	padding-top: 10px;
	padding-bottom: 20px;
}
.titulo {
	font-size: 25px;
	font-weight: normal;
	color: #333;
	display: block;
	clear: both;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 25px;
	line-height: 30px;
}
.titulocate {
	font-size: 25px;
	font-weight: normal;
	color: #333;
	display: block;
	clear: both;
	float: left;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 20px;
	text-align: center;
}
.wrapcontenido {
	float: left;
	width: 950px;
	margin-top: 25px;
	margin-left: 25px;
	position: relative;
	display: block;
	margin-bottom: 30px;
}
.producto {
	display: inline-table;
	margin: 7px;
	width: 195px;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 18px;
	padding-left: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-image: url(images/shadow.png);
	background-repeat: no-repeat;
	background-position: center 190px;
	text-align: left;
	vertical-align: top;
}
.producto:hover {
	padding-top: 0px;
	padding-bottom: 28px;
	background-repeat: no-repeat;
	background-position: center 195px;
}
.tituproducto a {
	font-size: 13px;
	color: #666;
	text-decoration: none;
	height: 5px;
	width: 200px;
	padding-top: 210px;
	position: absolute;
	z-index: 45;
	left: 0px;
	top: 0px;
	padding-left: 10px;
	text-align: left;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tituproducto a:hover {
	color: #000;
	text-decoration: none;
}
.attachment-medium {
	float: left;
	margin-right: 25px;
}
.singlepage {
	padding-bottom: 25px;
	width: 910px;
}
.wrapcontenido.singlepageblog {
	padding-bottom: 25px;
	width: 750px;
}
.breadcrumb {
	display: block;
	padding-bottom: 5px;
	margin-top: -10px;
	margin-bottom: 15px;
	float: left;
	width: 100%;
	margin-left: -10px;
	color: #333;
}
li .tituproducto a{
	color: #FFF;
}
li .tituproducto a:hover {
	color: #FFF;
	text-decoration: none;
}
.topcontact {
	background-color: #f5f4f4;
	display: block;
	float: right;
	width: 576px;
	margin-top: 15px;
	margin-right: 31px;
	border-radius: 8px;
	box-shadow: 0px 0px 4px #d9d9d9;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	box-sizing: border-box;
}
.formu01 {
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
}
.formu02 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	margin-right: 3px;
	width: 200px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
}
.sending {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	text-align: center;
	background-image: url(images/button-contact.png);
	height: 72px;
	width: 124px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: -9999px;
	overflow: hidden;
	cursor:pointer;
	margin: 0px;
}
.sending2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	text-align: center;
	background-image: url(images/button-contact2.png);
	height: 72px;
	width: 124px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: -9999px;
	overflow: hidden;
	cursor:pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}
.sendrequest {
	display: inline;
	float: left;
	width: 100%;
	background-image: url(images/synergylogo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.productoimage img {
	border: 1px solid #FFF;
}
.catimages {
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
}
.catimages2 {
	float: right;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 15px;
	max-width: 280px;
}
.wrapper2 {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
.catedescri {
	float: left;
	width: 600px;
}
.catedescri2 {
	float: left;
	width: 648px;
}
.attachment-full {
	height: auto;
	width: 460px;
}
.contenidoproductos {
	float: right;
	width: 430px;
}
#socialestop {
	float: left;
	height: 95px;
	width: 330px;
	margin-top: 10px;
	text-align: center;
}
#socialestop a{
	font-size: 35px;
	color: #676767;
	display: inline-table;
	margin-right: 8px;
	margin-left: 8px;
}
#socialestop a:hover{
	color: #FFF;
}
#toptwitter a {
	background-image: url(images/socials.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 45px;
	width: 41px;
	overflow: hidden;
	float: left;
}
#toplinkedin a {
	background-image: url(images/socials.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: -9999px;
	display: block;
	height: 45px;
	width: 41px;
	overflow: hidden;
	margin-left: 10px;
	float: left;
}
#toptwitter a:hover {
	background-position: left bottom;
	background-repeat: no-repeat;
}
#toplinkedin a:hover {
	background-repeat: no-repeat;
	background-position: right bottom;
}
.requestproduct {
	position: absolute;
	left: 363px;
	top: 400px;
	z-index: 5000;
}
.instaemail {
	display: block;
	position: absolute;
	left: 0px;
	bottom: -8px;
}
.listmarca {
}
.listmarca2 {
	margin-bottom: 20px;
	float: left;
	width: 100%;
	text-align: center;
}
.listmarca2 li {
	text-align: left;
	display: inline-table;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.listmarca a {
	color: #FFF;
	background-color: #333;
	display: block;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	margin-bottom: 2px;
	width: 186px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	float: left;
	margin-right: 2px;
	font-size: 11px;
	text-transform: uppercase;
}
.listmarca2 a {
	color: #FFF;
	background-color: #333;
	display: block;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	width: 120px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -2px;
	margin-left: 0px;
}
.listmarca a:hover, .listmarca2 a:hover {
	color: #FFF;
	background-color: #999;
	text-decoration: none;
}
.listmarca2 .estoy a{
	color: #FFF;
	background-color: #999;
}
.homeflow {
	float: left;
	height: 350px;
	width: 1000px;
	display: block;
	margin-top: 0px;
	overflow: hidden;
}
.homeflow #flow #wpif2_imageflow_1 {
	background-image: url(images/backflow.jpg);
	background-repeat: repeat-x;
	background-position: left 60px;
	height: 300px;
}

.homeflow #flow #wpif2_loading_1{
	height: 300px;
	background-image: url(images/backflow.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.homeflow #flow #wpif2_loading_1 img{
	margin-top: 160px;
}
.prevnext a {
	background-image: url(images/prev.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 65px;
	width: 63px;
	overflow: hidden;
	position: absolute;
	left: -75px;
	top: 250px;
}
.nextprev a {
	background-image: url(images/next.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 65px;
	width: 63px;
	overflow: hidden;
	position: absolute;
	top: 250px;
	right: -75px;
}

.prevnext a:hover, .nextprev a:hover{
	background-repeat: no-repeat;
	background-position: left bottom;
}
#disclaimer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	float: left;
	margin-top: 36px;
	margin-left: 15px;
}
#disclaimer a:hover {
	color: #666;
	text-decoration: underline;
}
.hideescritorio {
	display: none;
}
.switch {
	text-align: center;
}
.switch a {
	font-size: 11px;
	color: #333;
	text-decoration: none;
	text-align: center;
	clear: both;
	font-weight: bold;
}
.imgproducto {
	float: left;
	height: 460px;
	width: 460px;
	position: relative;
}
.requestsample {
	background-image: url(images/sample.png);
	text-indent: -9999px;
	display: block;
	height: 93px;
	width: 258px;
	overflow: hidden;
	position: absolute;
	z-index: 150;
	right: -160px;
	bottom: 5px;
}
.conteformurequest {
	background-color: #FFF;
	padding: 15px;
	float: right;
	width: 421px;
	display: block;
}
.conteformurequest .attachment-thumbnail {
	float: left;
	height: 172px;
	width: 172px;
}
.wrapformurequest {
	float: left;
	margin-left: 15px;
	width: 234px;
}
.sending3 {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000000;
	cursor:pointer;
	box-sizing: border-box;
	width: 100%;
}
.sending3:hover {
	background-color: #666;
}
.sharecustom {
	position: absolute;
	z-index: 150;
	left: 0px;
	bottom: -55px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	background-image: url(images/share-email.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.sharecustom:hover {
	color: #999;
	text-decoration: none;
}
#sharetalo {
	background-image: url(images/synergylogo.png);
	background-repeat: no-repeat;
	background-position: 10px bottom;
}
.wraplistproducts {
	text-align: center;
	display: block;
	float: left;
	width: 100%;
}
.languages{
	position: absolute;
	top: 0px;
	right: 28px;
}
.languages a {
	font-size: 9px;
	color: #FFF;
	background-color: #333;
	float: left;
	margin-right: 5px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	text-transform: uppercase;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	letter-spacing: 1px;
}
.languages .current {
	opacity:0.3;
}
.languages a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #85653c;
}
.bloglist {
	display: block;
	width: 75%;
	float: left;
	background: rgb(252,249,249); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(252,249,249,1) 0%, rgba(235,235,235,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,249,249,1)), color-stop(100%,rgba(235,235,235,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,249,249,1) 0%,rgba(235,235,235,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,249,249,1) 0%,rgba(235,235,235,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,249,249,1) 0%,rgba(235,235,235,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(252,249,249,1) 0%,rgba(235,235,235,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf9f9', endColorstr='#ebebeb',GradientType=0 ); /* IE6-8 */
	border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	box-shadow: 0px 0px 4px #828282;
	-moz-box-shadow: 0px 0px 4px #828282;
	-o-box-shadow: 0px 0px 4px #828282;
	-webkit-box-shadow: 0px 0px 4px #828282;
	-ms-border-box-shadow: 0px 0px 4px #828282;
	padding: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 15px;
	line-height: 22px;
}
.asideblog {
	float: right;
	width: 170px;
	margin-top: 10px;
	margin-right: 5px;
	vertical-align: top;
}
.asideblog .widget{
	padding: 15px;
	display: block;
	background: rgb(252,249,249); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(252,249,249,1) 0%, rgba(235,235,235,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,249,249,1)), color-stop(100%,rgba(235,235,235,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,249,249,1) 0%,rgba(235,235,235,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,249,249,1) 0%,rgba(235,235,235,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,249,249,1) 0%,rgba(235,235,235,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(252,249,249,1) 0%,rgba(235,235,235,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf9f9', endColorstr='#ebebeb',GradientType=0 ); /* IE6-8 */
	margin-right: 15px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	box-shadow: 0px 0px 4px #828282;
	-moz-box-shadow: 0px 0px 4px #828282;
	-o-box-shadow: 0px 0px 4px #828282;
	-webkit-box-shadow: 0px 0px 4px #828282;
	-ms-border-box-shadow: 0px 0px 4px #828282;
	margin-bottom: 15px;
}
.asideblog .widgettitle{
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 5px;
	text-transform: uppercase;
}
.asideblog .widgettitle {
	color: #333;
}
.asideblog a{
	font-size: 16px;
	line-height: 17px;
	padding-top: 7px;
	padding-bottom: 7px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1D1;
}
.asideblog .current-menu-item a{
	color: #333;
}
.singlesection .asideblog{
	margin-top: 25px;
	margin-right: 20px;
}
.fechitablog {
	font-size: 10px;
	color: #333;
	display: block;
	float: left;
	width: 100%;
	margin-top: -15px;
	margin-bottom: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	text-transform: uppercase;
}
.formusearch {
	display: inline-table;
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
.itemsearch{
	display: inline-table;
	background-color: #666;
	padding: 10px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
}
.itemsearch #s{
	width: 350px;
}
.mapcontact {
	background-image: url(images/map.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	height: 764px;
	width: 450px;
	margin-left: 25px;
	position: relative;
	border: 1px solid #FFF;
	background-color: #e5e4d6;
}
.mapcontact ul{
	position: absolute;
	z-index: 10;
	left: 5px;
	bottom: 5px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.mapcontact ul li{
	margin: 8px;
	padding: 0px;
	font-size: 12px;
}
.mapcontact ul li a{
	color: #2e2c2c;
	text-decoration: none;
	line-height: 30px;
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.mapcontact ul li a span{
	vertical-align: middle;
	display: inline-table;
	height: 30px;
	width: 30px;
	margin-left: 0px;
	margin-right: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size: 13px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
}
.caldera-grid .form-group{
	margin-bottom:5px !important;
}
.enviatop .btn-default{
	width: 100% !important;
	font-size: 13px !important;
	color: #FFF !important;
	background-color: #000 !important;
	height: 74px;
	border:none;
	border-radius:5px !important;
	cursor:pointer;
}
.menumatching, .menumatching ul {
	display: inline-table;
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
}
.menumatching ul li{
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: inline-table;
	margin: 1px;
	box-sizing: border-box;
	width: 200px;
	padding: 0px;
}
.menumatching ul li a{
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #333333;
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.menumatching ul li a:hover, .menumatching ul li.current-menu-item a{
	color: #FFF;
	text-decoration: none;
	background-color: #999999;
}
.prevmenu a {
	background-image: url(images/prev.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 65px;
	width: 63px;
	overflow: hidden;
	position: absolute;
	left: -75px;
	top: 250px;
}
.nextmenu a {
	background-image: url(images/next.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 65px;
	width: 63px;
	overflow: hidden;
	position: absolute;
	top: 250px;
	right: -75px;
}

.prevmenu a:hover, .nextmenu a:hover{
	opacity:0.5;
}