.contenedorFueraServicio {
	margin: 0px 25%;
	padding: 0em;
	width: 50% !important;
	min-height: 300px;
	text-align: center;
}
.fueraServicio {
	width: 634px;
	height: 311px;
	margin: 0px;
	padding: 1px;
	border: 1px solid #999;
	background: transparent url(/home2/irudiak/fondoFueraServicio.jpg) no-repeat center center;
	position: relative;
}
.fueraServicio h2 {
	color: #fff;
	margin: 4px 0px 0px 0px;
	padding: 0px;
}
.fueraServicio .textoEuskera,
.fueraServicio .textoCastellano {
	margin: 0em;
	padding: 0em;
	position: absolute;
	font-size: 0.9em;
	color: #333;
	width: 400px;
	text-align: left;
}
.fueraServicio .textoEuskera {
	left: 228px;
	top: 42px;
}
.fueraServicio .textoCastellano {
	left: 228px;
	top: 146px;
}
.fueraServicio p {
	margin: 0.5em !important;
	padding: 0em !important;
}

@media (min-width: 0px) and (max-width: 768px){

	.hl_fs_responsive{
		margin: 0.5em;
		width: initial !important;
	}

	.hl_fs_responsive .fueraServicio{
		width: initial;
		/*background-image: none;
		background-color: #E7ECF0;*/
	}

	.hl_fs_responsive .h2FueraServicio{
		/*background-color: #4E4E4E;
		margin-top: 0;
		padding: 4px;*/
	}

	.hl_fs_responsive .textoEuskera, .hl_fs_responsive .textoCastellano{
		position: initial;
		
	}
}

@media (max-width: 428px){
	.hl_fs_responsive .fueraServicio{
		/*width: initial;*/
		background-image: none;
		background-color: #E7ECF0;
	}

	.hl_fs_responsive .h2FueraServicio{
		background-color: #4E4E4E;
		margin-top: 0;
		padding: 4px;
	}

	.hl_fs_responsive .textoEuskera, .hl_fs_responsive .textoCastellano{
		width: initial;
	}
}

@media (min-width: 429px) and (max-width: 768px){
	.hl_fs_responsive .textoEuskera, .hl_fs_responsive .textoCastellano{
		width: 65%;
    	float: right;
	}
}
