
/*
Theme Name: seft1
Theme URI: http://wordpress.org/themes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: 
Version: 4.0.2
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: black, blue, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2014 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
html{
	background: #e2e2e2;
	background-image: url("img/fondito.png");
	background-repeat: repeat-x;
	background-position: bottom;
}

html,body {
	font-family: 'Open Sans', 'sans-serif';
	color:#666;
	font-size:90%;
	line-height: 100%;
	min-height:100%;
	width:100%;
}

div#wrapper {
height: 100%;
min-width:900px;
}

p {
	font-size:90%;
	line-height: 160%;
	margin-bottom:15px;
}

h1 {
    font-size:105%;
	margin-bottom:15px;
	font-weight:bold;
}
 
h2 {
    font-size: 100%
	margin-bottom:15px;
}
 
h3 {
    font-size: 95%;
	margin-bottom:15px;
}
 
h4 {
    font-size: 85%;
	margin-bottom:15px;
}
 
 
h5 {
    font-size: 80%;
	margin-bottom:15px;
}
 
h6 {
    font-size: 75%;margin-bottom:15px;
}

a {
	color: #666666;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #cd692b;
}

section#first {
	width:100%;
	height:25px;
	background-color:#a8a8a8;
	background: rgba(168, 168, 168, .8);
	position: fixed;
	min-width:900px;
	z-index: 1000;
}

section#second {
	width:100%;
	height:25px;
	background-color:#8e8e8e;
	background: rgba(142, 142, 142, .8);
	position: fixed;
	margin-top:25px;
	min-width:900px;
	z-index: 1000;
}

section#third {
	width:100%;
	height:25px;
	background-color:#808080;
	background: rgba(128, 128, 128, .8);
	position: fixed;
	margin-top:50px;
	min-width:900px;
	z-index: 1000;
}

.second-a{
	padding-left:120px;
}

.second-b{
	padding-left:282px;
}

.second-c{
	padding-left:442px;
}     

div#site-title {
	float:left;
	margin: 5px 25px;
}

div#site-title .logo{
	display: inline-block;
	width:90px;
	height:20px;
	background-image: url(img/seft11.png); 
	
}

div#site-title .logo:hover{
	background-image: url(img/seft12.png); 
	
}


nav#menu {
	list-style: none;
	margin: 0;
}

nav#menu ul {
	list-style: none;
	padding: 5px 0;
}

nav#menu li {
	border-left: 1px solid #808080;
	display: inline;
	float:left;
	width: 160px;
	text-align:center;
	font-family: 'Open Sans', 'sans-serif';
	font-weight: 700; 
	font-size:100%;
	text-transform:uppercase;
}

nav#menu li a {
	color:#666;
	margin: 0 20px;
}

nav#menu li a:hover {
	color:#cd692b;
}


nav#menu li.current-page-item a,
nav#menu li.current-page-ancestor a,
nav#menu li.current-menu-item a,
nav#menu li.current-menu-ancestor a {
	color: #cd692b;
}

nav#menu li.menu-item-29 {
	width:120px;
}


nav#menu li.menu-item-29  a {
	display: inline-block;
	width: 50%;
	height: 100%;
	background-image: url(img/seft11.png);
	color: transparent;
	background-size: 100% 100%; 
}

nav#menu li.menu-item-29  a:hover, nav#menu li#menu-item-29.current_page_item a,  nav#menu li#menu-item-29.current-page-ancestor a {
	background-image: url(img/seft12.png); 
	color: transparent; 
}

/* second-menu */
nav#second-menu {
	list-style: none;
	margin: 0;
}

nav#second-menu ul {
	list-style: none;
	padding: 7px 0;
}

nav#second-menu li {
	border-left: 1px solid #808080;
	display: inline;
	float:left;
	width: 160px;
	text-align:center;
	font-family: 'Open Sans', 'sans-serif';
	font-weight: 600; 
	font-size:90%;
	text-transform:uppercase;
}

nav#second-menu li a {
	color:#666;
	margin: 0 20px;
}

nav#second-menu li a:hover {
	color:#cd692b;
}

