body{
	background-color: rgb(218, 230, 240);
}
.imagenesFlor{
	display:flex;
	flex-direction:row;
}
.imagenesFlor img{
	width: 150px;
	margin:10px;
	border-radius: 10%;
}
.tituloFlores h3{
	text-decoration:underline;
}
/*.FilaIndice ul{
	list-style: square;
	margin:20px 0px;
}*/
a{
	text-decoration: none;
	color:rgb(11, 67, 170);
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.mapasDeArgentina{
	width:150px;
	margin:10px 0px 10px 0px;
	border-radius: 20%;
}
.Info{
	margin:10px;
}
.Info img{
	display:flex;
	width:150px;
	margin:10px;
}
.Info p{
font-family: 'Ubuntu', sans-serif;
font-size: larger;
}
.tablaInfo h3{
	text-align: center;
}
footer{
	background-color:black;
	color:rgba(255, 255, 255, 0.719);
}
.columna{
	list-style: none;
	display:flex;
	flex-direction: column;
}
.columnaderedes{
	list-style: none;
	display: flex;
}
footer img{
	width:50px;
	margin:10px;
}
.carousel-item h4{
	background-color:rgba(255, 255, 255, 0.514);
	font-family: 'Kanit', sans-serif;
}

.carousel-item p{
	background-color:rgba(255, 255, 255, 0.514);
	font-family: 'Rubik', sans-serif;
}