.oportunidades {
    min-height: calc(100vh - 350px);
}
	.oportunidades.detalle{min-height:auto;}
.oportunidades .contenido{
	margin: 10px auto 20px auto;
	width: 100%;
	max-width: 1610px;
	position: relative;
}
.oportunidades .contenido h1.indexh1{
	font-size: 1.8rem;
    text-align: center;
}
.oportunidades .contenido h4.indexh4{
    font-size: 1rem;
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.oportunidades .contenido .oport_box{
    /*border: 1px solid #ccc;
    float: left;
    height: 550px;
    overflow: hidden;*/
	display: inline-block;
    margin: 10px 1%;
    padding: 10px;
    width: 48%;
	vertical-align: top;
}
.oportunidades .contenido .oport_box h2{
    /*display: inline-block;
    width: calc(100% - 20px);
    padding: 5px 0;
    font-size: 1.500em;
    color: #000;
    margin-left: 10px;*/
	font-size: 1.6rem;
	margin-bottom: 5px;
}
.oportunidades .contenido .oport_box h3{
	font-size: 1.125rem;
	margin-bottom: 5px;
}
.oportunidades .contenido .oport_box .oport_box_content .oport_box_body_left {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
	    /*height: 160px;
    overflow: hidden;*/
}
.oportunidades .contenido .oport_box .oport_box_content .oport_box_body_left img {
    max-width: 100%;
}
.oportunidades .contenido .oport_box .oport_box_content .disponible{
	display: inline-block;
    text-align: right;
    width: 100%;
	font-size: 0.8em;
	font-style: italic;
	font-family: "museosans_semibold";
}
	section#detalle_oportunidad .nogestion .disponible span{
		font-family: "museosans_light";
	}

.oportunidades .contenido .oport_box .oport_box_content .botonera { 
	display: inline-block;
	text-align: center;
	width: 100%;
}
.oportunidades .contenido .oport_box .oport_box_content .botonera a{ width: 100%;}





/*DETALLE OPORTUNIDAD*/
section#detalle_oportunidad{
    display: block;
    width: 100%;
    z-index: 2;
    position: relative;
}
section#detalle_oportunidad .imagen_fondo img{width:100%;}
section#detalle_oportunidad #bloque_buscador_home{display:inline-block;width:100%;}
section#detalle_oportunidad #bloque_buscador_home .parteBusqueda{display:inline-block;width:100%;background-color: rgba(231, 234, 233,0.2);}
	section#detalle_oportunidad #bloque_buscador_home .contentenedor{margin: 0 auto;width: calc(100% - 40px);padding: 20px;max-width: 1200px;}
	section#detalle_oportunidad #bloque_buscador_home h1{text-align: center;}
	section#detalle_oportunidad #bloque_buscador_home h2{font-size: 1.8rem;margin-bottom: 15px;text-align: center;}
    /*Cambio buscador
	section#detalle_oportunidad #bloque_buscador_home #boxbusq_tgs{
        display:inline-block;
        width:100%;
    }
        section#detalle_oportunidad #bloque_buscador_home #boxbusq_tgs li{            
            display:inline-block;
            margin-right: 7px;
        }
            section#detalle_oportunidad #bloque_buscador_home #boxbusq_tgs li a{                
                background-color: rgba(208, 214, 211, .8);
                color:#2653a9;
                font-family: 'museosans_semibold';
                font-size: 1.500em;
                padding: 12px 25px;
                box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
            }
            section#detalle_oportunidad #bloque_buscador_home #boxbusq_tgs li.selected{
                
            }
                section#detalle_oportunidad #bloque_buscador_home #boxbusq_tgs li.selected a{
                    background-color: rgba(38, 83, 169, 0.8);
                    color: #b3c5e7;
                }
                
            section#detalle_oportunidad #bloque_buscador_home .nogestion{display: inline-block;}
                section#detalle_oportunidad #bloque_buscador_home #boxbusq_srtp{
                    display: inline-block;
                     width: 40%;
                }
                    section#detalle_oportunidad #bloque_buscador_home #boxbusq_srtp legend{
                        float: left;
                        font-size: 1.7em;
                        margin-right: 20px;
                        width: 150px;
                    }
                    section#detalle_oportunidad #bloque_buscador_home #boxbusq_srtp #srtp_box{
                        display: inline-block;
                        width: calc(100% - 170px);
					    margin-top: 2px;
                    }
                        section#detalle_oportunidad #bloque_buscador_home #boxbusq_srtp #srtp_box select{                            
                            background: #fff url("/images/arrow_select_index.png") no-repeat scroll 95% center;
                            border: 2px solid #2653a9;
                            border-radius: 10px;
                            font-family: 'museosans_semilight';
                            text-indent:15px;
                            font-size: 1.5em;
                            width: 100%;
                            color: #2653a9;
                            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
                            padding: 5px 0;
                            -webkit-appearance: none;
                        }
                        
                section#detalle_oportunidad #bloque_buscador_home #boxbusq_term{
                    display: inline-block;
                    margin-left: 2%;
                    margin-right: 2%;
                    width: 48%;
                }
                    section#detalle_oportunidad #bloque_buscador_home #boxbusq_term legend{
                        float: left;
                        margin-right: 20px;
                        width: 90px;
						font-size: 1.7em;
                    }
                    section#detalle_oportunidad #bloque_buscador_home #boxbusq_term #term_box{
                        display: inline-block;
                        width: calc(100% - 110px);
                        vertical-align: middle;
						margin-top: 2px;
                    }
					section#detalle_oportunidad #bloque_buscador_home #term_box input{width:100%;    font-size: 1.2em;}*/


