@charset "UTF-8";
/* CSS Document */

.negrita{
	font-weight: bold;
}
.alinear-derecha {
    text-align: right;
}
.margen-inferior {
    margin-bottom: 15px;
}
.izquierda {
    float: left;
}
.derecha {
    float: right;
}
.fila
{
    clear: both;
    display: flex;
    width: 100%;
    margin: 4px 0;
}
.bloque
{
    clear: both;
    display: block;
    width: 100%;
    margin: 4px 0;
	overflow: auto;
}
.medio{
	width: 47.5%;
	margin-right: 5%;
}
.medio:last-child{
	width: 47.5%;
	margin-right: 0;
}
#ficha-general h1{
	border-bottom: 3px solid #999;
}
/************************************ PRELOADER **************************************/
#mypreloader{
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background:url(https://app.bilbaoexhibitioncentre.com/wp-content/plugins/the-preloader/images/preloader.GIF) no-repeat rgba(255, 255, 255, 0.6) 50%;
-moz-background-size:64px 64px;
-o-background-size:64px 64px;
-webkit-background-size:64px 64px;
background-size:64px 64px;
z-index: 99998;
width:100%;
height:100%;
}
/************************************ FAVORITOS **************************************/
#favoritos{
    margin: 0;
    background-color: rgba(0, 0, 0, 0.02);
    padding: 10px;
}

#favoritos .iconos i {
	margin-left: 3px;
    padding: 10px;
    background-color: #444;
    font-size: 13px;
    border-radius: 3px;
    text-transform: uppercase;
    vertical-align: middle;
	color: #fff;
    cursor: pointer;
}

#favoritos .iconos .activo {
    background-color: #777;
}
#favoritos .iconos .fa-picture-o {
	line-height: 18px;
}
#favoritos .iconos p {
    float: right;
    margin-left: 10px;
	font-family: Raleway !important;
	margin-top: 0;
    margin-bottom: 0;
}

/************************************ LISTADO **************************************/

.iconos{
	font-size: 18px;
}
.iconos i{
	margin-left: 10px;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    background: none;
    background-color: #f5f5f5f5;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
	border-top: 1px solid #999999;
    margin-top: 0;
    overflow: auto;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
}
#frmBusqueda #pestanas{
	border: 0;
    font-family: Raleway;
    background-color: rgba(0, 0, 0, 0.02);
}
#frmBusqueda .ui-tabs .ui-tabs-nav li {
	width: 21.8%;
    background: none repeat scroll 0 0 #999999;
	color: #ffffff;
    margin: 0;
    border: 1px solid #ebebeb;
    padding: 5px;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    border-radius: 5px 5px 0 0;
    margin-right: 3px;
    top: 1px;
	text-align: center;
}
.ui-tabs .ui-tabs-nav li:last-child{
    margin-right: 0;
}
.ui-tabs .ui-tabs-nav li a{
    float: none !important;
    color: #ffffff !important;
    text-transform: uppercase;
	border: 0;
	padding: 0;
}

