.link_homes {
	position: relative;
	margin: 10px auto;		
	width: 50%;
	text-align: center;
	background-repeat: repeat-x;
    background-position-y: center;
}
.gray_line {
	background-image: url("../images/title-separator-gray.png");
}
.white_line {
	background-image: url("../images/title-separator-white.png");
}
.link_homes a {
	font-family: "Montserrat Light", Arial, sans-serif;
	font-size: 24px;
	text-transform:uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;				
}
.link_homes:hover a {
	color:#ffffff !important;
}

/* ACTUALIDAD */
#actualidad-wrap {
	position: relative;
	margin-top: 80px;
	float: left;
	width: 100%;
}
#link_actualidad a {
	color: #ffffff;
    padding: 2px 20px;
}
#news-wrap {
	display: table;
	width: 90%;
	margin: 50px auto 0;
}
#link_new {
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}
.main-new {
	display: table-cell;
	width: 72%;
	float: left;
	border-right: 1px solid #ababab;
}
.side-news {
	display: table-cell;
	width: 27%;
	float: left;
}
.titulo_new {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 15px;
}
#titulo_new_2 {
	margin-top: 35px;
}
.main-new .titulo_new {
	font-size: 24px;
}
.date_new {
	font-size: 14px;
	padding-bottom: 30px;
}
.news-column img {
	width: 100%;
}
			#link_new:hover,
			.link_homes a:hover{
				color:#c7c7c7;
			}

/* TWEETS */
#twitter-wrap {
	position: relative;
    float: left;
	height: 120px;
	width: 100%;
	z-index: 10;
	background-size: cover;
	background-position-y: center;
}
.scroller {
	margin-left: 0px;
	overflow: hidden;
	position: absolute;
	right: 0;
	width: 100%;
	height: 100%;
}
				.scroller ul{
					float:left;
					margin-top:9px;
				}
					.scroller ul li{
						float:left;
						margin-right:50px;
						list-style:none;
					}
						.scroller ul li a{
							color:#ffffff;
							font-size:1em;
							-webkit-transition: all 0.3s ease;
							-moz-transition: all 0.3s ease;
							-o-transition: all 0.3s ease;
							transition: all 0.3s ease;
						}
							.scroller ul li a:hover{
								color:#c7c7c7 !important;
							}
							.scroller ul li *{
								float:left;
								font-family: "Ubuntu", Arial, serif;
								font-size:0.9375em;
							}
					.scroller ul li span{
						float:none;
						color:#ffffff;
					}
					.scroller ul li span#name_twitter{
						font-weight:bold;
					}
					.scroller ul li .date-tweets,
					.scroller ul li a{
						margin:0% 0.4em;
					}
					
/* AGENDA */
#agenda-wrap {
	display: table;
	position: relative;
	margin-top: 80px;
	float: left;
	width: 100%;
	background-color: #fafafa;
}
#agenda-left {
	display: table-cell;
	width: 30%;
	background-image:url("../images/agenda-background.png");
	background-repeat:no-repeat;
	background-size:cover;
}
#agenda-right {
	display: table-cell;
	width: 70%;
	padding: 20px;
}
#link_agenda a {
	color: #ffffff;
    padding: 2px 20px;
}
.sliderAgendaHome {
	padding-top: 47px;
}
#agenda-wrap .bx-wrapper {
	width: 90%;
	margin: 0 auto;
	box-shadow: none;
	border: 0;
	background: transparent;
	min-height: 100px;
}
#agenda-wrap .bx-viewport {
	padding-bottom: 40px;
}
.listado-eventos {
	width: 90%;
    margin: auto;
}
.agenda-date {
	width: 12%;
	display: block;
	float: left;
	margin-left: 3%;
}
.day-home {
	display: block;
	float: left;
	padding: 10px;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
}
.events-day-home {
	display: block;
	float: left;
    width: 85%;
}
.title-event-home {
	font-size: 20px;
	font-weight: 600;
}
.info_event_list {
	font-size: 15px;
}
.agenda-separator {
	width: 15%;
	height: 1px;
	margin: auto;
}

