.condolencias_box .row {
}

.condolencias_box .condolencia {
	display: inline-block;
	margin: 0.5em;
	padding: 0.5em;
	width: 18%;
}
.condolencias_box .cond_01 {
	background-color: #FFF;
	text-align: left;
	margin: 5%;
	padding: 2em;
	width: 90%;
	border-radius: 5px;
	box-shadow: 1px 1px 10px #CCC;
	background-image: url(../img/mini_logo.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 30em;
	overflow: auto;
}
.condolencias_box .cond_02 {
	background-color: #F8F0E9;
	text-align: center;
	margin: 5%;
	padding: 4em;
	width: 90%;
	box-shadow: 1px 1px 10px #CCC;
	background-image: url(../img/bkg_cond_02.png);
	background-repeat: repeat;
	transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	height: 30em;
	overflow: auto;
}
.condolencias_box .cond_03 {
	background-color: #EFE3BA;
	text-align: left;
	margin: 5%;
	padding: 2em;
	width: 90%;
	box-shadow: 1px 1px 10px #CCC;
	transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	height: 30em;
	overflow: auto;
}