* { margin: 0; padding: 0; font-size: 1.4rem;}
html {font-size: 62.5%;}
body {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 300;
	background: #F8F8F1;
	color: #45444D;
}
h1 {
	color: #FF9F80;
	font-size: 2.1rem;
	text-align: center;
}
h3, h4{
	color: #727680;
}
li { list-style: inside; }
.container {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.datos + hr {
    border: 1px dashed #ddd;
 }
/**/
.mapa svg {
	padding: 40px 0;
}
.land {
	fill: #E3E5E0;
	fill-opacity: 1;
	stroke:white;
	stroke-opacity: 1;
	stroke-width:0.5;
}
.elecciones {
	fill: #FFC48C;
}
#acotaciones {
	margin-bottom: 10px;
}
#habra{
	width: 15px;
	height: 15px;
	display: inline-block;
	background: #FFC48C;
	margin-right: 10px;
}
.select_estados select{
	width: 100%;
	-webkit-appearance: none;
	border: 1px solid #FFC48C;
	border-radius: 0;
	padding: 3px 5px;
	color: #FF9F80;
	background: #fff url(down.png) no-repeat 98% center;
}
/**/
p.rezago, .rezago strong {
	color: rgb(245, 105, 145);
	margin: 20px 0;
	font-size: 1.6rem;
}
.rezago span {
	font-size: 1.8rem;
}
/**/
.partido {
    cursor: pointer;
    margin: 5px auto;
}
.partido.dos, 
.partido.tres,
.partido.cuatro {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 15px;
}
.partido.dos {
	width: 60%;
	margin-bottom: 10px;
}
.partido.cuatro {
	width: 99%;
    margin: 10px auto;
}
.coalicion{
	padding: 0 10px 10px;
	text-align: center;
	font-size: 1.6rem;
	text-transform: uppercase;
}
.partido ul {
	text-align: center;
}
.partido li {
	list-style: none;
	text-align: center;
}
.partido.dos li {
	width: 49%;
	display: inline-block;
}
.partido.cuatro li{
    display: inline-block;
	width: 20%;
    margin: 0 1.5%;
}
.partido img {
	opacity: 0.9;
	border-radius: 10%;
	border: 1px solid #ccc;
}
.partido.dos img {
	width: 80%;
}
.partido.cuatro img {
	width: 100%;
}
.datos {
	width: 100%;
    border: 1px solid #ccc;
    padding: 3% 3% 3% 26%;
    background: #eee;
    box-sizing: border-box;
    position: relative;
    border-radius: 15px;
    display: none;
    margin-bottom: 10px;
}
.datos img {
    border: 1px solid #727680;
    width: 20%;
    margin-right: 2%;
    position: absolute;
    left: 2%;
    border-radius: 50%;
    filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: url(filter.svg#gris);
	filter: gray;
}
.datos p::before{
	font-weight: 700;
}
.trayectoria::before {
	content: 'Trayectoria:';
	color: #727680;
}
.vivienda::before {
	content: 'Propuestas de vivienda:';
	color: rgb(245, 105, 145);
	padding-left: 25px;
	background: url(vivienda.png) left center no-repeat;
}
.trayectoria strong {
	font-size: 1.2rem;
}
.nombre {
	display: inline-block;
    vertical-align: top;
    font-size: 1.8rem;
    width: 70%;
    margin-bottom: 10px;
}
.datos ul {
    margin: 0 0 20px 3%;
}
.datos li {
	margin-bottom: 5px;
	font-size: 1.3rem;
}
.vivienda + ul li {
	color: rgb(245, 105, 145);
}
@media screen and (max-width: 300px) {
	.datos {
		padding-left: 3%;
	}
    .datos img {
    position: relative;
    width: 100%;
	max-width: 150px;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
	}
	.nombre {
		width: 100%;
		text-align: center;
	}
}
#aguascalientes, #chihuahua, #durango, #hidalgo, #oaxaca, #puebla, #quintanaRoo, #sinaloa, #tamaulipas, #tlaxcala, #veracruz, #zacatecas {
	display: none;
}