.ui-tabs .ui-tabs-nav li a p{
    /*display: inherit;*/
    padding: 0;
    margin: 0;
}
.ui-widget-header {
    border: 0;
    background: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	text-align: center;
}
.ui-tabs-panel{
    background-color: #f5f5f5;
    padding: 20px 30px;
    margin-bottom: 20px;
	margin-top: 0;
	border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
}
.ui-tabs .ui-tabs-active a {
    color: #444444 !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    color: #444444 !important;
}
.ui-accordion .ui-accordion-header a {
   text-align: left; 
}
#frmBusqueda .resultados .izquierda{
    float: left;
	width: 50%;
}
#frmBusqueda .resultados .derecha{
    float: right;
	width: 50%;
    text-align: right;
}
#frmBusqueda .resultados .derecha a{
    font-weight: bold;
    margin-right: 3px;
    font-size: 16px;
    background-color: #999999;
    color: #ffffff !important;
    padding: 1px 8px 5px 8px;
    border-radius: 3px;
}
#frmBusqueda .resultados .derecha span{
    font-weight: bold;
    margin-right: 3px;
    font-size: 16px;
    background-color: #999999;
    color: #ffffff !important;
    padding: 1px 8px 5px 8px;
    border-radius: 3px;
}
#frmBusqueda .letras{
	text-align: center;
	margin-bottom: 20px;
    overflow-wrap: break-word;
}
#frmBusqueda .letras a{
	margin-left: 5px;
	font-weight: bold;
	color: #444444 !important;
	font-size: 15px;
}
#frmBusqueda .letras a:hover {
    color: #999999 !important;
}
#frmBusqueda .letras span{
    display: none;
}
#frmBusqueda table {
    width: 100%;
    font-size: 15px;
}
#frmBusqueda table span {
    font-size: 13px;
}
#frmBusqueda table tbody {
    background-color: #fff;
}
#frmBusqueda table tr {
    border-bottom: solid 1px #eaeaea;
}
#frmBusqueda table tr th {
    font-weight: bold;
    color: #ffffff;
	background-color: #999999;
    text-transform: uppercase;
    text-shadow: none !important;
}
#frmBusqueda table tr td {
    vertical-align: middle;
}
#frmBusqueda table tr th:first-child{
    text-align: center;
}
.ubicacion .seleccion {
margin-left: 5px;
}
#frmBusqueda table .seleccion {
    background-color: #ffffff !important;
    color: #666666 !important;
    cursor: pointer;
}
#frmBusqueda table  .titulo a {
	font-weight: bold;
    color: #444444 !important;
    font-size: 15px;
}
#frmBusqueda table  .titulo a:hover {
    color: #999999 !important;
}
#frmBusqueda table  .ubicacion {
    text-align: center;
}
#frmBusqueda table  .ubicacion a {
    float: left;
}
#frmBusqueda table  .ubicacion img {
    float: left;
	margin-right: 5px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
#frmBusqueda table  td img {
    margin: auto;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.resaltadoS td {
    background: #fff9ef;
    box-shadow: 0 0 5px #888888;
}

/******************************** FICHA ************************************/

#frm_ficha .ui-tabs .ui-tabs-nav li {
	width: 14.5%;
    background: none repeat scroll 0 0 #999999;
	color: #ffffff;
    margin: 0;
    border: 1px solid #ebebeb;
    padding: 5px;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    border-radius: 5px 5px 0 0;
    margin-right: 5px;
    top: 1px;
	text-align: center;
}
#frm_ficha  #tabs {
    border: 0;
}
#frm_ficha  .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #f5f5f5!important;
    text-align: center;
}

#frm_ficha .redes{
    float:right;

}
#frm_ficha .redes span {
    margin: 0 5px;
    filter: alpha(opacity=40);
    opacity: 0.4;
}
#frm_ficha .redes span:hover{
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
#frm_ficha h4{
    margin: 0 0 10px 0;
    font-weight: bold;
    padding: 5px 0 5px 0;
    text-align: center;
    background-color: #999999;
    color: #ffffff;
    font-size: 18px;
    width: 100%;
}
#frm_ficha .logo-expositor{
    margin: auto;
    display: block;
    float: none;
    margin-top: 20px;
	max-width: 100%;
}
#frm_ficha .razon-social input{
    margin: auto; 
	display: block;
	
}
#frm_ficha  .bloque{
	margin-bottom: 30px;
}
#frm_ficha  .fila{
	margin-bottom: 30px;
}

#frm_ficha .producto {
    border: 1px solid #999;
    padding: 10px;
    background-color: #ffffff;
    margin-bottom: 10px;
	overflow: auto;
}
#frm_ficha .producto .img_producto {
    width: 300px;
    overflow: auto;
    float: left;
    margin-right: 20px;
}
#frm_ficha .producto img{
    height: auto;
    max-width: 300px !important;
    max-height: 300px;
    margin-right: auto;
    width: auto;
    margin-left: auto;
    display: block;
    text-align: center;
}
#frm_ficha .producto .tit_producto{
	margin-left: 40px;
	font-size: 18px;
	font-weight: bold; 
	text-transform: uppercase;
	margin-bottom: 0px;
}
#frm_ficha .producto .desc_producto{
	margin-left: 40px;
    margin-top: 0;
	text-align: justify;
}
#frm_ficha  .actividad {
    border-bottom: solid 1px #999999;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#frm_ficha .razon-social {
    text-align: center;
    margin-right: 20px;
    margin-left: 20px;
}
#frm_ficha  .contactos {
	width: 33%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
