	/* Hoja de estilos para las páginas de datos electorales de 1931*/

.izq {
   color: white;
	font-weight:bold;
	background : Red;
}
.rei 	{
   color: white;
	font-weight: bold;
	background: Purple;
}
.nai 	{
   color: white;
	font-weight: bold;
	background: Green;
}
.red 	{
   color: white;
	font-weight: bold;
	background: #FFA500;
}
.nad 	{
   color: white;
	font-weight: bold;
	background: #00FFFC;
}
.der 	{
   color: white;
	font-weight: bold;
	background: Navy;
}
.fas 	{
  color: white;
	font-weight: bold;
	background: Black;
}


.coalicion 	{
		background: #FF00FF;
		font-weight: bold;
		width: 70%;
}
.resultado 	{
	background: #FF00FF;
	font-weight: bolder;
	width: 30%;
	}
	
.partido 	{
	width: 50%;
	background: #FF00FF;
	font-weight: bolder;
}
.lider 	{
	width: 20%;
	background: #FF00FF;
	font-weight: bolder;
}
.diputados 	{
	width: 10%;
	background: #FF00FF;
	font-weight: bolder;
}
.elegido 	{
 width: 20%;
 background: #FF00FF;
 font-weight: bolder;
}
.grupo 	{
	width: 10%;
	font-weight: bolder;
}

.por5 	{
	width: 5%;
}
.por10 	{
	width: 10%;
}
.por15 	{
	width: 15%;
}
.por20 	{
	width: 20%;
}
.por25 	{
	width: 25%;
}
.por30 	{
	width: 30%;
}

.cabecera
 	{
	background: #FF00FF;
	font-weight: bolder;
}


.separa
 	{
	height: 3px;
}