section#detalle_oportunidad #formBuscarHome{display:inline-block;width: 100%; text-align: center;}
section#detalle_oportunidad #formBuscarHome #boxbusq_tgs{
        display:inline-block;
        width:100%;
    }
        section#detalle_oportunidad #formBuscarHome #boxbusq_tgs li{            
            display:inline-block;
            margin-right: 7px;
        }
            section#detalle_oportunidad #formBuscarHome #boxbusq_tgs li a{                
                background-color: rgba(208, 214, 211, .8);
                color:#2653a9;
                font-family: 'museosans_semibold';
                font-size: 1.500em;
                padding: 12px 25px;
                box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
            }
            section#detalle_oportunidad #formBuscarHome #boxbusq_tgs li.selected{
                
            }
                section#detalle_oportunidad #formBuscarHome #boxbusq_tgs li.selected a{
                    background-color: rgba(38, 83, 169, 0.8);
                    color: #b3c5e7;
                }
                
            section#detalle_oportunidad #formBuscarHome .nogestion{display: inline-block;margin-top: 15px;padding: 2%;width: 100%;}
                section#detalle_oportunidad #formBuscarHome #boxbusq_srtp{
                    display: inline-block;
                     width: 40%;
                }
                    section#detalle_oportunidad #formBuscarHome #boxbusq_srtp legend{
                        float: left;
                        font-size: 1.7em;
                        margin-right: 20px;
                        width: 150px;
                    }
                    section#detalle_oportunidad #formBuscarHome #boxbusq_srtp #srtp_box{
                        display: inline-block;
                        width: calc(100% - 170px);
					    margin-top: 2px;
                    }
                        section#detalle_oportunidad #formBuscarHome #boxbusq_srtp #srtp_box select{                            
                            background: #fff url("/images/arrow_select_index.png") no-repeat scroll 95% center;
                            border: 2px solid #2653a9;
                            border-radius: 10px;
                            font-family: 'museosans_semilight';
                            text-indent:15px;
                            font-size: 1.5em;
                            width: 100%;
                            color: #2653a9;
                            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
                            padding: 5px 0;
                            -webkit-appearance: none;
                        }
                        
                section#detalle_oportunidad #formBuscarHome #boxbusq_term{
                    display: inline-block;
                    margin-left: 2%;
                    margin-right: 2%;
                    width: 48%;
                }
                    section#detalle_oportunidad #formBuscarHome #boxbusq_term legend{
                        float: left;
                        margin-right: 20px;
                        width: 90px;
						font-size: 1.7em;
                    }
                    section#detalle_oportunidad #formBuscarHome #boxbusq_term #term_box{
                        display: inline-block;
                        width: calc(100% - 110px);
                        vertical-align: middle;
						margin-top: 2px;
                    }
					section#detalle_oportunidad #formBuscarHome #term_box input{width:100%;    font-size: 1.2em;}