#frm_ficha  .descripcion {
    text-align: justify;
}
#frm_ficha  .descripcion h5 {
	font-weight: bold;
    color: #777777;
}

#frm_ficha  .descripcion .ficha-presente{
	color: #222222;
}

#frm_ficha  .descripcion iframe {
	float: left;
    max-width: 500px;
    margin-right: 20px;
    margin-bottom: 20px;
    height: 280px;
}
#frm_ficha  .descripcion img {
	float: left;
    max-width: 500px;
    margin-right: 20px;
    margin-bottom: 20px;
    height: auto;
}
#frm_ficha .ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
    background-color: #ffffff;
    width: 100% !important;
}
#frm_ficha  .fa-print{
	display: none;
}
#frm_ficha .medio:first-child {
    background-color: #ffffff;
	padding-bottom: 20px;
}
#frm_ficha .medio iframe{
	width: 100%;
    height: 100%;
}
#frm_ficha .medio .tercio{
	width: 100%;
    height: auto;
}
#frm_ficha .href{
    margin-left: 10px;
    background-color: #999999;
    width: 60px;
    text-align: center;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}
/******************************** CARRUSEL ************************************/
#frm_ficha  .bx-wrapper img {
    height: 100px !important;
}
#frm_ficha  .bx-wrapper p {
    text-align: center;
}
#frm_ficha  .bx-wrapper .tit_producto {
    font-weight: bold;
    color: #444444;
}
#frm_ficha  .bx-wrapper .desc_producto {
    color: #444444;
}
#frm_ficha .imagen-carrusel {
    border: 1px solid #dddddd;
    padding: 5px 0 5px 0;
}
#frm_ficha .desc-carrusel {
    PADDING: 5px;
    background-color: #eaeaea;
    height: 100%;
}
#frm_ficha .desc-carrusel:hover {
    background-color: #999999;
	color: #ffffff;
}
#frm_ficha .desc-carrusel a:hover {
	color: #ffffff;
}
#frm_ficha .productos {
    display: flex;
}
/******************************** IMPRESIÓN ************************************/
#impresion .logo-impresion{
	max-width: 100%;
    max-height: 300px;
    height: auto;
    margin: auto;
    display: block;
}
#impresion .fila{
	display: block;
	text-align: justify;
}
/******************************** CONTACTAR ************************************/
.ui-widget-overlay{
    z-index: 9999 !important;
}

.ui-dialog{
    z-index: 10000 !important;
	max-width: 600px;
    width: 100% !important;
	-moz-box-shadow: 0px 0px 15px #000000;
	-webkit-box-shadow: 0px 0px 15px #000000;
	box-shadow: 0px 0px 15px #000000;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	background-color: #eee;
}
.ui-dialog .ui-widget-header {
    border: 1px solid #ddd;
    background: #eee 50% 50% repeat-x;
    color: #222222;
}
.ui-widget-overlay{
    position:fixed;
}

.ui-dialog-titlebar-close{
    background: url("images/close-button.png")  no-repeat !important;
	background-size: 20px 20px !important;
	cursor: pointer;
}
.ui-dialog-titlebar-close span{
    display: none;
}
.ui-dialog .ui-icon{
	background: none !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #FFFFFF !important;
}
#form-contacto .ui-dialog .ui-dialog-buttonpane button {
    padding: 10px;
}
.ui-dialog .ui-dialog-buttonpane button{
	background: #777777;
    padding: 10px 20px;
    border-radius: 3px;
    text-transform: uppercase;
    margin-right: 20px;
	}
#form-contacto select{
}
#form-contacto input{
	width: 92%;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 3px;
}
#form-contacto textarea {
	font-size: 1em;
    width: 87.5%;
    margin-right: 0;
    margin-left: 10px;
    FLOAT: NONE;
    display: block;
}
#form-contacto #acepto{
	font-size: 1em;
    width: auto;
    margin-right: 5px;
    margin-left: 60px;
}
#form-contacto #tratamiento{
	margin-bottom: 10px;
    margin-left: 5px;
}
/************************************ BUSCADOR **************************************/

