.sec_top{
	height: 140px;
	background: url(../images/expo_top.jpg) center center no-repeat; 
	background-size: cover;
}
.sec_top .over {
    background: rgb(0,162,255);
    background: -moz-linear-gradient(left, rgba(0,162,255,.5) 0%, rgba(121,232,123,.5) 100%);
    background: -webkit-linear-gradient(left, rgba(0,162,255,.5) 0%,rgba(121,232,123,.5) 100%);
    background: linear-gradient(to right, rgba(0,162,255,.5) 0%,rgba(121,232,123,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2ff', endColorstr='#79e87b',GradientType=1 );
}
.sec_top h1{
	position: relative;
	margin: 0px;
	display: inline-block;
	font-size: 32px;
	line-height: 1;
	color: white;
	text-transform: uppercase;
	font-family: 'GothamRounded-Medium';
	z-index: 10;
	text-align: left;
}
.sec_top h3{
	position: absolute;
	width: 100%;
	margin: 0px;
	top: -6px;
	color: white;
	text-align: center;
}
.expo .input-group{
	position: absolute;
	width: 220px;	
	right: 15px;
	top: 0px;	
}
.expo .input-group .form-control{
	border: none;
}
.expo .input-group-addon{
    top: 0px;
    border: none;
    background: white;
    color: #ccc;
    border-left: 0;    
}
.sec_top .como_llegar{
	position: absolute;
	right: 15px;
    bottom: 5px;
    border: none;
    color: white;
    font-size: 16px;
    line-height: 1;
    z-index: 10;
}
.expo .botonera{
	background: rgba(255,230,0,0.75);	
}
.expo .botonera a{
	display: inline-block;
	float: left;
	width: 12.5%;
	min-height: 62px;
	padding: 12px 0px;
	padding-left: 10px;
	font-size: 14px;
	border-right: 1px solid rgba(0,0,0,0.05);
	color: #303030;	
}
.expo .botonera a:nth-child(1){	
	border-left: 1px solid rgba(0,0,0,0.05);
}
.expo .botonera a.active{
	color: rgba(48,48,48,0.75)!important;
	background-color: rgba(255,217,0,0.5);
}
.cont h1{
	margin: 50px 0px;
	color: #505050;
	text-align: center;
}
.expo .oportunidad {
    height: 175px;
    margin-bottom: 30px;
    padding: 10px 15px;
    padding-top: 55px;
    text-align: left;
}
.expo .panel::after{
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0px;
	bottom: 0px;
	background: rgb(0,162,255);
	background: -moz-linear-gradient(left,  rgba(0,162,255,1) 0%, rgba(121,232,123,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,162,255,1) 0%,rgba(121,232,123,1) 100%);
	background: linear-gradient(to right,  rgba(0,162,255,1) 0%,rgba(121,232,123,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2ff', endColorstr='#79e87b',GradientType=1 );
}
.expo .oportunidad .logo{
	position: absolute;
	left: 15px;
	top: 10px;
	height: 35px;
	max-width: 120px;
}
.expo .oportunidad .redes{
	position: absolute;
	right: 15px;
	top: 18px;
}
.expo .oportunidad .red {
	background-color: #79e87b;
}
.expo .oportunidad h5{
	margin: 0px;
}
.expo .oportunidad h4{
	margin: 0px;
	margin-top: 10px;
	line-height: 1.2;
}
.expo h3.sub{
	margin: 50px 0px;
	line-height: 34px;
	color: #505050;
	text-align: center;
}
.expo .inscribite{
	padding: 30px 0px;
	text-align: center;
	background: rgb(0,162,255);
	background: -moz-linear-gradient(left, rgba(0,162,255,0.5) 0%, rgba(121,232,123,0.5) 100%);
	background: -webkit-linear-gradient(left, rgba(0,162,255,0.5) 0%,rgba(121,232,123,0.5) 100%);
	background: linear-gradient(to right, rgba(0,162,255,0.5) 0%,rgba(121,232,123,0.5) 100%);
}
.expo .inscribite .btn {
    height: 50px;
    padding: 12px 30px;
    font-size: 24px;
    line-height: 1;
    border-radius: 25px;
}
.emprendedores .historias{
	padding-bottom: 45px;
}
.becas .agenda .panel{
	height: 250px;
	text-align: center;
}
.becas .agenda .panel-heading {
    padding-top: 0px;
}
.becas .agenda .panel .img{
	display: inline-block;
	position: relative;
	height: 125px;
	background-size: contain;
}
.becas .agenda .panel-body{
	height: auto;
	padding-top: 0px;
}
.becas .agenda .panel h3{
	margin: 0px;
	text-align: center;
}
.becas .agenda .panel .btn{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 15px;
}



.nav-pills > li.active > a{
    background-color: #009bff;
}
.nav-pills li.active a:after{
	background-color: #009bff;
}

.alert{
	margin-bottom: 50px;
	padding: 30px;
	background: #009bff;
	color: white;
	border-radius: 10px;
	text-align: center;
}
.alert .fa{
	margin-bottom: 15px;
	font-size: 50px;
	line-height: 1;
}
.alert h4{
	margin: 0;
	line-height: 30px;
}

.actualizar_head {
	margin-top: 7px;
}


/*
	HOME
*/
.expo #slider_destacados{
	margin: 50px 0px;
}
.expo #slider_destacados .item{
	position: relative;
	background: white;
	padding-top: 100%;
}
.expo #slider_destacados .item::after{
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0px;
	bottom: 0px;
	background: rgb(0,162,255);
	background: -moz-linear-gradient(left,  rgba(0,162,255,1) 0%, rgba(121,232,123,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,162,255,1) 0%,rgba(121,232,123,1) 100%);
	background: linear-gradient(to right,  rgba(0,162,255,1) 0%,rgba(121,232,123,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2ff', endColorstr='#79e87b',GradientType=1 );
}
.expo #slider_destacados .owl-nav {
	display: block;	
	position: absolute;
    width: 1140px;
    height: 20px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-filter: drop-shadow(-1px 1px 1px rgba(0,0,0,0.15));
    filter: drop-shadow(-1px 1px 1px rgba(0,0,0,0.15));
}
.owl-prev, .owl-next{
	position: absolute;
	width: 10px;
	height: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.owl-prev {    
    left: -35px;
    background-image: url(../images/slider_prev.svg);
}
.owl-next {    
    right: -35px;
    background-image: url(../images/slider_next.svg);
}
.busquedas{
	text-align: center;
}
.busquedas .btn{
	margin-top: 20px;
	margin-bottom: 50px;
}
.expo .noticias{
	padding-bottom: 20px;
}
.expo .noticia{
	height: 360px;
	padding: 0px 15px;
}
.expo .noticia .imag{
	position: relative;
	margin: 0px -15px;
	height: 150px;
	background: #f5f5f5;
}
.expo .noticia h3{
	margin: 15px 0px;
}
.expo .noticia h5{
	margin: 0px;
	line-height: 20px;
}
.expo .noticia .btn{
	position: absolute;
	bottom: 15px;
	background: transparent;
	color: #009bff!important;
	border: 1px solid #009bff;
}
.expo #como_llegar{
	padding-bottom: 50px;
	font-size: 14px;
}
.expo #como_llegar iframe{
	width: 100%;
	height: 350px;
	margin-bottom: 15px;
	background: #e5e5e5;
}
.expo #como_llegar h3{
	margin-top: 0px;
	margin-bottom: 10px;
	color: #505050;
}
.expo #como_llegar b{
	color: #505050;
    font-family: 'GothamRounded-Book';
}
.expo #como_llegar span.b{
	display: inline-block;
	width: 22px;
	height: 22px;
	padding-top: 2px;
	background: #79e87b;
	color: white;
	border-radius: 22px;
	text-align: center;
}
.expo #como_llegar .colectivo span{
	display: inline-block;
	float: left;
	width: 35px;
	height: 22px;
	margin-right: 5px;
	margin-top: 5px;
	padding-top: 5px;
	background: #e5e5e5;
	border-radius: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 1;
}
.expo #como_llegar .input-group{
	position: relative;
	width: 100%;
	margin: 5px 0px;
	left: 0px;
	border: 1px solid #e5e5e5;
}
.expo #como_llegar .btn{
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	background: transparent;
	color: #808080!important;
}
.expo #como_llegar .btn.active{
	background: #009bff;
	color: white!important;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.expo .contacto{
	padding-bottom: 45px;
}
.expo .contacto .panel{
	height: 450px;
}
.expo .contacto .panel::before, .expo .contacto .panel::after{
	content: "";
	display: none!important;
}
.expo .contacto .panel-heading{
	display: block;
	height: 50px;
    padding-top: 16px;
	background: #009bff;
	color: white!important;
	font-size: 18px;
	line-height: 1;
	border-radius: 0px;
	border: none;	
}
.expo .contacto .panel-body{
	height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
}
.expo .contacto .panel .item{
	margin-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.expo .contacto .panel p.info{
	margin-bottom: 5px;	
	font-size: 12px;
	color: #808080;
}
.expo .contacto .panel p.info .fa{
	color: #79e87b;
}
.expo .contacto .panel .data{
	display: inline-block;
	position: relative;
	padding-left: 50px;
	margin-bottom: 15px;
}
.expo .contacto .panel .img{
	position: absolute;
	left: 0px;
	width: 40px;
	height: 40px;
	background-color: #f5f5f5;
	border-radius: 100%;
}
.expo .contacto .panel .data b{
	color: #505050;
    font-family: 'GothamRounded-Book';
    display: block;
}
.expo .contacto .panel p{
	margin-bottom: 15px;
	color: #505050;
}
.expo .contacto .panel img{
	width: 100%;
	margin-bottom: 15px;
}
.expo .contacto .panel.mail{
	height: auto;
}
.expo .contacto .panel.mail .panel-body{
	height: auto;
}
.expo .contacto .form-control{
	margin-bottom: 0px;
	border: 1px solid #e5e5e5;
}
.expo .contacto label{
	color: #505050;
}
.expo .contacto textarea{
    height: 180px;
}



/*
	ORIENTACIÓN
*/
.orientacion .actividades{
	padding-bottom: 20px;
}
.orientacion .actividades .panel{
	height: auto;
}
.orientacion .actividades .panel-heading{
	position: relative;
	height: 90px;
	height: 80px;
	background-position: 15px center;
	background-repeat: no-repeat;
	background-size: auto 60px;
	background-size: auto 50px;
}
.orientacion .actividades .panel-heading h4{
	position: absolute;
	margin: 0px;
	padding-left: 75px;
	padding-left: 65px;
	top: 50%;
	transform: translateY(-50%);
	color: white;
	line-height: 22px;
}
.orientacion .actividades .panel._1 .panel-heading{
	background-color: #009bff;
	background-image: url(../images/expo_orientacion_actividad_1.svg);
}
.orientacion .actividades .panel._2 .panel-heading{
	background-color: #5dc7de;
	background-image: url(../images/expo_orientacion_actividad_2.svg);
}
.orientacion .actividades .panel._3 .panel-heading{
	background-color: #79e87b;
	background-image: url(../images/expo_orientacion_actividad_3.svg);
}
.orientacion .actividades .panel-body{
	height: 325px;
	overflow: hidden;
}
.orientacion .actividades .panel .video, .orientacion .actividades .panel p{
	margin-bottom: 15px;
}
.orientacion .actividades .bot{
	position: absolute;
	width: 100%;
	padding: 15px;
	padding-top: 5px;
	left: 0px;
	bottom: 0px;
	background: white;
	font-size: 30px;	
}
.orientacion .actividades .bot .fa{
	cursor: pointer;
	cursor: hand;
}
.orientacion .actividades .panel._1 .bot{
	color: #009bff;
}
.orientacion .actividades .panel._2 .bot{
	color: #5dc7de;
}
.orientacion .actividades .panel._3 .bot{
	color: #79e87b;
}
.orientacion .actividades .bot:before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0px;
	top: -20px;	
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2ff', endColorstr='#79e87b',GradientType=1 );
}
.orientacion .actividades .bot .cerrar{
	display: none;
}
.orientacion .anteriores{
	position: relative;
	margin: 0px;
	margin-bottom: 75px;
	background: white;
}
.orientacion .anteriores .linea{	
	position: absolute;
	width: 100%;
	height: 2px;	
	top: 50px;	
	background: -moz-linear-gradient(left,  rgba(0,162,255,1) 0%, rgba(121,232,123,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,162,255,1) 0%,rgba(121,232,123,1) 100%);
	background: linear-gradient(to right,  rgba(0,162,255,1) 0%,rgba(121,232,123,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2ff', endColorstr='#79e87b',GradientType=1 );
}
.orientacion .anteriores .col{
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	color: #009bff;
	font-size: 18px;
}
.orientacion .anteriores h3{
	display: inline-block;
	height: 40px;
	margin: 0px;
	padding: 10px 15px;
	background: #009bff;
	color: white;
	line-height: 1;
}
.orientacion .anteriores h1{
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 60px;
	line-height: 1;	
	color: #009bff;
}
.orientacion .anteriores ._2{
	color: #5dc7de;
}
.orientacion .anteriores ._2 h3{
	background: #5dc7de;
}
.orientacion .anteriores ._2 h1{
	color: #5dc7de;
}
.orientacion .anteriores ._3{
	color: #79e87b;
}
.orientacion .anteriores ._3 h3{
	background: #79e87b;
}
.orientacion .anteriores ._3 h1{
	color: #79e87b;
}



/*
	AGENDA
*/
.agenda{
	text-align: center;
}
.agenda .panel{
	height: auto;
}
.agenda .panel-heading{
	position: relative;
	padding: 0;
	padding-top: 56.25%;
}
.agenda .panel-body{
	position: relative;
	height: 210px;
	height: 240px;
	text-align: left;	
}
.agenda label, .oportunidad label{
	height: 20px;
	margin-bottom: 15px;
	padding: 4px 8px;
	font-size: 12px;
	line-height: 1;
	border-radius: 10px;
	background: #009bff;
	color: white;
}
.agenda h5, .agenda h4{
	margin: 0px;
	margin-bottom: 5px;
	color: #009bff;
}
.agenda h4{
	margin-bottom: 10px;
}
.agenda p{
	margin: 0px;
	font-size: 14px;
}
.agenda .redes{
	position: absolute;
	bottom: 15px;
	line-height: 0;
}
.agenda .redes a.red{
	background-color: #79e87b;
}
.agenda .pagination{
	margin-bottom: 75px;
}




/*
	ENTREVISTAS
*/
.entrevistas .nav-pills{
	margin-top: 50px;
}
.entrevistas .agenda .panel {
    height: 200px;
}
.entrevistas .agenda h5{
	color: inherit;
}
.entrevistas .agenda label{
	position: absolute;
	margin: 0;
	bottom: 15px;
}




/*
	HISTORIAS
*/
.historias .pagination{
	margin-bottom: 75px;
}




/*
	EMPRESAS
*/
.empresas_list{
	position: relative;
	padding-bottom: 50px;
}
.empresas_list h1{
	position: relative;
	margin: 20px 0px;
	padding: 30px 0px;
}
.empresas_list h1:before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;	
	background: url(../images/expo_empresas_fdo.svg) center center no-repeat;
	background-size: contain;
	z-index: 10;
	opacity: .25;
	pointer-events: none;
	mix-blend-mode: multiply;
}
.sub_site .busquedas h1{
	position: relative;
	margin: 20px 0px;
	padding: 30px 0px;
}

.sub_site .busquedas h1:before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;	
	background: url(../images/expo_empresas_fdo.svg) center center no-repeat;
	background-size: contain;
	z-index: 10;
	opacity: .25;
	pointer-events: none;
	mix-blend-mode: multiply;
}