section#detalle_oportunidad .boxbusq{
        position:relative;        
        margin-right: 1rem;
        padding:10px;
		width: 125px;
    }
	/*section#detalle_oportunidad .boxbusq#boxbusq_srtpRcrg{*/
	section#detalle_oportunidad .boxbusq#boxbusq_stpRcrg{width: /*60px*/auto;}
	section#detalle_oportunidad .boxbusq#boxbusq_prRcrg{width: /*70px*/auto;}
	section#detalle_oportunidad .boxbusq#boxbusq_estRcrg{display:none;width: /*70px*/auto;}
	section#detalle_oportunidad .boxbusq#boxbusq_spRcrg{width: /*95px*/auto;}
	section#detalle_oportunidad .boxbusq#boxbusq_habRcrg{width: /*120px*/auto;}
	section#detalle_oportunidad .boxbusq#boxbusq_banRcrg{width: /*70px*/auto;}
	section#detalle_oportunidad .boxbusq#btn_filtros{width: /*120px*/auto;}
    section#detalle_oportunidad .boxbusq > a::after{
        font-family: icomoon;
        content: "\edc6";
        position: absolute;
        color: #d0d6d3;
        top: 8px;
        font-size: 1.2em;
        right: -18px;
    }    
        section#detalle_oportunidad .boxbusq > a{
            font-family: 'museosans_semilight';
            font-size: 1.125rem;
			color: #5a655f;
        }
    section#detalle_oportunidad .boxbusq.selected > a::after{
       content: "\edc4";
       color:#5b87da; 
    }
    section#detalle_oportunidad .boxbusq input[type=text]{
        width: 100%;
    }
    section#detalle_oportunidad .boxbusq label{
        display: inline-block;
        margin-bottom: 10px;
    }
	section#detalle_oportunidad .term_box{
        display: inline-block;
        margin-left: 1rem;
	    margin-right: 1rem;
        width: 24%;
        position:relative;
	}
	section#detalle_oportunidad .term_box::after {
        color: #777;
        content: "\eb2d";
        font-family: icomoon;
        font-size: 1.125rem;
        position: absolute;
        right: 5px;
        top: 5px;
    }
    	section#detalle_oportunidad .term_box input#term{
            font-family: "museosans_light";
            font-size: 1.125rem;
            padding: 2px 7px;
            width: 100%;
        }
	section#detalle_oportunidad .boxbusq .legend_text{
		display: block;
	}
	section#detalle_oportunidad .boxbusq .boxbusqbody{
		display:none;
	    position: absolute;	    
	}
	section#detalle_oportunidad .boxbusq .boxbusqbody.selected{
        display: inline-block;
        z-index: 20;
        background-color: #fff;
        margin-top: 9px;            
        box-shadow:3px 3px 3px rgba(0, 0, 0, 0.3);
		border: 1px solid #d0d0d0;
		left:0;
	}
   /*ESTILOS TIPO SELECT DIRECTO*/
    section#detalle_oportunidad .boxbusq #tgs_box.selected, 
		/*section#detalle_oportunidad .boxbusq #srtpRcrg_box.selected{*/
		section#detalle_oportunidad .boxbusq #stpRcrg_box.selected{
        padding:0;
        width: 180px;
    }
        section#detalle_oportunidad .boxbusq #tgs_box.boxbusqbody li, 
		/*section#detalle_oportunidad .boxbusq #srtpRcrg_box.boxbusqbody li{*/
		section#detalle_oportunidad .boxbusq #stpRcrg_box.boxbusqbody li{
            text-align: center;
            padding: 5px 10px;
        }
        section#detalle_oportunidad .boxbusq #tgs_box.boxbusqbody li:hover, 
		/*section#detalle_oportunidad .boxbusq #srtpRcrg_box.boxbusqbody li:hover{*/
		section#detalle_oportunidad .boxbusq #stpRcrg_box.boxbusqbody li:hover{
            background-color:#5b87da;
        }
            section#detalle_oportunidad .boxbusq #tgs_box.boxbusqbody li:hover a, 
			/*section#detalle_oportunidad .boxbusq #srtpRcrg_box.boxbusqbody li:hover a{*/
			section#detalle_oportunidad .boxbusq #stpRcrg_box.boxbusqbody li:hover a{
                color:#fff;
            }
        
        section#detalle_oportunidad .boxbusq #tgs_box.boxbusqbody li.selected, 
		/*section#detalle_oportunidad .boxbusq #srtpRcrg_box.boxbusqbody li.selected{*/
		section#detalle_oportunidad .boxbusq #stpRcrg_box.boxbusqbody li.selected{
            background-color: #5b87da;
        }
            section#detalle_oportunidad .boxbusq #tgs_box.boxbusqbody li.selected a, 
			/*section#detalle_oportunidad .boxbusq #srtpRcrg_box.boxbusqbody li.selected a{*/
			section#detalle_oportunidad .boxbusq #stpRcrg_box.boxbusqbody li.selected a{
                color:#fff;
            }
        section#detalle_oportunidad .boxbusq #tgs_box.boxbusqbody li::before, 
		/*section#detalle_oportunidad .boxbusq #srtpRcrg_box.boxbusqbody li::before{*/
		section#detalle_oportunidad .boxbusq #stpRcrg_box.boxbusqbody li::before{
            content:"";
        }
        section#detalle_oportunidad .boxbusq #tgs_box.boxbusqbody li a::before, 
		/*section#detalle_oportunidad .boxbusq #srtpRcrg_box.boxbusqbody li a::before{*/
		section#detalle_oportunidad .boxbusq #stpRcrg_box.boxbusqbody li a::before{
            content:" ";
            margin:0;
        }
        
        section#detalle_oportunidad #boxbusq_prRcrg #prRcrg_box, section#detalle_oportunidad #boxbusq_spRcrg #spRcrg_box {            
            padding: 10px;
            width: 300px;
        }
            section#detalle_oportunidad #boxbusq_prRcrg #prRcrg_box #p_prdRcrg, section#detalle_oportunidad #boxbusq_spRcrg #spRcrg_box #p_spdRcrg {
                display: inline-block;
                margin-bottom: 35px;
                width: 100%;
            }
	
	#estRcrg_box.boxbusqbody li.selected a::before {
		content: "\ee6b";
		color: #5b87da;
	}
	/*ESTILOS TIPO ICONO SLIDE*/
	#estRcrg_box.boxbusqbody{
	    
	}
	#estRcrg_box.boxbusqbody ul{
        padding: 10px;
        width: 230px;
    }
        #estRcrg_box.boxbusqbody ul li{
            position:relative;
            margin-bottom: 10px;
        }
            #estRcrg_box.boxbusqbody ul li:last-of-type {
                margin-bottom: 0;
            }
	#estRcrg_box.boxbusqbody li a::before{
        content: "\ee6c";
		font-family: icomoon;
	}
	#esRcrgt_box.boxbusqbody li.selected a::before{
	    content: "\ee6b";
		color: #5b87da;
	}
	
	/*HABITACIONES*/
	#habRcrg_box, #banRcrg_box {
	     left: -200px;
        padding: 30px 40px;
        width: 390px;
        top:35px;
    }
        #habRcrg_box li, #banRcrg_box li {
            display: inline-block;
            margin-right: 10px;
        }
        #habRcrg_box li a::before, #banRcrg_box li a::before{
            content:"\ee70";
			font-family: icomoon;
        }
        #habRcrg_box li.selected a::before, #banRcrg_box li.selected a::before{
            content:"\ee6e";
			color: #5b87da;
        }
	
	/*FILTROS CON ICONOS EN BARRA SUPERIOR */
	#boxbusq_spRcrg, #boxbusq_habRcrg, #boxbusq_banRcrg {
        height: 30px;
        width: 41px;
    }
    @-moz-document url-prefix(){ 
        #boxbusq_spRcrg, #boxbusq_habRcrg, #boxbusq_banRcrg {
            width: 51px;
        }
    }
	#boxbusq_spRcrg > a::before, #boxbusq_habRcrg > a::before, #boxbusq_banRcrg > a::before{        
        content: " ";
        display: inline-block;
        height: 24px;
        position: absolute;
        width: 32px;
    }

                    section#detalle_oportunidad .botonera{display: inline-block;}
						section#detalle_oportunidad .botonera a{
							font-size: 1.2em;
						}
						section#detalle_oportunidad .botonera .boton.disabled{opacity:0.5;}
