@charset "UTF-8";
/* CSS Document */

body{
	
 background-image: url("https://virtualeduca.mx/proyecto/img/fondo.png");
}

.mapadiv{
	
	width: 55%;
	margin: auto;
}

.mapadiv path{
	stroke:#008B8B;
		stroke-width:1px;
	
}

.mapadiv :hover{
	fill:#800000;
}

.verde {
		fill:#5cd65f;
}

.rosa {
	fill:#e73e69;
}

.amarillo {
	fill:#e0d73a;
}

.naranja {
	fill:#ffa745;
}

.azul {
	fill:#0081c4;
}

.vino {
	fill:#892f2f;
}



