@import url('LESS/style.css');
html{
	
	
}
body{
	width: 100%;
	height: 100%;
   
}
.decoration1{
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 1;
	background-image: url('img/big-ribbon.png');
	background-position: center center;
	background-repeat: no-repeat;
}
/*
.decoration2{
	width: 50%;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 100%;
	z-index: 1;
	background-image: url('img/ribbon-izq.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}
*/

/* Preloader */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(img/spinner.gif); /* path to your loading animation */
    background-repeat:no-repeat;
     background-size: 120px;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}
   


#loading{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: white;
    display: block;
    background-image:url(img/loading.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center 200px;
    background-size: 120px;
}



/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\  SLIDER HOME   /\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */

#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
    margin-top: -50px;
}
.slides-navigation a.next {
  right: 0;
    margin-top: -50px;
}
.slides-navigation a img{
    width: 30px;
}

.slides-pagination {
  position: fixed;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #222;
}

#slides .titular{
    left:25%;width:50%;height:50%;top:25%;position:absolute;text-align:center;
    margin-top: 50px;
}
#slides .titular h3{
    /*color: white;
    font-family: serif;
    font-weight: 400px;
    font-size: 20px;
    letter-spacing: 7px;
    opacity: 0.8;*/
    color: white;
    font-family: 'Arimi', serif;
    font-weight: 400px;
    opacity: 0.6;
    letter-spacing: 0.9vw;
    font-size: 1.2vw;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 100% !important;
}
#slides .titular h2{
    /*color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 110px;
    letter-spacing: 46px;
    margin-bottom: 40px;
    font-weight: 400;*/
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 8.5vw;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 100% !important;
    letter-spacing: 2.8vw;
    margin-bottom: 30px !important;
}
#slides .titular a{
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border: 2px solid white;
    border-radius: 21px;
    color: white;
    padding: 10px 40px 10px 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin-top: 20px;
    
    background-image: url(img/arrow3.png);
    background-repeat: no-repeat;
    background-position: right 9px center;
     -o-transition-duration: .25s;
	-moz-transition-duration: .25s;
	-webkit-transition-duration: .25s;
    transition-duration: .25s;
}

.hentry .hentry-title {
    color: #9d9d9d;
    font-family: 'Arimi', serif;
    font-weight: 400;
    font-size: 2.1rem;
    line-height: 2.1rem;
    margin: 0;
    padding: 15px 0;
    text-transform: uppercase;
}
#slides .titular a:hover{
    text-decoration: none;
    background-color: rgba(0,0,0,0.3);
    padding: 10px 50px 10px 30px;
   
}

#slides img{

}

.mostrar{
    opacity: 1 !important;
    display:block !important;
}
.ocultar{
    opacity: 0;
    display: none;
}




#idiomaSWITCHER{  
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
#idiomaSWITCHER a{
    color: #929292;
    font-size: 12px;
    text-decoration: none;
    background: #e2e2e2 none repeat scroll 0 0;
     -o-transition-duration: .25s;
	-moz-transition-duration: .25s;
	-webkit-transition-duration: .25s;
    transition-duration: .25s;
    display: block;
    padding: 37px 33px;
}


#idiomaSWITCHER:lang(es) .icl-es{
    display: none;
}
#idiomaSWITCHER:lang(en) .icl-en{
    display: none;
}

#lang_sel_list {
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
}

#lang_sel_list a.lang_sel_sel,
#lang_sel_list a.lang_sel_other{
    background: #e2e2e2 none repeat scroll 0 0;
    color: #929292;
}


#lang_sel_list a.lang_sel_sel:hover,
#lang_sel_list a.lang_sel_other:hover{
    background: black;
    color: white;
}


#idiomaSWITCHER .lang_sel_list_horizontal a{
    
}


#stndisplay{
    width: 100%;
    padding-bottom: 0px;
    display: block;
    margin-top: 8px;
}
#stndisplay ul{
    list-style: none;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: gray;
    font-size: 13px;
    text-align: center;

}
#stndisplay ul li{
    float: left;
    display: inline-block;
    width: 14%;
    text-align: center;
    line-height: 33px;
}
#stndisplay ul li a{
    color: #959595;
     -o-transition-duration: .25s;
	-moz-transition-duration: .25s;
	-webkit-transition-duration: .25s;
    transition-duration: .25s;
    text-decoration: none;
}
#stndisplay ul li a:hover{
    color: black;
     -o-transition-duration: .25s;
	-moz-transition-duration: .25s;
	-webkit-transition-duration: .25s;
    transition-duration: .25s;
}
.thelogo{
    display: block;
    width: 100%;
    height: 70px;
    margin-top: -26px;
    background-image: url(img/logo-stn.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70px;
}
.thelogomobile{
    display: block;
    width: 70px;
    height: 70px;
    float: left;
    align-content: left;
    background-image: url(img/logo-stn.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px;
    margin-top: -20px;
}
#mobilelauncher{
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(img/menu-burger.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-bottom: 20px;
}
#stnmobile{
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    margin-top:0px; 
    margin: 0;
    list-style: none;
    padding: 0;
    -o-transition-duration: .25s;
	-moz-transition-duration: .25s;
	-webkit-transition-duration: .25s;
    transition-duration: .25s;
}
#stnmobile ul{
     background: white;
    position: relative;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    list-style: none;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: black;
    font-size: 5vw;
    line-height: 200%;
    padding-top: 20px;
}
#stnmobile ul a{
    color: silver;
}
#stnmobile ul a:hover{
    color: black;
    text-decoration: none;
}