#slbx_srtp.selectBox-options li a{
	font-size: 1.2em;padding: 2px 0 2px 16px;
}
				section#detalle_oportunidad .nogestion .granja_enlaces{
				    display: flex;
					width: 100%;
					margin: 20px 0;
				}
					section#detalle_oportunidad .nogestion .granja_enlaces li{margin-right: 40px;}

				section#detalle_oportunidad .nogestion .disponible{
					position: relative;
					width: 100%;
					text-align: right;
					font-size: 0.8em;
					font-style: italic;
					font-family: "museosans_semibold";
				}
					section#detalle_oportunidad .nogestion .disponible span{
						font-family: "museosans_light";
					}


section#detalle_oportunidad .formularioRecarga{display:inline-block;width:100%;text-align:center;margin-bottom: 1rem;}
section#detalle_oportunidad .formularioRecarga .contentenedor{margin: 0 auto;width: calc(100% - 40px);padding: 20px;max-width: 1200px;text-align:center;}


/*PAGINA DE RESULTADOS*/
.oportunidades .contenido #resultado{
    width:98%;
    margin-left: 1%;
}
/*.oportunidades .contenido #resultado h3 {
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 15px;
    text-align: center;
    margin-top: 20px;
}*/
/*.oportunidades .contenido #resultado section.minificha {
    margin-right: 2%;
    width: 48%;
	height: 330px;
}			
.oportunidades .contenido #resultado section.minificha h3{
    float: left;
    width: 100%;
    border: medium none;
}
.oportunidades .contenido #resultado section.minificha .foto{
    text-align: center;  
}
.oportunidades .contenido #resultado section.minificha .gestion{}
.oportunidades .contenido #resultado section.minificha .info{
    float: left;    
}*/

