/* por ahora no funciona */


/* usados */


.encabezado {

	background-color: #402E20;
	display: flex;
	top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	color: #ffff;

}

.img-logo{
	margin-left: 10%;
}

.img-comuna {
	margin-top: 35px;
	color: #ffff;
}

.clima {
	margin-top: 40px;
	margin-left: 30%;
}

.encabezado2 {
	background-color: #402E20;
	width: 250px;
	height: 200px;
}


.img-violeta {
	background-color: #FFFFFF;
}

.img-violeta:hover {
	background-color: #954295;
}

.img-marron{
	background-color: #412607;
}

.img-marron:hover{
	background-color: #412607;
}

.img-verde{
	background-color: #FFFFFF;
}

.img-verde:hover {
	background-color: #1f7522;
}

.img-amarillo {
	background-color: #FFFFFF;
}

.img-amarillo:hover {
	background-color: #6e550f;
}

.img-naranja{
	background-color: #FFFFFF;
}

.img-naranja:hover {
	background-color: #7c3604;
}

.img-azul{
	background-color: #FFFFFF;
}

.img-azul:hover {
	background-color: #338FD6;
}

.img-celeste{
	background-color: #FFFFFF;
}

.img-celeste:hover {
	background-color: #004242;
}

.imagenpng {
	background-color: #FFFFFF;
}

.imagenpng:hover {
	background-color: #E0E0E0 ;
}

.image2npng {
	background-color: #FFFFFF;
}

.imagen2png:hover {
	background-color: #922B21;
}


/* sin usar */



.btn-color {
	background-color: #f0dada !important;
	color: #FFFFFF;
}

.btn-color-inverso {
	background-color: #FFFFFF !important;
	color: #922B21;
}