/*
	OPORTUNIDADES
*/
.oportunidades{
	padding-top: 30px;
}
.oportunidades .pagination{
	margin-bottom: 75px;
}




/*
	STREAMING
*/
.streaming .txt{
	padding-top: 50px;
	padding-bottom: 75px;
}
.streaming .txt h2 {
    margin: 0px;      
    line-height: 36px;
}
.streaming .txt h3 {
    margin: 0px;
    margin-top: 15px;
}
.streaming .txt .embed-responsive{
	margin-top: 40px;
}




/*
	ITEMS ABIERTOS
*/
.contenido.busqueda {
	padding-top: 50px;
	padding-bottom: 75px;
    background: rgb(0,162,255);
    background: -moz-linear-gradient(left, rgba(0,162,255,0.1) 0%, rgba(121,232,123,0.1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,162,255,0.1) 0%,rgba(121,232,123,0.1) 100%);
    background: linear-gradient(to right, rgba(0,162,255,0.1) 0%,rgba(121,232,123,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2ff', endColorstr='#79e87b',GradientType=1 );
}
.contenido.busqueda h2 label{    
	margin-top: 20px;
    margin-bottom: 0px;    
}
.contenido.busqueda textarea {
    height: 120px;
}
.contenido.busqueda .btn {
    margin-top: 0px;
}









@media (max-width: 1200px){
	
	
	.expo .botonera a{
		padding: 10px 0px;
		padding-left: 10px;
		hyphens: auto;
	}

}




@media (max-width: 992px){		
	
	.actualizar_head {
		margin-top: 3px;
	}

	.navbar-collapse{
		margin-top: -5px
	}
	.sec_top {
	    height: 100px;
	}
	.sec_top .container {
	    top: auto;
	    transform: translateY(0%);
	}
	.sec_top h1 {
	    font-size: 24px;
	}
	.sec_top h3 {
	    top: 38px;
	}
	.sec_top .input-group {
	    width: 175px;
	    top: 28px;
	}
	.sec_top .como_llegar {
	    bottom: 25px;
	}
	.home .galeria {
	    height: 300px;
	}
	.home .carousel .item {
	    height: 300px;
	}

	.expo h1 {
	    margin: 30px 0px;
	}
	.busquedas .row .col{
	    padding: 0px 8px;
	}
	.expo .oportunidad {
	    margin-bottom: 15px;
	}

	.noticias .row{
		margin: 0px -8px;
	}
	.noticias .row .col{
	    padding: 0px 8px;
	}
	.expo #como_llegar {
	    padding-bottom: 10px;
	}
	#como_llegar .row .col{	    
	    margin-bottom: 20px;
	}
	.expo #como_llegar .btn {
	    margin-right: 2px;
	    height: 26px;
	    padding-left: 8px;
	    padding-right: 8px;
	    font-size: 12px;
	}
	.expo .contacto {
	    padding-bottom: 30px;
	}
	.contacto .row{
		margin: 0px -8px;
	}
	.contacto .row .col{
	    padding: 0px 8px;
	}
	.contacto .panel {
	    margin-bottom: 20px;
	}
	.expo .contacto .panel-body {
		width: 100%;
	    height: 400px;
	}
	.expo .contacto textarea {
	    height: 90px;
	}
	.agenda .row{
		margin: 0px -8px;
	}
	.agenda .row .col{
	    padding: 0px 8px;
	}
	.empresas_list h1{
		margin: 15px 0px;
		padding: 15px 0px;
	}
	.empresas_list .row{
		margin: 0px -8px;
	}
	.empresas_list .row .col{
	    padding: 0px 8px;
	}
	.oportunidades .row{
		margin: 0px -8px;
	}
	.oportunidades .row .col{
	    padding: 0px 8px;
	}
	.orientacion .actividades .row{
		margin: 0px -8px;
	}
	.orientacion .actividades .row .col{
	    padding: 0px 8px;
	}
	.orientacion .actividades .panel-heading {
	    height: 70px;
	    background-size: auto 40px;
        background-position: 10px center;
	}
	.orientacion .actividades .panel-heading h4 {
	    padding-left: 50px;
	    line-height: 20px;
	}
	.orientacion .anteriores h1 {
	    font-size: 50px;
	}
	.expo .inscribite .btn {
	    height: 42px;
	    padding: 12px 20px;
	    font-size: 18px;
	    border-radius: 21px;
	}
	.emprendedores .historias{
		padding-bottom: 20px;
	}
	.becas .agenda .panel {
	    height: 230px;
	}
	.streaming .txt {
	    padding-top: 30px;
	    padding-bottom: 50px;
	}
	.sharing {
	    float: none!important;
	    margin-bottom: 0px;
	}
	.streaming .txt .embed-responsive {
	    margin-top: 30px;
	}
	.sharing.no_resp{
		display: none;
	}
	.contenido.busqueda{
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.contenido.busqueda h2 {
	    margin-bottom: 30px;
	}



}