.oportunidades #mas_resultados{
	display:inline-block;
    margin: 20px 0;
    text-align: center;
    width: 100%;
}
.oportunidades #mas_resultados .botonera{
    text-align: center;
    width: 100%;
}

/*TEXTOS SEO*/
section.textos .bloque_texto {
    display: inline-block;
    width: 100%;
	margin: 40px 0 20px 0;
}
	section.textos .bloque_texto span.foto {
		float: left;
		width: auto;
		margin-right: .3%;
		/*margin-left: -20px;*/
	}
	section.textos .bloque_texto:nth-of-type(2n+1) span.foto {
		float: right;
		/*margin-right: -20px;*/
		margin-left: .3%;
	}
		section.textos .bloque_texto span.foto img {
			margin-right: 20px;
		}
		section.textos .bloque_texto:nth-of-type(2n+1) span.foto img {
			margin-right: 0;
			margin-left: 20px;
		}
	section.textos .bloque_texto p{
		margin-bottom: 10px;
	}







.botonera_volver{ 
	display: inline-block;
	text-align: center;
	width: 100%;
}
.botonera_volver a{ width: 100%;}










/*Filtros*/
.oportunidades #bloque_buscador #formResOpor{
    display: inline-block;
    width: 100%;
    text-align: center;
}
#resultado .boxbusq #prvRcrg_box.selected, #resultado .boxbusq #mnpRcrg_box.selected, #resultado .boxbusq #pobRcrg_box.selected{
	padding:0;
	width: 180px;
}
	#resultado .boxbusq #prvRcrg_box.boxbusqbody li, #resultado .boxbusq #mnpRcrg_box.boxbusqbody li, #resultado .boxbusq #pobRcrg_box.boxbusqbody li{
		text-align: center;
		padding:10px;
	}
	#resultado .boxbusq #prvRcrg_box.boxbusqbody li:hover, #resultado .boxbusq #mnpRcrg_box.boxbusqbody li:hover, #resultado .boxbusq #pobRcrg_box.boxbusqbody li:hover{
		background-color:#5b87da;
	}
		#resultado .boxbusq #prvRcrg_box.boxbusqbody li:hover a, #resultado .boxbusq #mnpRcrg_box.boxbusqbody li:hover a, #resultado .boxbusq #pobRcrg_box.boxbusqbody li:hover a{
			color:#fff;
		}
	
	#resultado .boxbusq #prvRcrg_box.boxbusqbody li.selected, #resultado .boxbusq #mnpRcrg_box.boxbusqbody li.selected, #resultado .boxbusq #pobRcrg_box.boxbusqbody li.selected{
		background-color: #2653a9;
	}
		#resultado .boxbusq #prvRcrg_box.boxbusqbody li.selected a, #resultado .boxbusq #mnpRcrg_box.boxbusqbody li.selected a, #resultado .boxbusq #pobRcrg_box.boxbusqbody li.selected a{
			color:#fff;
		}
	#resultado .boxbusq #prvRcrg_box.boxbusqbody li::before, #resultado .boxbusq #mnpRcrg_box.boxbusqbody li::before, #resultado .boxbusq #pobRcrg_box.boxbusqbody li::before{
		content:"";
	}
	#resultado .boxbusq #prvRcrg_box.boxbusqbody li a::before, #resultado .boxbusq #mnpRcrg_box.boxbusqbody li a::before, #resultado .boxbusq #pobRcrg_box.boxbusqbody li a::before{
		content:" ";
		margin:0;
	}