#buscador{
    background-color: #f5f5f5;
    padding: 20px 30px;
	margin-bottom: 20px;
    overflow: auto;
}
#buscador .selector-idiomas{
	text-align: right;
	margin-right: 1%;
}
#buscador .selector-idiomas label {
    font-weight: bold;
    font-size: 13px;
    margin-right: 10px;
}
#buscador .selector-idiomas select {
}
#buscador .selector-busquedas{
	color: #444444;
}

#buscador  #pBotones{
    width: 100%;
	padding:0;
	margin-top:10px;
    display: flex;
}
#buscador  #pBotones span{   
    width: 30.40%;
    border: 0.05em solid #999999;
    border-bottom: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: none repeat scroll 0 0 #999999;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    padding: 0.5% 1%;
    text-transform: uppercase;
    text-align: center;
    margin: 0px 0.55% 0px 0px;
    cursor: pointer;
    display: inline-block;
}

#buscador  #pBotones span.activa{
	background: none repeat scroll 0 0 #eeeeee;
    color: #444444 !important;
}
#buscador  #capa_contenidos{
    padding: 2%;
    background-color: #eeeeee;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
    border-top: 1px solid #999999;
	margin-top: -1px;
}
#buscador  #capa_contenidos .contenidos{
    display: none;
}
#buscador  #capa_contenidos .activa{
    display: block;
}
#buscador  #capa_estandar{
    width: 96%;
    max-width: 500px;
	margin: auto;
	padding: 2%;
    overflow: auto;
}
#buscador  #capa_estandar label{
    font-weight: bold;
    font-size: 12px;
    width: 100px;
    float: left;
    /*margin-top: 6px;*/
}
#buscador  #capa_estandar  input[type=submit], input[type=button], a.button {
    display: inline-block;
    margin: 0;
    margin-top: 5px;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    color: #ffffff !important;
    text-transform: uppercase;
}
#buscador  #capa_estandar  input[type=text].blur, textarea.blur {
    float: left;
    width: 385px;
    margin: 0;
    margin-top: 5px;
    padding: 3px;
    border-color: rgb(169, 169, 169);
}
#buscador #capa_estandar  select {
    float: left;
    width: 392px;
    margin: 0;
    margin-top: 5px;
}
#buscador  #capa_ampliada{
    width: 96%;
    max-width: 360px;
	margin: auto;
	padding: 2%;
    overflow: auto;
}
#buscador  #capa_ampliada label{
    margin: 0;
    margin-left: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    margin-top: 6px;
}
#buscador  #capa_ampliada input{
    margin: 0;
}
#buscador  #capa_ampliada select{
	margin-left: 20px;
    width: 305px;
    margin-top: 5px;

}
#buscador  #capa_ampliada ul{
    list-style-type: none;
    padding: 0;
}
#buscador  #capa_contextual{
    width: 96%;
    max-width: 500px;
	margin: auto;
	padding: 2%;
    overflow: auto;
}
#buscador  #capa_contextual label{
    width: 100%;
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 12px;
    margin-top: 6px;
}
#buscador  #capa_contextual input{
	width: 95%;
    margin: auto;
    margin-top: 5px;
    border-color: rgb(169, 169, 169);
    padding: 5px;
}
#buscador .botones{
	margin-top: 5px;
}
#buscador #certamenLov2{
    margin: auto;
    display: block;
}
/************************** DEMANDA AGENTES *********************************/
#frmAgentes .resultados{
    background-color: rgba(0, 0, 0, 0.02);
    padding: 10px;
	overflow: auto;
}
#frmAgentes .resultados table th{
	font-weight: bold;
    color: #ffffff;
    background-color: #999999;
    text-transform: uppercase;
    text-shadow: none !important;
}
#frmAgentes #favoritos .iconos p {
    float: right;
    font-family: Raleway !important;
    margin: 2.5px;
    margin-left: 10px;
	padding: 0;
}
#frmAgentes .letras{
    text-align: center;
    margin-bottom: 20px;
    overflow-wrap: break-word;
}
#frmAgentes .letras a{
    margin-left: 5px;
    font-weight: bold;
    color: #444444 !important;
    font-size: 15px;
}
#frmAgentes .letras a:hover{
    color: #999999 !important;
}
#frmAgentes .letras span{
    display: none;
}
#frmAgentes .resultados table th:first-child{
    text-align: center;
}
#frmAgentes .resultados table th:last-child{
    text-align: center;
}
#frmAgentes .resultados table td:first-child{
    text-align: center;
}
#frmAgentes .resultados table td:last-child{
    text-align: center;
}
#frmAgentes .resultados table td img{
    width: 100%;
}
#frmAgentes .resultados table .titulo a{
    font-weight: bold;
	color: #444444 !important;
    font-size: 15px;
}
#frmAgentes .resultados table .titulo a:hover{
	color: #999999 !important;
}
#frmAgentes .resultados table {
    font-family: Raleway;
}
#frmAgentes .resultados .derecha span {
    font-weight: bold;
    margin-right: 3px;
    font-size: 16px;
    background-color: #999999;
    color: #ffffff !important;
    padding: 1px 8px 5px 8px;
    border-radius: 3px;
}
#frmAgentes .resultados .derecha a {
    font-weight: bold;
    margin-right: 3px;
    font-size: 16px;
    background-color: #999999;
    color: #ffffff !important;
    padding: 1px 8px 5px 8px;
    border-radius: 3px;
}
#frmAgentes .resultados table .ubicacion img {
    margin-right: 5px;
}
#frmAgentes table .seleccion {
    background-color: #ffffff !important;
    color: #666666 !important;
    cursor: pointer;
}
/************************** MEDIA QUERIES *********************************/