/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */



.home article{
	
	position: absolute !important;
	z-index: 3;
	width: 100%;
	height: 100%;

}
.page article{
	
	position: relative;
	z-index: 3;
	width: 100%;
	height: 100%;

}
body.home article{
    overflow: hidden;
}

.listaproductos{
	min-height: 500px;
}

#primary-header{
	background-color: white;
	margin-top: 0;
	padding-top: 20px;
}

.navbar-nav ul{
	width: 100%;

}
.navbar-nav ul li{
	list-style: none;
	float: none;
	text-align: center;
	margin: 4px;
	
}

.topmenu{
	width: 100%;
}

.topmenu .navbar-nav ul li{
	float: left;
}

.topmenu .navbar-nav{
	float: right;
	margin-top: 20px;
	text-transform: uppercase;
	color: #989898;
	
}

.topmenu .navbar-nav li a{
	text-decoration: none;
	color: #989898;
	font-size: 14px;
	padding: 2px;
	font-family: 'Montserrat', sans-serif;
	margin-left: 0px;
	margin-right: 10px;
}
.topmenu .navbar-nav li.menu-item-language a{
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	
}
.menu-item-language img.iclflag{
	margin: 0;
	margin-bottom: 4px;
}
.topmenu .navbar-nav ul li.menu-item-language{
	margin-bottom: 4px;
}
.topmenu .navbar-nav ul li a:hover{
	text-decoration: none;
	color: #a11616;
}


#homeslider{
	width: 100%;
	/*ax-width: 1800px;*/
}

#homeslider.container{
	padding: 0;
}
#primary section#boxopciones{
	/*position: relative;
	margin-top:-200px;
	background: white;
	background-image: url('img/fondobox.jpg');
	background-position: right top;
	background-repeat: no-repeat;*/
}

section.container{
	margin-bottom: 0;
	padding-bottom: 20px;
}

#boxopciones .cat1{
	padding-top: 16px;
	padding-left: 30px;
	padding-right: 15px;	
}
#boxopciones .cat2{
	padding-top: 16px;
	padding-left: 23px;
	padding-right: 23px;	
}

#boxopciones .cat3{
	padding-top: 16px;
	padding-left: 15px;
	padding-right: 30px;	
}
#boxopciones .cat4{
	padding-left: 20px;
	padding-right: 20px;	
}
#boxopciones .cat5{
	padding-left: 10px;
	padding-right: 30px;	
}

#boxpacking{
	padding-bottom: 60px;
}


.big-image{
	text-align: center;
}


ol.carousel-indicators{
	padding:180px;
}




.front-page-category .front-page-entry {
    border-top:none;
    margin-bottom: 20px;
    padding-top: 15px;
}
.front-page-category .entry-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 2rem;
}

.front-page-category .entry-title a span{
	color: gray;
	font-size: 14px;
    font-weight: 300;
}
#homeclaim{
	position: absolute;
	z-index: 9999;
	width: 100%;
}
.homeclaimwrapper{
	width: 100%;
	padding-left: 20%;
	padding-right: 20%;
	text-align: center;
	margin-top: 10%;
	-o-transition-duration: .25s;
	-moz-transition-duration: .25s;
	-webkit-transition-duration: .25s;
    transition-duration: .25s;
    display: block;
}

#homeclaim h1{
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 50px;
	margin-bottom: 20px;
}
#homeclaim a{
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 16px;
	padding: 10px 20px;
	border: 1px solid white;
	margin-bottom: 20px;
	margin-top: 20px;
}
#homeclaim p{
	margin-top: 30px;
	font-weight: 400;
	color: white;
	font-size: 14px;
	line-height: 120%;
	padding-left: 20%;
	padding-right: 20%;

}
#primary{
	/*height: 100%;*/
	/*min-height: 800px;*/
	/*
	min-height: 100%;
	height: auto !important; 
	height: 100%;
	margin: 0 auto; */
	
}
footer{
	background-color: white;
	width: 100%;
	border-top: 1px solid #dedede;
	padding: 30px;
	padding-bottom: 50px;
	text-align: center;
	position: relative;
	bottom: 0;
}