nav#second-menu .current-page-item a,
nav#second-menu .current-page-ancestor a,
nav#second-menu .current-menu-item a,
nav#second-menu .current-menu-ancestor a {
	color: #cd692b;
}

nav#second-menu li.menu-item-33 {
	width:120px;
}

/* third-menu */
nav#third-menu {
	list-style: none;
	margin: 0;
}

nav#third-menu ul {
	list-style: none;
	padding: 7px 0;
}

nav#third-menu li {
	border-left: 1px solid #808080;
	display: inline;
	float:left;
	width: 160px;
	text-align:center;
	font-family: 'Open Sans', 'sans-serif';
	font-weight: 600; 
	font-size:85%;
	text-transform:uppercase;
}

nav#third-menu li a {
	color:#666;
	margin: 0 20px;
}

nav#third-menu li a:hover {
	color:#cd692b;
}

nav#third-menu .current-page-item a,
nav#third-menu .current-page-ancestor a,
nav#third-menu .current-menu-item a,
nav#third-menu .current-menu-ancestor a {
	color: #cd692b;
}

nav#third-menu li.menu-item-33 {
	width:120px;
}

/* menu-page */
nav#menu-page {
	list-style: none;
	margin: 0;
	width: 15%;
	margin-top: 95px;
	margin-left: 10%;
	text-align: right;
	position:fixed;
	min-width:100px;
}

nav#menu-page ul {
	list-style: none;
	padding: 7px 0;
}

nav#menu-page li {
	border-bottom: 1px solid #b5b5b5;
	padding:5px 0;
	font-family: 'Open Sans', 'sans-serif';
	font-weight: normal; 
	font-size:90%;
}

nav#menu-page li a {
	color:#808080;
	line-height: 1.5;
}

nav#menu-page li a:hover {
	color:#cd692b;
}

nav#menu-page .current-page-item a,
nav#menu-page .current-page-ancestor a,
nav#menu-page .current-menu-item a,
nav#menu-page .current-menu-ancestor a,
{
	color: #cd692b;
}
nav#menu-page .current_page_item a,
nav#menu-page .current_page_ancestor a,
nav#menu-page .current_menu_item a,
nav#menu-page .current_menu_ancestor a {
	color: #cd692b;
}

article {
float: left;
width: 50%;
margin-left: 30%;
}

.content {
min-height:50px;
padding-top:4px;
}

section.entry-content > .content:first-child {
padding-top:9px;
}

section.entry-content > .content:last-child {
min-height:100%;
}


.content img.cien{
	width:100%;
}

.content img.cincuenta{
	width:49%;
	margin-right:2%;
	float:left;
}

.content img.cincuenta:nth-child(even){margin-right:0;}

.content img.treinta{width:33.3333%; margin:0; float:left;}

.margin-content {
	height:50px;
}

.margin-content:first-child{
	height:100px;
}

nav#menu-page li a.active {
	color: #cd692b;
}

nav#menu-page li.active a {
	color: #cd692b;
}

section.entry-content {
margin-top:0;
position: relative;
}

section.entry-content li.listing-item {
width: 30%;
float:left;
margin-bottom: 10px;
}

section.entry-content li.listing-item img.attachment-thumbnail{
width: 100%;
}

section.entry-contet li.listing-item a.image{
	float:left;
}

section.entry-content li.listing-item a.title{
	float:left;
	margin-top:5px;
	font-size: 12px;
    line-height: 1.2;
    max-width: 90%;
}

.content-list-exp li {
margin-bottom: 15px;
line-height: 1.2;
}

.content-list-exp li a h1 {
    font-weight: normal;
    font-size: 12px;
}

.monitor {
margin-top: 0;
width: 900px;
height: 540px;
position: absolute;
left: 50%;
margin-left: -450px;
}

section.entry-content .galeria-producto{
	width:100%;
	float:left;
}

.galeria-producto #images{
            float:right;
            margin-left:0;
}
        
.galeria-producto #images img{
            width:10%;
			height: 48px;
            padding:0;
			margin:0;
			float: right;
}
        
.galeria-producto #full{
            float:left;
            width:100%;
            height:450px;
}
        
.selected {
            filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
        	filter: gray;
            -webkit-filter: grayscale(100%);
        }
        
.galeria-producto #caption{
            clear:left;
}

