div.resultados .head {
	margin   : 2em 1em 0.5% 0.5%;
	width    : 99%;
	position : relative;
}

 div.resultados .head select
,div.resultados .head label
,div.resultados .head h2 {
	float : left;
}

div.resultados .head label {
	color     : #FFFFFF;
    font-size : 1.2em;
    margin    : 0 1em;
}

div.resultados .head div {
	left     : 2em;
    position : absolute;
    top      :  0.7em;
}

div.resultados .head h2 {
	border : none;
}

div.resultados .head span h2{
	margin-left:290px;	
	margin-bottom:10px;
}

div.resultados.presidente .head
,.head.presidente { background-color : #784843; }
div.resultados.senadores  .head 
,.head.senadores { background-color : #934B1F; }
div.resultados.diputados  .head 
,.head.diputados { background-color : #625C43; }

div.resultados .subhead {
	margin     : 0.5em 5% 1em 5%;
	width      : 90%;
	position   : relative;
	text-align : center;
}

div.resultados .subhead h3 {
	margin : 0.5em 0;
}

 div.resultados.presidente .subhead
,.subhead.presidente { background-color : #d8aaa5; }
 div.resultados.senadores  .subhead
,.subhead.senadores  { background-color : #dfa989; }
 div.resultados.diputados  .subhead
,.subhead.diputados  { background-color : #aba486; }

.resultados table {
	margin-bottom : 2em;
}

.resultados td.Wx2 { width : 13em; }

.resultados span.center {
	border     : none;
	margin-top : 0.3em;
	text-align : center;
	width      : 100%;
}

.resultados span.nota {
	border         : none;
	vertical-align : middle;
	text-align     : center;
	width          : 100%;
	color          : #FF0000;
	font-weight    : bold;
}

#filtro {
	font-size : 1.5em;
    margin    : 1em auto;    
}

#filtro form {
	margin : 0 auto;
	width  : 30%;
}

#filtro span {
	padding          : 0.5em;
	margin           : 0.5em;
	width            : 100%;
	background-color : #EFEFEF;
	border           : none;
}

#filtro span +span +span {
	text-align : center;
}

#filtro select                       { width : 15em; }
#filtro .seccion  input[type='text'] { width : 7em;  }
#filtro .buscar input                { width : 15em; }