#resultado .boxbusq #stpopRcrg_box.selected{
	padding:0;
	width: 180px;
}
	#resultado .boxbusq #stpopRcrg_box.boxbusqbody li{
		text-align: center;
		padding:10px;
	}
	#resultado .boxbusq #stpopRcrg_box.boxbusqbody li:hover{
		background-color:#5b87da;
	}
		#resultado .boxbusq #stpop_box.boxbusqbody li:hover a{
			color:#fff;
		}
	
	#resultado .boxbusq #stpop_box.boxbusqbody li.selected{
		background-color: #265Rcrg3a9;
	}
		#resultado .boxbusq #stpopRcrg_box.boxbusqbody li.selected a{
			color:#fff;
		}
	#resultado .boxbusq #stpopRcrg_box.boxbusqbody li::before{
		content:"";
	}
	#resultado .boxbusq #stpopRcrg_box.boxbusqbody li a::before{
		content:" ";
		margin:0;
	}
.oportunidades #resultado #boxbusq_ordRcrg .legend_text{
	display: inline-block;
}
.oportunidades #resultado .boxbusq #ordRcrg_box.selected{
	padding:0;
	width: 180px;
}
	.oportunidades #resultado .boxbusq #ordRcrg_box.boxbusqbody li{
		text-align: center;
		padding:10px;
	}
	.oportunidades #resultado .boxbusq #ordRcrg_box.boxbusqbody li:hover{
		background-color:#5b87da;
	}
		.oportunidades #resultado .boxbusq #ordRcrg_box.boxbusqbody li:hover a{
			color:#fff;
		}
	
	.oportunidades #resultado .boxbusq #ordRcrg_box.boxbusqbody li.selected{
		background-color: #2653a9;
	}
	.oportunidades #resultado .boxbusq #ordRcrg_box.boxbusqbody li.disabled a{
		text-decoration: line-through;
	}
		.oportunidades #resultado .boxbusq #ordRcrg_box.boxbusqbody li.selected a{
			color:#fff;
		}
	.oportunidades #resultado .boxbusq #ordRcrg_box.boxbusqbody li::before{
		content:"";
	}
	.oportunidades #resultado .boxbusq #ordRcrg_box.boxbusqbody li a::before{
		content:" ";
		margin:0;
	}

