@charset "utf-8";
tbody tr .propietario {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: hsla(0,2%,84%,1.00);
	-webkit-box-shadow: 2px 2px hsla(0,0%,34%,1.00);
	box-shadow: 2px 2px hsla(0,0%,34%,1.00);
	color: hsla(0,0%,12%,1.00);
	text-align: center;
	padding: 10px;
	margin: 10 px;
	top: 20px;
	opacity: 0.8;
	font-size: 14px;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
tbody tr .infortel {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	background-color: #29523B;
	-webkit-box-shadow: 2px 2px hsla(0,0%,34%,1.00);
	box-shadow: 2px 2px hsla(0,0%,34%,1.00);
	color: hsla(0,0%,100%,1.00);
	text-align: center;
	padding: 20px;
	margin: 10 px;
	bottom: 20px;
	opacity: 0.8;
}
tbody tr .propietario:hover {
	color: #FFFFFF;
	background-color: #1F1F1F;
}