.container{
	background-color: white;
}

.header-block {
    border-top: none;
    padding-top: 3px;
}
.hentry{
	border-top: none;
}
#primary section{
    padding: 0;
    background-image: none !important;
}

.mb0{
    width: 100%;
    background: white;
    border-top:1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    padding: 0;
    position: relative;
    z-index: 999;
}
.fijado{
    position: fixed;
    top:0;
    z-index: 9999;
}

.mb0 #product-filter{
    width: 1170px;
    left: 50%;
    position: relative;
    margin-left: -585px;
    background-image: none !important;
}
.mb0{
    margin-bottom: 0;
    padding-bottom: 0px !important;
}
#loading{
    top:0px !important;
}

#products{
    display: block;
    height: 500px;
    background: silver;
    height: auto;
    margin-bottom: 100px;
    
}
.moveoff{
    margin-top: -150px;
    -o-transition-duration: .1s;
	-moz-transition-duration: .1s;
	-webkit-transition-duration: .1s;
    transition-duration: .1s;
}
.moveon{
    margin-top: 0px;
     -o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.mb0,
.mt50,
.contact .container:first-child{
	margin-top: 0;
	margin-bottom: 0;
}
.mt50 section.container{
	background-image: none;
	background-color: white;
}

.post-type-archive-alpl_professional .alpl_professional {
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 4px;
}

.professional-link{
		margin-top: 20px;
}

.professional-link a{
	background-image: none;
    border: 1px solid #cecece;
    color: gray;
    padding: 8px 33px;
    text-transform: uppercase;
}
.post-type-archive-alpl_professional .alpl_professional .hentry-thumbnail img{
	-webkit-box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.26);
	-moz-box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.26);
	box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.26);
}

.packing-block{
	margin-left: -15px;
}

.header-block .title,
.packing-block .title{
	color: #949494;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 400;
}



#photos {
  /* Prevent vertical gaps */
  line-height: 0;
   
  -webkit-column-count: 3;
  -webkit-column-gap:   0px;
  -moz-column-count:    3;
  -moz-column-gap:      0px;
  column-count:         3;
  column-gap:           0px;  
}
#photos a{
	border: none;
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  padding: 10px;
  border: none;
}



/* Container used for styling the custom select, the buttom class below adds the
 * bg gradient, corners, etc. */
.custom-select {
	position: relative;
	display: block;
   margin-bottom: 6px !important;
}
#product-filter .row{
    margin-top: -4px;
}
.SELfamilia{
    padding-right: 10px;
    border-right: 1px solid #d0d0d0;
    padding-top:10px;
    min-height: 60px;
}
.SELformato{
    padding-right: 10px;
    border-right: 1px solid #d0d0d0;
    padding-top:10px;
    min-height: 60px;
   
}
.SELserie{
    padding-right: 10px;
    padding-top:10px;
    min-height: 60px;
}

.SELacabado{
    padding-right: 10px;
    padding-top:10px;
    min-height: 60px;
}

.SELcalidad{
    padding-right: 10px;
    padding-top:10px;
    min-height: 60px;
}


select#family{
    background: white;
    border: none;
    width: 100%;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
select#family option{
    padding: 10px;
    border: none;
}

select#format{
    background: white;
    border: none;
    width: 100%;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
select#format option{
    padding: 10px;
    border: none;
}
select#serie{
    background: white;
    border: none;
    width: 100%;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
select#serie option{
    padding: 10px;
    border: none;
}

select#acabado{
    background: white;
    border: none;
    width: 100%;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
select#acabado option{
    padding: 10px;
    border: none;
}


select#calidad{
    background: white;
    border: none;
    width: 100%;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
select#calidad option{
    padding: 10px;
    border: none;
}


#productswrap{
    background: #4a4a4a;
    width: 100%;
    height: 100%;
    position: relative;
    /*z-index: 2;*/
}


#productwrap{
	top:10%;
	left:25%;
    background: white;
    width: 50%;
    height: 50%;
    position: relative;
    /*border-style: solid;*/
    /*z-index: 1;*/
}


#return{
	position: absolute;
    left: 0;
    top: 100%;
    width: 5%;
    height: 5%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
	z-index: 5;
}


#productsbg{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: absolute;
    overflow: hidden;
    background-attachment: fixed;
    -webkit-filter: blur(9px);
    -moz-filter: blur(9px);
    -o-filter: blur(9px);
    -ms-filter: blur(9px);
    filter: blur(9px);
    margin-top: -20px;
    opacity: 0.7;
}
#productswrap .container{
    background: transparent !important;
}

