.well {
	background-color: #E6E1E3;
	border-radius: 5px;
	color:#000;
	font-family: Tahoma;
	text-align: left;
}
.panel {
	background-color: rgba(230, 230, 230, 1) !important;
}

.menu-fixed {
	box-shadow: 0px 0px 20px rgba(0,0,0, 0.2);
}

.panel-text {
	font-family: 'Calibri';
	font-size: 14px;
	color:#333;
}

.josefin-sans {
    font-family: 'Josefin Sans', sans-serif;
}

.open-sans {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.text-shadow {
    text-shadow: 0em 0em 0.3em #000;
}

.text-size-90 {
    font-size:5.9vw;
}

.icon-microorganismo {
	background-image: url(../img/icons/bacteria-verde.png);
	background-size: 100% 100%;
    background-repeat: no-repeat;
	height: 2em;
	width: 2em;
}

.icon-cucaracha {
	background-image: url(../img/icons/cucaracha-verde.png);
	background-size: 100% 100%;
    background-repeat: no-repeat;
	height: 2em;
	width: 2em;
}

.icon-paloma {
	background-image: url(../img/icons/paloma-verde.png);
	background-size: 100% 100%;
    background-repeat: no-repeat;
	height: 2em;
	width: 2em;
}

.icon-rata {
	background-image: url(../img/icons/rata-verde.png);
	background-size: 100% 100%;
    background-repeat: no-repeat;
	height: 2em;
	width: 2em;
}

.icon-tanque {
	background-image: url(../img/icons/tanque-verde.png);
	background-size: 100% 100%;
    background-repeat: no-repeat;
	height: 2em;
	width: 2em;
}

.icon-murcielago {
	background-image: url(../img/icons/murcielago-verde.png);
	background-size: 100% 100%;
    background-repeat: no-repeat;
	height: 2em;
	width: 2em;
}

.places-text {
	padding-top: 20px;
	padding-bottom: 20px; 
	text-align: center;
	color: #fff;
}