@media only screen and (max-width: 980px) {
	#frm_ficha #tabs{
	width: 95%;
	margin: auto;
	}
	#pestanas .fa {
    text-align: center;
    display: block;
	}
	#frm_ficha .fa {
    text-align: center;
}
}
@media only screen and (max-width: 940px) {
	#frm_ficha .producto .text_producto {
    width: 95%;
	}
	#frm_ficha .descripcion {
    padding-left: 20px; 
	padding-right: 20px;
}
}
@media only screen and (min-width: 615px) and (max-width: 829px) {
	#frm_ficha .ui-tabs .ui-tabs-nav li {
    width: 15.5%;
	}
}
@media only screen and (min-width: 491px) and (max-width: 614px) {
	#frm_ficha .ui-tabs .ui-tabs-nav li {
    width: 15%;
    text-align: center;
	}
}
@media only screen and (max-width: 490px) {
	#frm_ficha .ui-tabs .ui-tabs-nav li {
    width: 14%;
    text-align: center;
	}
}
@media only screen and (max-width: 680px) {
	#frm_ficha  iframe {
    width: 100%;
    max-width: 680px !important;
	}
	#frm_ficha .contactos {
    width: 100%;
    float: none;
	}
}
@media only screen and (min-width: 411px) and (max-width: 620px) {
	#buscador #pBotones span {
    width: 30%;
	}
}
@media only screen and (max-width: 768px) {
	#buscador #capa_estandar input[type=text].blur, textarea.blur {
    float: none;
    width: 95%;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 2%;
	}
	#buscador #capa_estandar select {
    float: none;
    width: 100%;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 2%;
}
	#buscador #capa_estandar label {
    width: 100%;
    text-align: center;
	font-size: 13px;
	}
	#buscador #capa_estandar .ocultar-rps{
    display: none;
	}
	#frmBusqueda .ui-tabs .ui-tabs-nav li a {
	word-break: break-all;
	display: block;
}
	#frm_ficha .ui-tabs .ui-tabs-nav li a {
	word-break: break-all;
	display: block;
	}
	#frm_ficha .ui-tabs .ui-tabs-nav li a p{
	font-size: 10px;
    margin-top: 3px;
	}
	#frm_ficha .descripcion img {
    float: none;
	}
	#frm_ficha .producto img{
	margin: auto;
    display: block;
	float: none;
	}
	
}
@media only screen and (max-width: 620px) {

	#buscador #capa_estandar select {
    float: none;
    width: 99%;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 2%;
	}
	#buscador #capa_ampliada select {
    margin-left: 10px;
    width: 150px;
    margin-top: 0;
	}
	.ui-tabs .ui-tabs-nav li a {
	padding: 0;
	}
	#frm_ficha .fa {
    display: block;
	}
	#frm_ficha .fa-print {
    display: none;
	}
	table tr th, table tr td {
    padding: 4px 6px;
	}
}
@media only screen and (max-width: 580px) {
	.letras a {
    margin-left: 3px;
	}
	.letras span {
    margin-left: 3px;
	}
	.resultados .izquierda .fa {
	display: inline-block !important;
	}
	.tablenav {
    text-align: center;
    margin-bottom: 10px;
	}
	#frm_ficha .ui-tabs .ui-tabs-nav li a {
    font-size: 11px;
}
}
@media only screen and (max-width: 520px) {
	#pestanas li a p {
    display: block;
    text-align: center;
	}
	.fila {
    display: block;
	}
	.medio {
    width: 100%;
	margin: 0;
	}
	.medio:last-child {
    width: 100%;
	}
	.izquierda {
    float: none;
	}
	#frm_ficha  iframe {
    margin-top: 20px;
	    min-height: 420px;
	}
}
@media only screen and (max-width: 410px) {
	#buscador #pBotones span {
    width: 30.30%;
    font-size: 10.5px;
	}
	table .titulo a {
    font-size: 12px;
	}
	.iconos i {
    margin-left: 0px;
	}
	#pestanas li a {
    font-size: 10px;
	}
}
@media only screen and (max-width: 490px) {
	.letras a {
    font-size: 11px;
	}
	.letras span {
    font-size: 11px;
	}

	.resultados .izquierda {
    float: none;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 10px;
	}
}
@media only screen and (max-width: 445px) {

	.letras a {
    font-size: 13px;
	}
	.letras span {
    font-size: 13px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
	#buscador #pBotones span {width: 30.50% !important;}
	#buscador #capa_estandar input[type=text].blur, textarea.blur {width: 290px;}
	#buscador #capa_estandar select { width: 298px;}
}

@media only screen and (min-width: 321px) and (max-width: 600px){
#frm_ficha .bx-wrapper {
    width: 100%;
	max-width: 380px !important;
}
}
@media only screen and (min-width: 601px) and (max-width: 768px){
#frm_ficha .bx-wrapper {
    width: 100%;
	max-width: 570px !important;
}
}
@media only screen and (min-width: 769px) and (max-width: 960px){
#frm_ficha .bx-wrapper {
    width: 100%;
	max-width: 760px !important;
}
}


