.aa30_min1_cuerpo{
	position: relative;
	width: 100%;
}
.aa30_min1_cuerpo a{
	display: flex;
	position: relative;
}
.aa30_min1_img{
	width: 100;	
	margin: 0px;
	padding: 0px;
	display: inline;
	position: relative;
}
.aa30_min1_img img{
	width: 100%;
	height: 100%;
  	max-height: 265px;
	margin: 0px;
	padding: 0px;
	border: 0px;
  	display: block;
}
.aa30_min1_tituloDestacado{
	position: absolute;
	/* background: rgba(0, 0, 0, 0.55); */
	padding: 6px 0;
	z-index: 1;
	margin: 0px;
	top: 0px;
	width: 100%;
	height: 73px;
}
.aa30_min1_cuerpo .aa30_min1_titulo1Destacado{
	padding-left: 20px;
	padding-top: 15px	
}
.aa30_min1_titulo1Destacado a{
	/* background: url(/contenidos/recurso_tecnico/aa30_comun/es_def/images/aa30-bg-title.png) no-repeat 8% 37px; */
	text-transform: uppercase;
	font-weight: 700;
	display: block !important;
	font-size: 0.9em;
	color: #fff !important;
	text-decoration: none !important;
	padding: 12px 8% 14px 0%;
	margin-top: 0;
	margin: 0;
	font-weight:bold;
	
}
.aa30_min1_cuerpo .aa30_min1_titulo1Destacado a{
	display: inline !important;	
	background-color: #fff;
	box-shadow: 10px 0 0 #fff, -20px 0 0 #fff;
	color: #006ff0 !important;
	font-weight: 500;
}

.aa30_min1_cuerpo .aa30_min1_titulo1Destacado a:before, .aa30_min1_cuerpo .aa30_min1_titulo1Destacado a:after{
	position: absolute;
	content: " ";
	width: 1px;
	left: -1px;
	top: 0;
	height: 100%;
	background: #ffffff;
	z-index: 1;
}
.aa30_min1_cuerpo .aa30_min1_titulo1Destacado a:after{
	left: auto;
	right: -1px;
}
.aa30_min1_titulo2Destacado{
	margin-top: 10px;
	padding-left: 20px;
	position: relative;
}
.aa30_min1_titulo2Destacado:before{
	position: absolute;
	height: 100%;
	width: 20px;
	content: " ";
	left: 0;
	background-color: #fff
}
.aa30_min1_titulo2Destacado a{
	color: #222 !important;
	text-decoration: none !important;
	padding: 0px 4% 0px 0%;
	display: inline !important;
	font-size: 1.4em;
	background-color: #fff;
	box-shadow: 10px 0 0 #fff, -20px 0 0 #fff;
	font-weight: bold
}
/*.aa30_min1_titulo2Destacado a:after{
	position: absolute;
	content: " ";
	width: 1px;
	top: 0;
	height: 100%;
	background: #ffffff;
	z-index: 1;
	left: auto;
	right: -1px;
}*/
.aa30_min1_mask{
	width: 100%;
	padding: 0px;
	height: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: rgba(0,0,0,0.55);
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.aa30_min1_mask .aa30_min1_subtitulo{
	color: #ffffff;
	font-size: 1.3em;
	/* margin: 10px 0; */
	/* bottom: 0; */
	/* position: absolute; */
	margin-top: 148px;
	margin-left: 8%;
}
.aa30_min1_mask .aa30_min1_boton{
	color: #ffffff;
	font-size: 1.1em;
	padding: 8px 10px 12px;
	border: 2px solid #fff;
	margin-top: 10px;
	width: auto;
	display: inline-block;
	margin-left: 8%;
}
.aa30_min1_mask_transform{
	opacity: 1
}
.aa30_min1_mask_transform_ie9{
	opacity: 1
}

/* AJUSTE ESTILOS FIREFOX */
/*@-moz-document url-prefix() {
	.aa30_min1_mask_transform {
		height: 60.4%;
		top: 32%;
	}
}*/

/* AJUSTE ESTILOS SAFARI */
/*@media screen and (-webkit-min-device-pixel-ratio:0) { 
	::i-block-chrome,.aa30_min1_tituloDestacado{
		width: 84.4%;
	}
}*/
@media all and (min-width: 601px) and (max-width: 1023px) {
	.aa30_min1_img img{
		height: 100%;
	}
	.aa30_min1_mask{
		display: none
	}
}

@media all and (max-width: 600px) {
	.aa30_min1_titulo1Destacado a{
		font-size: 0.75em
	}
	.aa30_min1_titulo2Destacado a{
		font-size: 1em
	}
	.aa30_min1_mask{
		display: none
	}
}