/* BOLSA DE EMPLEO */
.link_new-solicitud-movil {
	display: none;
}
#empleo-wrap-home {
	background-image: url("../images/empleo.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-top: 80px;	
	float: left;
	width: 100%;
	overflow: hidden;
}
#empleo-centered {
	position: absolute;
	left: 50%;
}
#empleo-subwrap {
	position: relative;
	left: -50%;
	width: 80%;
	margin: 0 auto;
	display: table;
}
#link_empleo {
	top: 30px;
}
#link_empleo a {
	color: #ffffff;
    padding: 2px 20px;
	border: 1px solid white;
}
#box-empleo-wrap {
	width: 80%;
	padding: 30px;
	margin: auto;
}
.box-empleo {
	max-width: 531px;
	width: 38%;
	max-height: 290px;
	height: 46%;
	margin-top: 50px;
}
#box-ofertas-empleo {
	float: left;
	margin-left: 5.85%;
    background: white;
	position: relative;
}
#box-demandas-empleo {
	float: right;
	margin-right: 5.85%;
    background: white;
	position: relative;
}
.title-empleo {
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	padding: 5px 20px;
	border-radius: 25px;
	width: fit-content;
    margin: 20px auto;
}
#box_slide_offers {
	width:100%;
	height:86%;
    padding-top: 5px;
}
			
				.bxsliderOffers, .bxsliderDemands {
					width:100%;
					padding-left:0 !important;
					margin-left:0 !important;
				}
				
.bxsliderOffers li, .bxsliderDemands li {
	height: 250px !important;
	width: 100% !important;
	/* max-width:75% !important; */
}
#box_slide_offers .bx-controls {
	height: 60% !important;
}
#box_slide_offers .bx-wrapper{
	box-shadow: none;
	border: 0;
}
.box-offers {
	min-height: 51%;
	float: left;
	padding: 0 20px;
}
.name-offers {
	font-weight: 600;
	font-size: 1.1em;
	width: 100%;
}
.city-offers,
.description-offers {
	font-size: 1em;
	width: 100%;
}
						
						.city-offers{
							margin-bottom:3.5%;
						}
							
						.description-offers{
							margin-bottom:7.5%;
						}
						
						.type-offers{
							width:100%;
							font-size:1.125em;
						}
						
						.acreditation-offers{
							width:100%;
							font-size:1.125em;
						}
						
						.credicoh-offers{
							width:100%;
							font-size:1.125em;
							margin-bottom:7.5%;
						}
.link-offers {
	text-transform: uppercase;
	font-size: 1em;
	display: inline-block;
	border: 2px solid;
	font-weight:500;
	padding:1% 3%;
	margin:0 2%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
		#box-solicitudes {
			width:100%;
			position: absolute;
			z-index: 25;
			left: 0;
			right: 0;
			margin: 0 auto;
			bottom:9%;
		}
			
#new-solicitud-oferta {
	float: left;
	display: block;
	text-align: center;
	width: 100%;
}
#new-solicitud-demanda {
	float:right;
	display: block;
	text-align: center;
	width: 100%;
}
.link_new-solicitud {
	text-align: center;
	padding: 5px 20px;
	display: inline-block;
	font-size: 1em;
	background-color: #ffffff;
	border-radius: 25px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}		
			
		/*formularios home ofertas*/
		.box_form,
		.box_form_demands,
		.box_new_offer,
		.box_new_demand{
			clear: both;
			margin-bottom: 2.5%;
			float: left;
			width: 95%;
			min-height: 50px;
			background-color: #f8f7f7;
			display: none;
			padding: 2.5%;
			border-top: 0px;
		}
		
			p.title_property_contact{
				text-align:left;
				font-family:'Ubuntu', sans-serif;
				font-size:1.25em;
				margin-bottom:3%;
				font-weight:400;
			}
			
				.box_contact1, .box_contact2{
					float:left;
					width:50%;
				}
			
					.form_packC{
						float:left;
						clear:both;
						text-align:left;
						width:100%;
						margin-bottom:1.5%;
					}
					
						.box_labelC{
							margin-bottom:2%;								
						}
						
							.form_packC label, .box_Check{
								font-size:1em;
								font-weight:500;
								/*color:#005599;*/
							}
							
							.form_packC input{
								width:60%;
							}
							
							.form_packC textarea{
								min-width:95%;
								max-width:95%;
								width:95%;
								min-height:218px;
								max-height:218px;
								height:218px;
							}
							
						.contact_question{
							margin-top:1%;
						}
						
							.contact_question label{
								float:left;
								clear:both;
								margin-bottom:1%;
							}
						
							.contact_question input{
								margin-right:2%;
								float:left;
								clear:both;
							}
							
						.box_Check{
							float:left;
							text-align:left;
						}
						
						.form_accept{
							width:50%;
							float:left;
							clear:both;
							margin-top:1%;
						}
							
							.form_accept input{
								float:left;
								position:relative;
								top:6px;
							}
							
						#text_info_contact{
							float:left;
							clear:both;
							text-align:left;
							font-size:0.8em;
							font-style:italic;
						}
						
						#boton_send,
						#boton_send_monitoring{
							font-size: 1.2em;
							color: #ffffff;
							font-weight: 500;
							border: 0px;
							padding: 1% 4%;
							font-family:'Ubuntu', sans-serif;
						}
						
							#boton_send:hover,
							#boton_send_monitoring:hover{
								cursor:pointer;
								-webkit-transition: all 0.3s ease;
								-moz-transition: all 0.3s ease;
								-o-transition: all 0.3s ease;
								transition: all 0.3s ease;
								color:#eaeaea;		
								opacity:0.7;
								filter: alpha(opacity = 70);								
							}							
						
						.errores_formulario{
							float:left;
							clear:both;
						}
						
							.errores_formulario .error{
								color:red;
								text-align:left;
								font-size:0.8em;
							}
							
			.obli{
				color:red;
			}		