/*------------------------------- LANDING PAGE +INDUSTRY 2019 -------------------------------------*/

.industry {
   margin-bottom: 15px;
}
.industry img{
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
    border-radius: 20px 20px 0 0;
    height: 99.5px;
}
.industry a{
    color: #e5261e;
}
.industry  input[type=submit]:hover, 
.industry  input[type=button]:hover, .industry 
 a.button:hover {
    background: #e5261e!important;
    border: 1px solid #e5261e!important;
}
.industry .one_fourth {
    width: 24%;
    float: left;
    margin-right: 1%;
}
.industry .one_fourth.last {
    margin-right: 0;
    width: 24%;
}
.industry .one_fourth .interior{
    padding: 10px 20px;
    background-color: #444;
    color: #fff;
    font-size: 15px;
    height: 230px;
    border-radius: 0 0 20px 20px;
}
.industry .one_fourth.last .interior {
    padding: 10px 20px;
    background-color: #444;
    color: #fff;
    font-size: 15px;    
    border-radius: 0 0 20px 20px;
}
.industry-3{
    max-width: 700px;
    margin: auto;
}
.industry-3 .one_third .interior{
    padding: 10px 20px;
    background-color: #444;
    color: #fff;
    font-size: 15px;
    height: 230px;
    border-radius: 0 0 20px 20px;
}
.industry-3 .one_third .last .interior {
    padding: 10px 20px;
    background-color: #444;
    color: #fff;
    font-size: 15px;
    border-radius: 0 0 20px 20px;
}
@media only screen and (max-width: 767px) {
	.one_fourth { width: 100% !important; margin-bottom: 4%; margin-right: 2%; }
	.one_fourth.last { width: 100% !important; margin-bottom: 4%; }
}
/*---------REVOLUTION SLIDER ----------*/
.rev_slider iframe{
    visibility: inherit !important;
}




