@charset "utf-8";
/* Styles for gallery on masterResponsive22 */
div.MagicScroll {
	/*height: 36vh !important*/
	height: 189px
}

div.gallery-item table { width: 100% }

div.gallery-item span { font-family: Verdana, Arial, Helvetica, sans-serif; }
	
div.gallery-container a { width: 100%; text-decoration: none; }
	
div.gallery-item {
	width: calc(92% - 2px);
	border-radius: 7px;
	border: 1px solid #878787;
	margin: 0px auto;
	padding: 7% 4% !important;
	min-height: 189px;
}
	
div.gallery-item > div { width: 100%; display: block }
		
/* 1st row */
div.gallery-item > table > tbody > tr:nth-child(1) span { color: #000000 }

/* 2nd row */
div.gallery-item > table > tbody > tr:nth-child(2) span { font-size: 14px }

/* 3rd row */
div.gallery-item > table > tbody > tr:nth-child(3) span { font-weight: bold; color: #717171 }

div.gallery-item > table > tbody > tr:nth-child(3) > td:nth-child(1) { width: 80%; }
	
div.gallery-item > table > tbody > tr:nth-child(3) > td:nth-child(2) { width: 20%; }
	
div.gallery-item img { width: 50px; height: 38px }

.MagicScroll-horizontal .mcs-button-arrow-prev:before
, .MagicScroll-horizontal .mcs-button-arrow-next:before { width: 65px !important; height: 65px !important; border-width: 6px !important; }

/*
.mcs-button-arrow-prev { background: url('/Artes/cat_bienesraices.png') !important; background-size: 50px 50px }

.mcs-button-arrow-prev:before { display: none }

.MagicScroll img { visibility: visible !important; }
*/