#productwrap .container{
   background: white;
}

#productswrap .productstit{
    padding: 80px 0%;
    text-align: center;
}

#productswrap .productstit h6{
    font-family: 'Arimi', serif;
    font-weight: 400;
    font-size: 18px;
    color: white;
    letter-spacing: 8px;
    opacity: 0.8;
    margin-bottom: 4px;
}
#productswrap .productstit h1{
    color: white;
    font-family: "Montserrat",sans-serif;
    font-size: 81px;
    letter-spacing: 22px;
    margin: 0;
    
    color: white;
    font-family: "Montserrat",sans-serif;
    font-size: 81px;
    letter-spacing: 22px;
    margin: 0px;
    position: relative;
    
}
#productswrap .productstit h5{
    border-top: 1px solid white;
    color: white;
    font-family: "Montserrat",sans-serif;
    font-size: 11px;
    left: 50%;
    letter-spacing: 7px;
    margin: 20px 0 0 -150px;
    padding-top: 20px;
    position: relative;
    width: 300px;;
}
.product-list-wrapper{
    background: white;
}
#products{
    background: white;
    padding: 90px;
    font-family: 'Montserrat', sans-serif;
}
.product-header h3,.product-header p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.product-header h4{
   color: #a7a7a7;
    font-size: 12px;
    letter-spacing: 4px;
    margin: 38px 0 0;
    padding: 0;
    font-family: 'Arimi', serif;
    font-weight: 400;
    line-height: 1.1;
}

.product-header h3, .product-header p {
    border-bottom: 1px solid silver;
    color: black;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 20px;
    margin: 0 0 20px 10px;
    padding: 10px 20px 20px;
}

#products .product-serie-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.product-header h3.subtitular{
    font-size: 24px;
    letter-spacing: 1px;
    margin-top: 80px;
}
/* This is the native select, we're making everything but the text invisible so
 * we can see the button styles in the wrapper */
.custom-select select {
	width: 100%;
	margin: 0;
	outline: none;
	padding: .6em .8em .5em .8em;

	/* Prefixed box-sizing rules necessary for older browsers */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	/* Font size must be 16px to prevent iOS page zoom on focus */
	font-size: 16px;
}


/* Custom arrow sits on top of the select - could be an image, SVG, icon font,
 * etc. or the arrow could just baked into the bg image on the select. */
.custom-select::after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 1em;
	z-index: 2;
	/* These hacks make the select behind the arrow clickable in some browsers */
	pointer-events: none;
	display: none;
}



/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\  CATÁLOGOS   /\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */


.page-template-alpl_professional #primary{
    background: #f4f4f4;
}

.page-template-alpl_professional #primary .container{
    background: transparent;
}

.page-template-alpl_professional #primary .container 

.alpl_professional .hentry-thumbnail img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.thewrap{
    display: block;
    padding: 0;
    height: 560px;
    position: relative;
}

.thewrap .boxposicion{
    background: white none repeat scroll 0 0;
    display: block;
    height: 260px;
    left: 20px;
    padding: 0;
    position: absolute;
    top: 20px;
    width: 350px;
    z-index: 1;
    -webkit-box-shadow: 10px 10px 15px -5px rgba(0,0,0,0.21);
    -moz-box-shadow: 10px 10px 15px -5px rgba(0,0,0,0.21);
    box-shadow: 10px 10px 15px -5px rgba(0,0,0,0.21);
    height: 310px;
    top: 200px;
}


.post-339 .boxposicion {
    background: black;

}
.post-339 .thewrap .professional-link {
    opacity: 0.6;
}


.thewrap img{
    position: relative;
    z-index: 2;
    margin-bottom: -40px;
}
.thewrap .professional-link {
    position: absolute;
    width: 100%;
    z-index: 3;
}

.page-template-alpl_professional .mt50{
    text-align: center;
}

.page-template-alpl_professional .primero .header-block h3{
    color: black;
    font-family: "Montserrat",sans-serif;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 12px;
    margin-top: 32px;
    text-align: center;
}
.page-template-alpl_professional .primero .header-block h4{
    border-bottom: 1px solid #c0c0c0;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 10px;
    padding: 4px 0 32px;
    text-align: center;
}
.page-template-alpl_professional .header-block h3{
    color: black;
    font-family: "Montserrat",sans-serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 12px;
    margin-top: 32px;
    text-align: center;
}

/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/    INFORMACIÓN     \/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */


.page-template-template-informacion #primary{
    background: #f4f4f4;
    min-height: 1200px;
}