@media (max-width: 768px){
	

	.sec_top{
		height: 120px;
	}
	.sec_top .container {
	    top: auto;
	    transform: translateY(0%);
	}
	.sec_top h1 {
	    margin-top: 20px;
	    margin-bottom: 8px;
	}
	.sec_top h3 {
	    position: relative;
	    top: auto;
	    font-size: 14px;
	    text-align: left;
	}
	.sec_top h3 br {
		/*display: none;*/
	}
	.sec_top .input-group {
	    width: 150px;
	    top: 20px;
	}
	.sec_top .form-control {
		height: 24px;
	    font-size: 13px;
	}
	.sec_top .input-group-addon {
		height: 24px;
	    font-size: 12px;
	}
	.sec_top .como_llegar {
		bottom: 38px;
	    font-size: 14px;
	}
	.expo h3.sub {
	    margin: 30px 0px;
	    line-height: 34px;
	    color: #505050;
	    text-align: center;
	}
	.alert {
	    margin-bottom: 30px;
	    padding: 15px;
	}
	.alert .fa {
	    font-size: 40px;
	}
	.entrevistas .nav-pills {
	    margin-top: 30px;
	}
	.orientacion .anteriores .linea{
		display: none;
	}
	.orientacion .anteriores .col:before {
		content: "";
	    position: absolute;
	    width: 100%;
	    height: 2px;
	    left: 0px;
	    top: 50px;
	    background: -moz-linear-gradient(left, rgba(0,162,255,1) 0%, rgba(121,232,123,1) 100%);
	    background: -webkit-linear-gradient(left, rgba(0,162,255,1) 0%,rgba(121,232,123,1) 100%);
	    background: linear-gradient(to right, rgba(0,162,255,1) 0%,rgba(121,232,123,1) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2ff', endColorstr='#79e87b',GradientType=1 );
	}
	.orientacion .anteriores h3{
		position: relative;
		z-index: 10;
	}
	.orientacion .anteriores ._2{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.orientacion .anteriores .col._2:before {
		top: 20px;
	}


}






@media (max-width: 480px){	
	
	.actualizar_head {
		margin-top: 5%;
		font-size: 13px;
		vertical-align: middle;
		height: 25px
	}
	
	.modal.in .modal-dialog {
	
    	display: block !important;
    	top: 125px !important;;
    	position: fixed  !important;
	}


	.sec_top {
	    height: auto;
	}
	.sec_top .container {	 
	    margin-bottom: 15px;
	}
	.expo .sec_top h1 {
	    font-size: 22px;	    
	    margin-bottom: 10px;	    
	    margin-bottom: 8px;
	}
	.sec_top h3 {
	    line-height: 1.4;
	}
	.sec_top .input-group {
		display: none;
	    width: 100px;
	    top: 18px;
	}
	.input-group-addon {
	    padding: 6px 5px;
	}
	.sec_top .como_llegar {
		display: none;
	    bottom: 40px;
	    font-size: 13px;
	}
	.expo h1 {
	    font-size: 24px;
	}
	.busquedas .row .col{
	    width: 100%;
	}
	.busquedas .oportunidad {
	    height: auto;
	    padding-bottom: 20px;
	}
	.noticias .col{
	    width: 100%;        
	}
	.noticias .panel {
	    height: auto;
	}
	.expo .noticia h3 {
	    margin-bottom: 10px;
	}
	.expo .noticia .btn {
	    position: relative;
	    bottom: auto;
	    margin: 15px 0px;
	}
	#como_llegar .row .col{
	    width: 100%;
	}
	.contacto .row .col{		
	    width: 100%;
	}
	.expo .contacto .panel {
	    height: auto;
	}
	.expo .contacto .panel-body {
	    height: 300px;
	}
	.expo .contacto .panel.mail .panel-body {
	    height: auto;
	}
	.agenda .row .col{
	    width: 100%;
	}
	.agenda .panel-body {
	    height: auto;
	}
	.agenda .redes {
		position: relative;
	    float: left;
	    margin-top: 15px;
	    bottom: auto;
	    line-height: 0;
	}
	.galeria {
	    height: 200px;
	}
	.galeria h2 {
	    font-size: 18px;
	}
	.expo h3.sub {
	    margin: 30px 0px;
	    line-height: 30px;
	    color: #505050;
	    text-align: center;
	}
	.entrevistas .agenda .panel {
	    height: auto;
	}
	.entrevistas .agenda label {
		position: relative;
	    margin-top: 15px;
	    margin-bottom: 10px;
	    bottom: auto;
	}
	.entrevistas .agenda .redes {
	    margin-top: 0px;
	}
	.empresas_list .row .col{
	    width: 50%;
	}
	.oportunidades .row .col{
	    width: 100%;
	}	

	

}










