/*
Theme Name: Querotools
Theme URI: http://www.querotools.com/
Author: Alfil Comunicaci�n
Author URI: http://alfilcomunicacion.es/
Description: Plantilla para la web de querotools
Version: 1
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%; 
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { 
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { 
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

* {
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
}


body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
h1{
	font-size:28px;
}
h2{
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 18px;
}
h3{
	font-size:20px;
}
h4{
	font-size:18px;
}
h5{
	font-size:16px;
}
h6{
	font-size:14px;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

h1.post-title, h1.post-title a {
    color: #e31818;
    font-weight: bold;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 6px 14px;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
input[type=password],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	outline:none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email],
input[type=password] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a{color:#0066cc; text-decoration:none;}

a:hover{text-decoration: none; color:#000;}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin:20px 20px 20px 0;
}
.alignright {
	display: inline;
	float: right;
	margin:20px 0 20px 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 20px auto;
}
.alignnone{
	clear: both;
	display: block;
	margin: 20px 0;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Container
----------------------------------------------- */


body {
    font-family: 'Open Sans', sans-serif;
}

#page{
	max-width:922px;
    margin: 0 auto;
	padding:0;
	/*overflow:hidden;*/
	clear:both;
}

#main{
	padding:0px;
	clear:left;
}

body.home #main {
    padding: 0;
}

#fullwidth {
	float: left;
	width: 100%;
}

#primary {
	float: left;
	margin: 0 -36% 0 0;
	width: 100%;
}

#primary.noticias {
    width: 63%;
}

#primary.noticias .entry-meta, #primary.noticias .entry-meta a {
    color: #000;
    font-size: 14px;
}

#content {
	margin: 0;
}
#secondary { /* Sidebar 1 */
	float: right;
	overflow: hidden;
	width: 25%;
}

#secondary.noticias {
}

#secondary.noticias .widget-title {
    color: #666;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 13px;
}

.noticias {
    margin-top: 20px !important;
}

.wrapper{
    margin: 0 auto;
    max-width: 922px;
    padding: 0 20px;
    overflow: hidden;
}

.row {
    clear: both;
	margin-left: 0;
	margin-right: 0; 
}

.left {
    float: left;
}

.right {
    float: right;
}





/* =Tophead
----------------------------------------------- */

#tophead {
	padding:0;
	margin:0;
    width: 100%;
    background: #2c2c2c;
    color: #fff;
    padding-bottom: 10px; 
}

#tophead .widget {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    clear: both;
    margin: 0;
}

#tophead a {
    color: #969696;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
}

#tophead img {
    padding: 5px 0 0 0px;
}

#tophead a:hover {
    color: #fff;
}

#tophead .current a {
    color: #fff;
}

#tophead .mlp_language_box {
    padding: 4px 0 0 0;
    margin-right: 35px;
}

#tophead .mlp_language_box ul li {
    margin: 0 0 0 8px;
}



/* =Masthead
----------------------------------------------- */

#masthead {
	margin:0 auto;
    overflow: hidden;
}
#masthead .wrapper {
    background: transparent url(img/hbg.png) no-repeat right bottom;
}
#masthead hgroup{
    padding: 14px 0 24px;
    clear: left;
}
.site-title a{
	color:#000;
	text-decoration:none;
}
.site-title a:hover{
	color: #0066cc;
}
.site-description{
	font-size:14px;
}
#masthead img{
	margin:0 auto;
	height:auto;
	display:block;
	clear:left;
}

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

.main-navigation {
    background: #db2e1e url(img/nav_bg.png) repeat-x;
    clear: both;
    display: block;
    margin: auto 0;
    width: 100%;
    height: 42px;
    font-size: 14px;
    border-bottom: 3px solid #45403f;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding:0 0 0 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
    color: #fff;
    display: block;
    line-height: 42px;
    text-decoration: none;
    padding: 0 6px;
    font-weight: 700;
}
.main-navigation ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
		top: 40px;
		left: 0;
	z-index: 99999;
	padding:0;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	background: #fff;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
    background: #fff;
    color: #005187;
    border-bottom: 3px solid #fff;
}
.main-navigation ul ul :hover > a {
	background:#dedede;
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
    background: #fff;
    color: #005187;
    border-bottom: 3px solid #fff;
}
.main-navigation li.current_page_item a:hover,
.main-navigation li.current-menu-item a:hover {
    background: #fff;
    color: #005187;
    border-bottom: 3px solid #fff;
}


/* Small menu */
.menu-toggle {
	cursor: pointer;
	font-size:14px;
}
.main-small-navigation .menu {
	display: none;
}

