	.unidades{
    background: #7ac142;
    padding: 12px;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #ececec;
}
	ul.lista_unidades{
		padding: 0px;
		margin: -25px 0 0 0;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 15px;
	}
	ul.lista_unidades li{
		list-style-type: none;
		margin: 15px 0px;
		cursor: pointer;
	}
	ul.lista_unidades li:hover{
		color: #7ac142;
	}
	ul.lista_unidades li i{
		font-size: 24px;
	}
	.micrositios div.micrositios_unidad div:nth-child(4n+4){
		clear: both;
	}
	.micrositios div > div{
		margin: 20px 0px;
	}
	.micrositios div.text-center{
		height: 250px;
	}
	.micrositios img {
		border-bottom: 1px solid #ececec;
	padding-bottom: 20px;
	}
	.micrositios h5{
		font-weight: bold;
		min-height: 40px;
		max-height: 40px
	}
	.micrositios p{
		font-size: 12px;
	}
	.button{
	border: 1px solid #ececec;
	padding: 8px;
	border-radius: 20px;
	position: absolute;
	bottom: 0;
	width: 80%;
	margin: auto !important;
	}
	.button a{
		color: #7ac142;
	}
	.button:hover{
		color: #fff;
		background:  #7ac142;
	}
	.button:hover a{
		color: #fff;
	}
	.micrositio_unidad{
		display: none;
	}
	.activo{
		display: block !important;
	}
	.first-child{
		bottom: 60px;
	}
