@charset "UTF-8";

/*General*/
table.apg-table, .cabecera {
	clear: none;
	width: 79%;
	max-width: 586px;
}
.imagen {
	border-left: 4px solid #d9001d;
	max-width: 100%;
	display: block;
}
.imagen:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
table.apg-table select, table.apg-table textarea {
	width: 100% !important;
}
table.apg-table textarea {
	min-height: 200px;
}

@media screen and (max-width: 806px) {
table.apg-table, .cabecera {
	clear: none;
	width: 100%;
}
}
.iris-picker {
	display: none;
	visibility: hidden;
}