.infobox{
    background-color: transparent !important;
    padding: 20px 5%;
    
}
.infobox p {
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 0;
    text-align: justify;
}

.theinfo .header-block h3{
    color: black;
    font-family: "Montserrat",sans-serif;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 42px;
    text-align: center;
    color: black;
    text-transform: uppercase;
}
.theinfo .header-block h4{
    border-bottom: 1px solid #dadada;
    color: black;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 4px 0 30px;
    text-align: center;
}

/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/    EMPRESA     \/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */


.page-template-template-empresa #primary{
    background: #f4f4f4;
    background-image: url(img/fondo4.jpg);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1200px;
}


.page-template-template-empresa .header-block h3{
    color: black;
    font-family: "Montserrat",sans-serif;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 12px;
    margin-top: 42px;
    text-align: center;
    color: white;
}
.page-template-template-empresa .header-block h4{
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 10px;
    padding: 4px 0 30px;
    text-align: center;
    color: white;
}

.page-template-template-empresa .container{
    background: transparent;
}
.page-template-template-empresa #primary .container .row{
    background: transparent;
    margin-top: 20px;
    padding-bottom: 100px;
}
.bloque-imagen1{
    background: black none repeat scroll 0 0;
    float: left;
    margin: -10px -5px;
    padding: 39px;
    position: absolute;
    width: 580px;
    z-index: 2;
}

.bloque-imagen2{
    float: left;
    margin: -10px -160px;
    padding: 39px;
    position: absolute;
    text-align: right;
    top: 740px;
    width: 580px;
    z-index: 2;
}
.bloque-imagen2 img{
    float:right;
    margin-left: 30px;
}

.bloque-imagen3{
    background: white none repeat scroll 0 0;
    float: left;
    margin: -10px -5px;
    padding: 39px;
    position: absolute;
    top: 970px;
    width: 580px;
    z-index: 2;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.24);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.24);
}

#bloque1{
    background: white none repeat scroll 0 0;
    float: right;
    margin-right: -3px;
    margin-top: 70px;
    padding: 40px 40px 40px 100px;
    position: relative;
    width: 56%;
}
#bloque1 img{
    border-top: 1px solid silver;
    height: auto;
    max-width: 90%;
    padding-top: 20px;
}
#bloque1 p{
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}
#bloque2{
    padding: 10px 70px;
}
#bloque2 p{
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}
#bloque2 .bloque-imagen{
    float: left;
    width: 50%;
    background: black;
    padding;30px;
    position: relative;
    margin-right; 25%;
}
#bloque2 .bloque-texto{
    float: left;
    width: 50%;
    padding: 0px 0 0 40px;
}
.bloque-certificados{
    border-top: 1px solid #a3a3a3;
    border-bottom: 1px solid #a3a3a3;
    padding: 0px 0;
    margin: 20px 0;
    display: block;
    width: 100%;
    float: left;
}
.bloque-certificados a{
    float: left;
}
.bloque-certificados a img{
    width: 100px;
}


.bloque-certificado1{
    padding: 10px 0 0 70px;
}

.bloque-certificado2{
    padding: 10px 70px 0 0;
}

/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/    BLOG     \/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */


.blog #primary section .row .row,
.single-post #primary section .row .row{
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0px;
    padding-top:40px;
}

.blog .actualidad .header-block h3,
.single-post .actualidad .header-block h3{
    color: black;
    font-family: "Montserrat",sans-serif;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 12px;
    margin-top: 42px;
    text-align: center;
    color: white;
}
.blog .actualidad .header-block h4,
.single-post .actualidad .header-block h4{
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 10px;
    padding: 4px 0 30px;
    text-align: center;
    color: white;
}

.blog .actualidad,
.single-post .actualidad{
    background: #f4f4f4 none repeat scroll 0 0;
    background: transparent;
}

.blog .container .hentry{
    padding-top: 0;
}
.blog .container .row{
    margin: 0;
} 
.single-post .container .row{
    margin: 0;
    padding-top: 20px;
} 


.blog #primary,
.single-post #primary{
    background: #f4f4f4;
    background-image: url(img/fondo2.jpg);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1200px;
}



.blog h3.hentry-title,
.single-post h3.hentry-title{
    font-family: "Montserrat",sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: white;
    
}

.blog #primary .container,
.single-post #primary .container{
    padding: 0px 40px;
    padding: 0;
}

.single-post #primary-header {
    background-color: white;
    margin-top: 0;
    padding-top: 0px;
}

.blog .hentry-meta,
.single-post .hentry-meta{
    font-family: 'Arimi', serif;
    font-weight: 400;
    line-height: 1.1;
    border-bottom: 1px solid silver;
    color: silver;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0;
    padding-bottom: 10px;
}