/* LOCALIZADOR DE FARMACIAS */
#chemists-wrap {
	background-image: url("../images/farmacias.png");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-top: 80px;	
	float: left;
	width: 100%;
	overflow: hidden;
	background-position: center center;
}
#chemists-centered {
	position: absolute;
	left: 50%;
}
#chemists-subwrap {
	position: relative;
	left: -50%;
	margin: 0 auto;
	display: table;
}
#link_chemists {
	top: 50px;
}
#link_chemists a {
	color: #ffffff;
    padding: 2px 20px;
	border: 1px solid white;
}
#box-chemists-wrap {
	width: 80%;
	padding: 30px;
	margin: auto;
}
.box-chemists {
	max-width: 531px;
	width: 38%;
	max-height: 290px;
	height: 46%;
	margin: 50px auto 0;
    background: rgba(255,255,255,0.85);
	position: relative;
	padding: 30px;
}
.title-chemists {
	color: #333333;
	text-align: center;
	font-size: 1.2em;
	font-weight: 500;
    margin: 20px auto 10px;
}
#sel-locality {
    width: fit-content;
    margin: auto;
    background-repeat: no-repeat;
    background-position: right;
	padding: 5px 10px;
    border-radius: 20px;
}
#sel-locality select {
    border: 0;
    padding: 2px 5px;
    width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Ubuntu", Arial, serif;
    font-size: 0.95em;
    font-weight: 500;
	color: white;
    background-image: none;
    background-color: transparent;
	outline: -webkit-focus-ring-color auto 0;
}
.link-show-filter {
	margin: 30px auto 10px;
    text-align: center;
    padding: 10px 20px;
    border: 2px solid;
    width: fit-content;
    border-radius: 5px;
    font-weight: 600;
    color: #333333;
    cursor: pointer;
}
.link-show-filter:hover {
    color: white;
}

/* CONSEJOS SANITARIOS */
#advice-wrap {
	background-image: url("../images/consejos-salud.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-top: 80px;	
	float: left;
	width: 100%;
	overflow: hidden;
}
#advice-centered {
	position: absolute;
	left: 50%;
}
#advice-subwrap {
	position: relative;
	left: -50%;
	margin: 0 auto;
	display: table;
	opacity: 0.75;
}
#link_advice {
	top: 50px;
}
#link_advice a {
	color: #ffffff;
    padding: 2px 20px;
	border: 1px solid white;
}
#box-advice-wrap {
	width: 80%;
	padding: 30px;
	margin: auto;
}
#advice-wrap .bx-wrapper {
	width: 50%;
	margin: 120px auto 0;
	background: transparent;
	border: none;
	box-shadow: none;
}
#box_slide,
#box_slide .listado-consejos {
	height: 180px;
}
.title-advice-home {
	font-size: 25px;
	font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 10px;
}
.description-advice-home {
	font-size: 18px;
	font-weight: 500;
}