.bottomRosa {
	border-bottom: 2px solid #FF3390 ;
}
.tbl1{
    overflow-x: scroll ;
}
.tbl1 table{
    width: 2048px;
	table-layout: fixed;
    text-align: center;
}
.tbl1 table tbody tr:first-child {
    border-top: 4px solid #EC368C;
}
.tbl1 table tbody tr:last-child {
    border-bottom: 4px solid #EC368C;
}
.tbl1 table tbody tr td:first-child {
    background: #ECECEC;
    text-align: left;
}
.tbl1 table tbody tr td {
    background: #FDF7F9;
}
.tbl1 table tbody td {
    border: 1px solid #ddd;
}
.tbl1 thead th {
   border: 1px solid #E5E5DF;
   text-align: center;
}


/* Tabla Movil - Distritos*/
.t1th{
    padding: 10px;
}

.t1td{
    padding: 10px;
}

.t1head{
    background: #fdf4f6;
    border-bottom: solid 2px #e7398c;
}

.t1tr:nth-child(even) {
    background-color: #f2f2f2;
}
.t1tr:last-child {
     border-bottom: solid 2px #e7398c;
}
.totalVotos{
     margin-top: 10px;
     font-size: 20px;
}
.distros{
    margin-top: 10px;
    text-align: center;
    color: #808180;
    font-size: 20px;
}
.porcentaje{
     margin-top: 10px;
    text-align: center;
    font-size: 20px;
    color: #e53b8b;
}
.col1{
    font-size: 25px;
    margin-left: 15px;
}
.col2{
    margin-top: 10px;
    margin-left: 10px;
}
.col3{
    margin-top: 20px;
}
.col3Over{
    font-size: 14px;

}

/* Tabla Movil - Votos por partido*/
.progBack{
    background: #d6d9db;
    margin-left: 5px;

}
.progOn{
    height: 10px;
    background: #e53b8b;
}
.movCol3{
    font-size: 12px;
}

/* Tabla Parcial debajo de la gráfica*/

.tblParcial{
      width: 100%;
      overflow-x: scroll;
}
.tblParcial table{
      width: 1835px;
			height: auto;
			table-layout: fixed;
}
.tblParcial table thead th{
			word-wrap: break-word;
			width: 150px;
      padding: 10px;
      border-bottom: solid #ec368c 3px;
      text-align: center;
}
.tblParcial table tbody td{
			word-wrap: break-word;
				width: 150;
      padding: 10px;
      text-align: center;
      background: #fdf7f9
}
.tblParcial table tbody td:first-child{

     background: #ececec;
}
.tblParcial table tbody tr:last-child{
      border-bottom: solid #ec368c 3px;
}

#resultadotablaDDropMapa{
	border: solid 2px #db1293;
	width: 330px;
	height: 490px;
	overflow-y: scroll;
}