.blog .container{
    background: transparent
}
.single-post .container{
    background: white
}
.single-post .actualidad{
     background: transparent
}

.blog #primary section .row{
    margin: 0;
}

.blog #primary section .row .hentry-large-wrapper {
    background: white none repeat scroll 0 0;
    margin-bottom: 60px;
    padding-bottom: 34px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.24);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.24);
}


.single-post .img-responsive, .thumbnail > img, .thumbnail a{
   
}

.single-post .hentry p {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    margin: 30px;
    text-align: center;
}

.single-post .img-responsive{
    display: block;
    height: auto;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}

/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/   CONTACTO     \/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */

.page-template-contact-tpl .thecontact .header-block h3{
    color: black;
    font-family: "Montserrat",sans-serif;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 12px;
    margin-top: 42px;
    text-align: center;
    color: white;
}
.page-template-contact-tpl .thecontact .header-block h4{
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 10px;
    padding: 4px 0 30px;
    text-align: center;
    color: white;
}

#boxform{
	background: black none repeat scroll 0 0;
    border: 20px solid white;
    float: right;
    margin-right: -735px;
    margin-top: 100px;
    padding-right: 40px;
    position: absolute;
    right: 50%;
    width: 500px;
    z-index: 9999;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.24);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.24);
}

.theform{
    position: relative;
    right: 229px;
    width: 710px;
}
.contact-form{
    color: white;
}
.formcontacto{
    background: transparent;
    color: white;
    text-align: center;
}
.contact-address p{
    text-align: center !important;
}
.contact input, .contact textarea {
    background-color: black;
    border: none;
    border-bottom: 1px solid #575757;
    border-radius: 0px;
    box-shadow: none;
    color: white;
}
.contact input:focus{
     border-bottom: 1px solid silver;   
}
.contact textarea:focus{
     border-bottom: 1px solid silver;   
}

#map-container{
	padding-top: 0;
	padding-bottom: 100px;
	min-height: 600px;
}

.no-margin{
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.contact{
    background-image: url(img/fondo3.jpg);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1200px;
}
.thecontact{
    background:transparent;
}
.contact .subheader-block {
    border-top: none;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
   }

.contact label, .contact textarea, .contact input {
    font-size: 14px;
    font-weight: 400;
    line-height: 2rem;
    text-align: left !important;
}


/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */



@supports ( -webkit-appearance: none ) or ( appearance: none )
	/* Firefox <= 34 has a false positive on @supports( -moz-appearance: none )
	 * @supports ( mask-type: alpha ) is Firefox 35+
	 */
	or ( ( -moz-appearance: none ) and ( mask-type: alpha ) ) {
	
	/* Show custom arrow */
	.custom-select::after {
		display: block;
	}

	/* Remove select styling */
	.custom-select select {
		padding-right: 2em; /* Match-01 */
		/* inside @supports so that iOS <= 8 display the native arrow */
		background: none; /* Match-04 */
		/* inside @supports so that Android <= 4.3 display the native arrow */
		border: 1px solid transparent; /* Match-05 */

		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.custom-select select:focus {
		border-color: #aaa; /* Match-03 */
	}
        
        .mostrar{
            display: none !important;
        }
}



/*- -- - - - - - - - MEDIA QUIERY - - - - - - - */


@media (max-width: 1400px) {
  .homeclaimwrapper{
		margin-top: 7%;
	}
	#homeclaim p{
		padding-left: 10%;
		padding-right: 10%;
	}
	
}

@media (max-width: 1200px) {
    #bloque1 {
        margin-right: 10px;
        width: 52%;

    }
    
  .homeclaimwrapper{
		margin-top: 5%;
	}
	.homeclaimwrapper,
	#homeclaim p{
		padding-left: 10%;
		padding-right: 10%;
	}
	#homeclaim h1{
		font-size: 40px;
	}
	ol.carousel-indicators{
		display: none;
	}
	.carousel-inner > .item > img {
	    /*height: 450px;
	    width: 100%;*/
	}
	
	#boxform{

	    float: right;
	    margin-right: 0px;
	    position: relative;
	    right: 0%;
	    width: 100%;
	    z-index: 9999;
	    margin-top: 0px;
	}
	
     #boxform{
        background: black none repeat scroll 0 0;
        border: 20px solid white;
        float: none;
        margin-right: 0px;
        margin-top: 30px;
        padding-right: 40px;
        position: relative;
        right: 0%;
        width: 100%;
        z-index: 9999;
        -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.24);
        -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.24);
        box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.24);
    }

    .theform{
        position: relative;
        right: 0;
        width: 90%;
        margin: 0 5%;
    }
    
    
    
	#map-container{
		padding-top: 40px;
		padding-bottom: 100px;
		min-height: 600px;
	}
	
	#photos {
	  /* Prevent vertical gaps */
	  line-height: 0;
	   
	  -webkit-column-count: 2;
	  -webkit-column-gap:   0px;
	  -moz-column-count:    2;
	  -moz-column-gap:      0px;
	  column-count:         2;
	  column-gap:           0px;  
	}
    
     #slides .titular h3{
        font-size: 2vw;
    }
     #slides .titular h2{
        font-size: 12vw;
    }

    #idiomaSWITCHER{
        display: none;
    }
    .mostrar{
            display: block !important;
    }
    .mb0 #product-filter {
        left: 0 !important;
        margin: 0 5%;
        width: 90% !important;
    }
    .SELfamilia,
    .SELformato,
    .SELserie{
    border-right: none;
    border-bottom: 1px solid #d0d0d0;
        min-height: 50px;
        padding-right: 10px;
        padding-top: 10px;
    }
    
     #bloque1 {
        background: white none repeat scroll 0 0;
        float: none;
        margin-top: 0px;
        padding: 30px;
        position: relative;
        width: 100%;
    }
    .bloque-imagen1,
    .bloque-imagen2,
    .bloque-imagen3{
        position: relative;
        width: 100%;
        float: left;
        margin: 0;
        left: 0;
        right: 0;
        top: 0;
        text-align: center;
    }
    .bloque-imagen2 img {
        float: none;
        margin-left: 0px;
    }
    .fijado{
        position: relative;
    }
}




