.aa30_min3_cuerpo{
	position: relative;
	width: 100%;
}
	.aa30_min3_cuerpo a{
		display: flex;
		position: relative;
	}
.aa30_min3_img{
	width: 100%;	
	margin: 0px;
	padding: 0px;
	display: inline;
	position: relative;
}
	.aa30_min3_img img{
		width: 100%;
		margin: 0px;
		padding: 0px;
		border: 0px
	}
.aa30_min3_img img.aa30_min_3_img_pc{
	display: block
}
.aa30_min3_img img.aa30_min_3_img_movil{
	display: none
}
.aa30_min3_tituloDestacado{
	position: absolute;
    width: 100%;
    z-index: 1;
    margin: 0px;
    top: 0px;
	padding: 6px 0;
	display: none
}
.aa30_min3_titulo1Destacado {
    padding-left: 20px;
    padding-top: 15px;
}
.aa30_min3_titulo1Destacado a{
	text-transform: uppercase;
	margin: 0;
	padding: 12px 8% 14px 0;
	font-weight: 700;
	display: inline !important;
	font-size: 0.90em;
	color: #006ff0 !important;
	text-decoration: none !important;
	font-weight: 500;
	background-color: #fff;
	box-shadow: 10px 0 0 #fff, -20px 0 0 #fff;
}
.aa30_min3_titulo2Destacado{
	margin-top: 10px;
    padding-left: 20px;
	position: relative
}
.aa30_min3_titulo2Destacado:before{
	position: absolute;
	height: 100%;
	width: 20px;
	content: " ";
	left: 0;
	background-color: #fff
}
	.aa30_min3_titulo2Destacado a{
		color: #222 !important;
		text-decoration: none !important;
		display: inline;
		padding: 0px 4% 0px 0%;
		font-size: 2em;
		background-color: #fff;
		box-shadow: 10px 0 0 #fff, -20px 0 0 #fff;
		font-weight: bold;
	}
	
	.aa30_min3_titulo1Destacado a:before, .aa30_min3_titulo1Destacado a:after{
		position: absolute;
		content: " ";
		width: 1px;
		left: -1px;
		top: 0;
		height: 100%;
		background: #ffffff;
		z-index: 1;
	}
	
	.aa30_min3_titulo1Destacado a:after{
		left: auto;
		right: -1px;
	}
	
.aa30_min3_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_min3_mask .aa30_min3_subtitulo{
		color: #ffffff;
		font-size: 1.3em;	
		margin: 40px 0 0 0;
		margin-left: 8%;
	}
	.aa30_min3_mask .aa30_min3_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_min3_mask_transform{
	opacity: 1
}
.aa30_min3_mask_transform_ie9{
	opacity: 1
}

/* estilos tablet vertical */
@media all and (min-width: 601px) and (max-width: 1023px){
	.aa30_min3_img img{
		position: absolute;
		display: block;
		top: 0px;
	}
	/* ipad */
	.aa30_min3_img img:not(*:root) {
		height: auto;
		width:auto;
		top: -20px;
		left: -50px;
	}
	/* chrome */
	@supports (-webkit-appearance:none) {
		.aa30_min3_img img:not(*:root) {
			height: auto;
			width:100%;
			top: 0px;
			left: 0px;
		}
	}
	
	.aa30_min3_mask{
		display: none
	}
	
	.aa30_min3_img img.aa30_min_3_img_pc{
		display: none
	}
	.aa30_min3_img img.aa30_min_3_img_movil{
		display: block;
		position: relative;
	}
	.aa30_min3_cuerpo a{
		display: block
	}
}

@media all and (max-width: 600px){
	.aa30_min3_titulo1Destacado a{
  	  color: #999 !important;
	}
	
	.aa30_min3_mask{
		display: none
	}
	
	.aa30_min3_img img.aa30_min_3_img_pc{
		display: none
	}
	.aa30_min3_img img.aa30_min_3_img_movil{
		display: block;
		position: relative;
	}
	
	.aa30_min3_cuerpo a{
		display: block
	}
}