.clearfix:after{clear:both;content:".";display:block;font-size:0;height:0;line-height:0;visibility:hidden;}
.clearfix{display:block;zoom:1}


ul#thumblist{display:block; width:100%;}
ul#thumblist li{float: right;margin-right: 2px;list-style:none;}
ul#thumblist li a{display:block;}
ul#thumblist img {
	height:40px;
}
ul#thumblist li a.zoomThumbActive{
    border: 1px solid rgb(231, 231, 231);
}

.jqzoom{
	text-decoration:none;
	float:left;
}

a.jqzoom img.imagencita {
width: 100%;
}

.zoomWrapperTitle {
display: none !important;
}
.content-list-exp li img{display: none;}

.content-list-exp {
    margin-bottom: 20px;
    clear: both;
}

.content-list-exp li a h1{font-weight: normal;}

#post-288.content-list-exp li{ list-style: none; margin: 0; padding: 0; width: 100%; height: 150px; position: relative; overflow: hidden;}

#post-288.content-list-exp li a {width: 100%; height: 150px; position: relative; overflow: hidden; display: block;}

#post-288.content-list-exp li a img{
	display: block; 
	width: 100%; 
	height: auto; 
	position: absolute;
  	left: 50%;
  	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%); /* IE 9 */
   	-webkit-transform: translate(-50%, -50%); /* Safari */
	transition: all 0.5s ease;}


#post-288.content-list-exp li a:hover img{
	opacity: .7;}


#post-288.content-list-exp li a h1{
	position: absolute;
	color:#fff;
	right: 30px;
	font-size: 30px;
	bottom: 10px;
	width: 30%;
	min-width: 250px;
	text-transform: uppercase;
    line-height: 1;
    text-align: right;
    font-weight: bold;}


section.entry-content li.listing-item:nth-of-type(3n+1){clear: both;}

section.entry-content li.listing-item a{display: block; transition: all 0.5s ease;}

section.entry-content li.listing-item a:hover{opacity: .7;}


#post-290.content-list-exp li, #post-298.content-list-exp li, #post-862.content-list-exp li{ list-style: none; margin: 0; padding: 0; width:32%; margin-right: 2%; position: relative; overflow: hidden; float: left; margin-bottom: 10px;}

#post-290.content-list-exp li:nth-of-type(3n), #post-298.content-list-exp li:nth-of-type(3n), #post-862.content-list-exp li:nth-of-type(3n){margin-right:0;}

#post-290.content-list-exp li a, #post-298.content-list-exp li a , #post-862.content-list-exp li a {width: 100%; height: 150px; position: relative; overflow: hidden; display: block;}

#post-290.content-list-exp li a img, #post-298.content-list-exp li a img , #post-862.content-list-exp li a img{
	display: block; 
	width: 160%; 
	height: auto; 
	position: absolute;
  	left: 50%;
  	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%); /* IE 9 */
   	-webkit-transform: translate(-50%, -50%); /* Safari */
	transition: all 0.5s ease;}

#post-290.content-list-exp li a:hover img, #post-298.content-list-exp li a:hover img, #post-862.content-list-exp li a:hover img{
	opacity: .7;}


#post-290.content-list-exp li a h1, #post-298.content-list-exp li a h1, #post-862.content-list-exp li a h1{
	position: absolute;
	color:#fff;
	top:5px;
	right: 5px;
	font-size: 1.7vw;
	width: 100%;
	text-transform: uppercase;
    line-height: 1;
    text-align: right;
    font-weight: bold;}

#container{height: 100%; position: relative; padding-bottom: 400px;}

.nav-post{position: absolute; top:15px; right:0px; text-align: left;}

.nav-post a{font-size: 11px; display:inline; margin-bottom: 10px;}

section.entry-content.exploraciones .titulo{margin-bottom:30px;}

section.entry-content.exploraciones .titulo h2{font-size: 15px; font-weight: bold; margin-bottom: 5px;}
section.entry-content.exploraciones .titulo h3{font-size: 14px;}

.content-list-exp:last-child{padding-bottom: 500px;}


div#content.clearfix{height: 100% !important;}

.page-id-62 #container{padding-bottom: 0 !important;}