@media (max-width: 700px) {
	body{
		background-image:none;
	}
  #primary section#boxopciones{
		margin-top:-10px;
	}
	ol.carousel-indicators{
		padding:0px;
	}
	.homeclaimwrapper{
		margin-top: 10%;
	}
	.homeclaimwrapper,
	#homeclaim p{
		padding-left: 5%;
		padding-right: 5%;
	}
	#homeclaim h1{
		font-size: 30px;
	}
	#homeclaim a{
		font-size: 14px;
	}
	#homeclaim p{
		font-family: 13px;
	}
	.page img {
	    height: auto;
	    width: 100%;
	}
	
	.carousel-inner > .item > img {
	    /*height: 300px;
	    width: 100%;*/
	}
    
    #products{
        padding: 30px;
    }
    #productswrap .productstit h1 {
        font-size: 12vw;
        letter-spacing: 6vw;
    }
	#productswrap .productstit h6 {
        font-size: 2.5vw;
        letter-spacing: 2vw;
    }
    
	#boxopciones .cat1,
	#boxopciones .cat2,
	#boxopciones .cat3,
	#boxopciones .cat4,
	#boxopciones .cat5{
		padding: 0;
		padding-left: 5%;
		padding-right: 5%;	
	}
    
   
   
	
	#photos {
	  /* Prevent vertical gaps */
	  line-height: 0;
	   
	  -webkit-column-count: 1;
	  -webkit-column-gap:   0px;
	  -moz-column-count:    1;
	  -moz-column-gap:      0px;
	  column-count:         1;
	  column-gap:           0px;  
	}
    
    #slides .titular {
        text-align: center;
        height: 50%;
        left: 0;
        margin-top: 50px;
        position: absolute;
        text-align: center;
        top: 25%;
        width: 100%;
    }
    #slides .titular h2{
        font-size: 18vw;
        letter-spacing: 1vw;
    }
     #slides .titular h3 {
        display: block;
        font-size: 4vw;
        padding: 0 28% !important;
    }
    
    .single-post .img-responsive{
        max-width: 100%;
    }

    
}




#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}
#wrapper h2,
#wrapper p{

}
a{
	color: #262327;
}
.headpage h1{
    font-size: 22px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.headpage h2{
     font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 10px;
    margin-top: -10px;
    text-align: left;
}
.headpage h3{
    font-size: 16px;
    margin-bottom: 0;
    /*margin-top: -10px;*/
    font-weight: 600;
   /*padding-bottom: 6px;*/
    padding-top: 10px;
    color: #f2615c;
    color: black;
}
.headpage{
	margin-left: 0;
	margin-right: 0;
}

#pop-up-fondo2{
	z-index: 9991;
	position: fixed;
	width: 100%;
	height: 100%;
	/*background-color: rgba(235,235,235,0.76);*/
	background-color:white;
	display: none;
}
#pop-up-acceso2{
	width: 50%;
	background-color: white;
	position: absolute;
	left: 25%;
	top:17%;
	/*margin-left: -260px;
	margin-top: -280px;*/
	padding: 40px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 6px;
	-webkit-transition-duration: .25s;
	-moz-transition-duration: .25s;
    transition-duration: .25s;
}
#accesocerrar2{
	display: block;
	width: 50px;
	height: 50px;
	background-color: white;
	position: absolute;
	/*background-image: url('../img/spritelogin.png');*/
	background-repeat: no-repeat;
	background-position: 0px -104px;
	cursor: pointer;
	right: 4px;
	top:8px;
}