/* A PARTIR DE 1250 HASTA 1024*/
@media (max-width:1280px){
	#detalle_oportunidad .minificha {width: 300px;}
	#detalle_oportunidad .minificha .info p.desde, 
		#detalle_oportunidad .minificha .info p.habs, 
		#detalle_oportunidad .minificha .info p.bans, 
		#detalle_oportunidad .minificha .info p.superficie {margin-right: 0.2rem;}
}
@media (max-width:1024px){
	section#detalle_oportunidad #formBuscarHome #boxbusq_term{width: 45%;}

    section#detalle_oportunidad #bloque_buscador_home{
       margin-top: 0;
	   position:relative;
    }
}

@media (max-width:800px){
	section#detalle_oportunidad #formBuscarHome #boxbusq_srtp { 
        width: 100%;
    }
    section#detalle_oportunidad #formBuscarHome #boxbusq_term{
        margin-right: 0;
		margin-left: 0;
        margin-top: 3%;
        width:100%;
    }
    section#detalle_oportunidad #formBuscarHome #boxbusq_term legend{
       width: 150px; 
    }
    section#detalle_oportunidad #formBuscarHome #boxbusq_term #term_box{
        /*width:75%;*/    width: calc(100% - 170px);
    }
    section#detalle_oportunidad #formBuscarHome .botonera{
        margin: 20px 0 0;
        text-align: center;
        width: 100%;
    }
}
@media (max-width:768px){
    /*section#detalle_oportunidad #formBuscarHome #boxbusq_srtp { 
        width: 100%;
    }
    section#detalle_oportunidad #formBuscarHome #boxbusq_term{
        margin-right: 0;
		margin-left: 0;
        margin-top: 3%;
        width:100%;
    }
    section#detalle_oportunidad #formBuscarHome #boxbusq_term legend{
       width: 150px; 
    }
    section#detalle_oportunidad #formBuscarHome #boxbusq_term #term_box{
        width: calc(100% - 170px);
    }
    section#detalle_oportunidad #formBuscarHome .botonera{
        margin: 20px 0 0;
        text-align: center;
        width: 100%;
    }*/
	section#detalle_oportunidad #bloque_buscador_home .contentenedor{text-align: left;}
	section#detalle_oportunidad #boxbusq_spRcrg, 
		section#detalle_oportunidad #boxbusq_habRcrg, 
		section#detalle_oportunidad #boxbusq_banRcrg {height: unset;}
	/*section#detalle_oportunidad .boxbusq#boxbusq_srtpRcrg,*/
	section#detalle_oportunidad .boxbusq#boxbusq_stpRcrg,
		section#detalle_oportunidad .boxbusq#boxbusq_prRcrg,
		section#detalle_oportunidad .boxbusq#boxbusq_estRcrg,
		section#detalle_oportunidad .boxbusq#boxbusq_spRcrg,
		section#detalle_oportunidad .boxbusq#boxbusq_habRcrg,
		section#detalle_oportunidad .boxbusq#boxbusq_banRcrg{width: 44%;}

    .oportunidades .contenido .oport_box{
        width:98%;
        margin-left: 1%;
        height:auto;
		padding-bottom: 20px;
		border-bottom: 1px solid #d0d0d0;
    }
    
    /*RESULTADO*/
   .oportunidades .contenido #resultado section.minificha{width:345px;}
}


/* mobile*/
@media (max-width:750px){
    .oportunidades .contenido #resultado section.minificha h3, .oportunidades .contenido #resultado section.minificha .info{
        width:100%;
        margin-top: 10px;
    }
     span.logo{
        float: right;
        margin-right: 15px
    }
    /*RESULTADO*/
   .oportunidades .contenido #resultado h3{
       font-family: 'museosans_semibold';
       font-size: 1.2em;
   }
}
@media (max-width:550px){
    section#detalle_oportunidad #formBuscarHome #boxbusq_term legend,
		section#detalle_oportunidad #formBuscarHome #boxbusq_srtp legend{width: 100%;}
    section#detalle_oportunidad #formBuscarHome #boxbusq_term #term_box,
		section#detalle_oportunidad #formBuscarHome #boxbusq_srtp #srtp_box{width: 100%;}