.main-small-navigation{
	padding: 10px 0;
	margin:0;
	background:#dedede;
}
.main-small-navigation ul{
	margin:0;
	padding:0;
}
.main-small-navigation ul li{
	margin:0;
	padding:0;
	list-style-type:none;
}


/* =Portada 
-----------------------------------------------*/

.flex-control-nav {
    bottom: -15px !important;
}

#contenido_portada .wpcf-field-texto-principal {
    width: 64%;
    float: left;    
}

#contenido_portada .wpcf-field-imagen {
    width: 35%;
    float: right;    
}

#contenido_portada img {
    max-width: 100%;
    height: auto;
}

.wpcf-field-banner1, .wpcf-field-banner1_pt {
    float: left;
    width: 48%;
    font-size: 15px;
    line-height: 21px;
    border-top: 5px solid #98d814;
    padding-top: 25px;
}

.wpcf-field-banner2, .wpcf-field-banner2_pt {
    float: right;
    width: 48%;
    font-size: 15px;
    line-height: 21px;
    border-top: 5px solid #ff710a;
    padding-top: 25px;
}

#contenido_portada .wpcf-field-banner1 img, #contenido_portada .wpcf-field-banner2 img, #contenido_portada .wpcf-field-banner1_pt img, #contenido_portada .wpcf-field-banner2_pt img {
    margin: -3px 25px 0 25px;
}


.flex-control-paging li a {
    width: 11px;
    height: 11px;
    background: #222 !important;
    background: rgba(222,222,222,1) !important;
    box-shadow: none !important;
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(227,24,24,1) !important;
    cursor: default;
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(184,184,184,1) !important;
}

.metaslider .caption-wrap {
    opacity: 0.8 !important;
}




/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	clear: both;
	margin: 0px 0 2.2em;
}
.widget-title {
	color: #666;
	font-size: 12px;
	font-weight:bold;
	text-transform: uppercase;
}
.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
}


/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 100%;
    border-radius:0px;
    padding:5px;
}


.error404 .entry-content ul {
    width: 87%;
    margin: 0 auto;
}

.error404 .entry-content .widget ul li a {
    color: #000;
    text-decoration: none;
}

.error404 .entry-content .widget ul li {
    float: left;
    margin: 20px;
}

.error404 .entry-content ul {
    width: 70%;
    margin: 0 auto;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	border: 0;
	padding: 0;
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
#searchsubmit {
	display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll #nav-above, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll #nav-below,
.infinite-scroll.neverending #colophon { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending #colophon {
	display: block;
}


/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {

	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


/* Minimum width of 960 pixels. */
@media screen and (max-width: 800px) {
#secondary{
	float:none;
	width:100%;
}
.widget_search #s{
	display:block;
	margin:0 auto;
	width:90%;
}
#primary {
	float: none;
	margin: 0;
	width: 100%;
}
#content {
	margin: 0;
}
#masthead{
	text-align:center;
}

#contenido_portada .wpcf-field-texto-principal {
    width: 100%;    
}

#contenido_portada .wpcf-field-imagen {
    width: 100%; 
    text-align: center;   
}



}



/* =Footer
----------------------------------------------- */


.site-footer {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	background: #2c2c2c;
	overflow: hidden;
}

.site-footer .site-info {
	max-width: 922px;
	margin: 0 auto;
}

.site-footer ul {
	list-style: none;
}


/*COMPLEMENTOS KITS*/
.c-title{
    font-weight: bold;
    font-size: .9em;   
}

.c-ref{
    font-size:.8em;
}
.complemento-g span, .complemento span{
    clear:both;
    display:block;
}

.complemento-g a, .complemento a{
   color:black;
}

.complemento-g{
    width:100%;
    margin-bottom: 52px;
}

.complemento{
    width: 50%;
    float: left;
    margin-bottom: 4px;
    min-height: 245px;
}
.complemento-g br, .complemento br{
    display:none;
}

.term-95 .producto-content img{
    padding-top: 103px;
padding-bottom: 103px;
}

#post-1244 img{
    padding-top: 124px;
    padding-bottom: 94px;
}

.single #post-1244 img {
padding-top:0px; 
padding-bottom: 0px;
}
.row-kits{
    position: relative;
    top: 98px;
}


#post-1289 .entry-content{
    min-height: 429px;
    }
            
#post-875 .entry-content .producto-content{
    min-height: 430px;
}

            
 #post-1289 .entry-content img{  
    margin-bottom: 40px;
 }
 
 .content-kit{
    font-size: 0.875rem;
    clear: both;
    float: left;
    margin-top: 135px;
 }
 