#pop-up-fondo3{
	z-index: 9991;
	position: fixed;
	width: 100%;
	height: 100%;
	/*background-color: rgba(235,235,235,0.76);*/
	background-color:white;
	
	
	display: none;
}
#pop-up-acceso3{
	width: 50%;
	background-color: white;
	position: absolute;
	left: 25%;
	top:17%;
	/*margin-left: -260px;
	margin-top: -280px;*/
	padding: 40px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 6px;
	-webkit-transition-duration: .25s;
    transition-duration: .25s;
}
#accesocerrar3{
	display: block;
	width: 50px;
	height: 50px;
	background-color: white;
	position: absolute;
	/*background-image: url('../img/spritelogin.png');*/
	background-repeat: no-repeat;
	background-position: 0px -104px;
	cursor: pointer;
	right: 4px;
	top:8px;
}


#pop-up-fondo4{
	z-index: 9991;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(235,235,235,0.76);
	display: none;
}


#accesocerrar4{
	display: block;
	width: 50px;
	height: 50px;
	background-color: white;
	position: absolute;
	/*background-image: url('../img/spritelogin.png');*/
	background-repeat: no-repeat;
	background-position: 0px -104px;
	cursor: pointer;
	right: 4px;
	top:8px;
}



#pop-up-fondo{
	z-index: 9991;
	position: fixed;
	width: 100%;
	height: 100%;
	/*background-color: rgba(235,235,235,0.76);*/
	background-color: white;
	display: none;
}
#pop-up-acceso{
	width: 50%;
	background-color: white;
	position: absolute;
	left: 25%;
	top:17%;
	/*margin-left: -260px;
	margin-top: -280px;*/
	padding: 40px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 6px;
	-webkit-transition-duration: .25s;
    transition-duration: .25s;
}


#politica a {
	color: red;
}


.condiciones{
	margin-left: 0px;
	line-height: 40px;
	margin-bottom: 10px;
	background-color: #f1f1f1;
    border: medium none;
    font-family: "Arimo",sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: 40px;
    margin-bottom: 8px;
    margin-top: 4px;
    padding-left: 12px;
    width: 100%;
}
.condiciones input{
	margin-right: 4px;
}
.condiciones a{
	color: grey;
	text-decoration: underline;
}

.accesobox h4{
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 24px;
	
}
#accesocerrar{
	display: block;
	width: 50px;
	height: 50px;
	background-color: white;
	position: absolute;
	/*background-image: url('../img/spritelogin.png');*/
	background-repeat: no-repeat;
	background-position: 0px -104px;
	cursor: pointer;
	right: 4px;
	top:8px;
}
.accesomail,
.accesopass{
	border: none;
	/*padding-left: 62px;*/
	background-color: #f1f1f1;
	margin-top: 8px;
	height: 44px;
	width: 100%;
	
	
	
	
	
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 8px;
}
.accesomail{
	/*background-image: url('img/spritelogin.png');*/
	background-repeat: no-repeat;
	background-position: 0px -5px;
}
.accesopass{
	/*background-image: url('imgspritelogin.png');*/
	background-repeat: no-repeat;
	background-position: 0px -52px;
}
.accesorecordar{
	font-size: 12px;
	color: #505050;
	padding: 4px;
}
.accesoremember{
	color: ;
	text-decoration: underline;
}
.botontipo1{
	width: 100%;
	background-color: grey;
	
	border: 0;
	padding: 8px;
	font-family: 'Arimo', sans-serif;
	font-weight: 700;
	color: white;
	font-size: 16px;
	margin-bottom: 8px;
	margin-top: 8px;
}
.botontipo1:hover{
	background-color: #ff8383;
}


.accesonuevo{
	margin-top: 20px;
	padding-top: 10px;
	border-top: 2px solid #e7e7e7;
	
}
.accesonuevo h5{
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 20px;
	
}
.accesonuevo p{
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #757575;
	line-height: 120%;
	
}
.botontipo2{
	width: 100%;
	background-color: white;
	border: 1px solid grey;
	padding: 8px;
	font-family: 'Arimo', sans-serif;
	font-weight: 700;
	color:  grey;
	font-size: 15px;
	margin-bottom: 8px;
	margin-top: 8px;
}
.botontipo2:hover{
	background-color: #ff8383;
	color: white;
	-webkit-transition-duration: .25s;
    transition-duration: .25s;
}


