
/*Header y menú*/

body {
width: auto!important;
}

#header {
	float: left;
	height: 80px;
	width: 100%;
	max-width: 960px;
	margin-bottom: 10px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#header a img {
border: none;
}

#logo {
	float: left;
	height: 80px;
	width: 340px;
}

#contenedor_menu {
	float: right;
	width: 550px;
	height: auto;
	margin-left: 0px;
	margin-right: 2px;
}

.menu_off {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background-image: url(../images/botonera_principal.png);
	margin-right: 10px;
	margin-top: 13px;
	display: block;
}

.menu_off a {
	color: #E8EBEC;
	text-decoration:none;
	display: block;
	padding-top: 24px;
	padding-right: 10px;
	padding-bottom: 16px;
	padding-left: 10px;
	font-weight: bold;
}

.menu_off :hover {
	color: #6AB8E6;
	text-decoration:none;
	display: block;
	border-radius:10px;
}

.menu_on {
	float: left;
	padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F0E2BF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-left: 15px;
}
.menu_on a {
	color: #CCCCCC;
	text-decoration:none;
}
.menu_on a:hover {
	color: #999999;
	text-decoration:underline;
}

#header_movil {
display: none;
margin-bottom:5px;
}

/*Especial*/

img.logo_emol {
display: none;
}

#contenedor_parlamentarias {
width: 100%;
max-width: 960px;
float:left;
}

#contenedor_parlamentarias ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}

#guia_parlamentarias {
width:100%;
max-width: 960px;
margin-bottom:10px;
float:left;
clear:both;
font-family: Arial, Helvetica, sans-serif;
}

#guia_parlamentarias h4 {
width: 99%;
max-width: 950px;
height: 20px;
line-height: 20px;
color: #ffffff;
font-size: 12px;
background-color: #135376;
padding-left:10px;
margin-bottom:10px;
margin-top:0px;
}

#navegador_parlamentarias {
background-color: #efefef;
border: 1px solid #e5e5e5;
width: 22.91%;
max-width: 218px;
padding:10px 0px;
margin-bottom:10px;
height:520px;
float:left;
position: relative;
}

#navegador_parlamentarias div#compartir_zona {
position: absolute;
bottom:7px;
}

#navegador_parlamentarias div#compartir_zona div.share_twitter img {
float:right;
width: 47%;
margin-right:2%;
border: none;
}

#navegador_parlamentarias div#compartir_zona div.share_fb img {
float:left;
width: 47%;
margin-left:2%;
border: none;
}

#navegador_parlamentarias div#compartir_zona div img:hover {
opacity: 0.9;
filter: alpha(opacity=90);
}

select.navegador_zonas {
width: 89.09%;
max-width: 196px;
border: 1px solid #cccccc;
color: #728691;
padding:5px;
font-size: 12px;
margin: 0px 10px 10px 10px;
}

select.navegador_zonas option {
color: #135376;
font-weight: bold;
}

select.navegador_comunas {
display: none;
}

#navegador_parlamentarias #comuna_seleccionada h6 {
color: #135376;
margin: 0px 0px 0px 10px;
text-transform: uppercase;
}

#navegador_parlamentarias #comuna_seleccionada p {
color: #b9834c;
margin-top:10px;
margin-left:10px;
font-size: 11px;
font-weight: bold;
}

#comuna_seleccionada {
display: none;
}

#comuna_seleccionada ul.lista_comunas {
list-style-type: none;
margin-top:10px;
color: #666666;
font-size: 12px;
padding: 0px 10px;
max-height: 310px;
overflow-y: auto;
}

#comuna_seleccionada ul.lista_comunas li {
margin-bottom:3px;
}

.zona_seleccionada {
background-color: #135376;
color: #ffffff;
height: 22px;
line-height: 22px;
display: block;
width: 100.9%;
max-width: 220px;
margin-top:10px;
margin-left:-1px;
text-align: center;
text-transform: uppercase;
font-weight: bold;
font-size: 12px;
position: relative;
}

.zona_seleccionada img.triangulo {
position: absolute;
left:104px;
top:22px;
}

.zona_seleccionada img.navega_left {
position: absolute;
left:10px;
top:5px;
height: 11px;
width: 6px;
}

.zona_seleccionada img.navega_right {
position: absolute;
right:10px;
top:5px;
height: 11px;
width: 6px;
}

.zona_seleccionada img.navega_left:hover, .zona_seleccionada img.navega_right:hover {
opacity: 0.7;
filter: alpha(opacity=70);
cursor: pointer;
}

#datos_comuna {
display: none;
}

#caja_candidatos {
width: 75.83%;
max-width: 730px;
min-height:537px;
background-color: #efefef;
margin-left:1.04%;
float:left;
}

#caja_candidatos #tipo_eleccion {
float:left;
width: 100%;
height: 52px;
padding-bottom:2px;
background-color: #ffffff;
}

#tipo_eleccion ul li, #tipo_eleccion_movil ul li{
float:left;
background-color: #cccccc;
color: #666666;
border: 1px solid #e5e5e5;
width: 21.23%;
height: 40px;
text-transform: uppercase;
font-size: 12px;
margin-right:10px;
text-align: center;
font-weight: bold;
padding-top:10px;
}

#tipo_eleccion ul li.eleccion_activa {
background-color: #efefef;
color: #005a8f;
}

#tipo_eleccion ul li.eleccion_activa:hover {
background-color: #efefef;
color: #005a8f;
cursor: default;
}

#tipo_eleccion ul li span {
color: #666666;
font-size: 11px;
text-transform: none;
}

#tipo_eleccion ul li:hover {
background-color: #dddcdc;
cursor: pointer;
}

#tipo_eleccion_movil ul {
display: none;
}

#listado_candidatos {
width: 43.01%;
max-width: 314px;
background-color: #efefef;
float:left;
margin-left:10px;
min-height: 483px;
}

#listado_candidatos ul {
margin-top:10px;
}

#listado_candidatos li {
background-color: #ffffff;
width: 100%;
max-width: 300px;
margin-bottom:5px;
font-size: 12px;
color: #666666;
font-weight: bold;
height: 38px;
padding-top:7px;
}

#listado_candidatos li:hover {
background-color: #cfe0e8;
cursor: pointer;
}

#listado_candidatos li:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
}

#listado_candidatos li.candidato_activo {
background-color: #135376;
color: #ffffff;
}

#listado_candidatos li.candidato_activo:hover img {
opacity: 1;
filter: alpha(opacity=100);
}

#listado_candidatos li.candidato_activo:hover {
background-color: #135376;
color: #ffffff;
cursor: default;
}

#listado_candidatos li img {
width: 45px;
height: 45px;
margin-top:-7px;
margin-right:8px;
float:left;
}

#listado_candidatos li span {
font-weight: normal;
font-size: 11px;
}

#ficha_candidato {
float:left;
background-color: #efefef;
width: 54.05%;
max-width: 406px;
min-height: 483px;
}

#ficha_candidato img.foto_candidato {
float:left;
margin-right:10px;
width: 40.7%;
max-width: 160px;
}

#ficha_candidato p {
margin:0px;
padding:0px;
font-size: 11px;
color: #666666;
line-height: 18px;
width: 100%;
max-width: 205px;
float:left;
}

#ficha_candidato div.contenido_ficha {
width: 55.49%;
float:left;
}

#ficha_candidato h5 {
color: #135376;
margin: 0px;
padding:0px;
font-size: 14px;
float:left;
margin-top:10px;
margin-bottom:10px;
max-width: 205px;
}

#ficha_candidato div.redes_sociales_candidato {
float:left;
width: 100%;
max-width: 205px;
margin-top:10px;
}

#ficha_candidato div.redes_sociales_candidato img {
margin-right:5px;
border: 0px;
}

#ficha_candidato div.redes_sociales_candidato img:hover {
opacity: 0.8;
filter: alpha(opacity=80);
cursor:pointer;
}

#ficha_candidato div.ficha_candidato {
margin-top: 10px;
background-color: #ffffff;
border: 1px solid #cccccc;
padding: 2.51%;
width: 94.47%;
max-width: 376px;
min-height: 443px;
margin-bottom:10px;
float:left;
}

#ficha_candidato div.carrerapolitica, #ficha_candidato div.historialelecciones {
float:left;
clear:both;
margin-top:10px;
width: 100%;
}

#ficha_candidato div.carrerapolitica span, #ficha_candidato div.historialelecciones span {
color: #135376;
font-weight: bold;
font-size: 12px;
}

#ficha_candidato div.carrerapolitica ul, #ficha_candidato div.historialelecciones ul {
margin-top:4px;
}

#ficha_candidato div.carrerapolitica li, #ficha_candidato div.historialelecciones li {
color: #666666;
font-size: 11px;
border-bottom: 1px dotted #b4b4b4;
padding: 3px 0px;
float:left;
width: 100%;
position: relative;
height: 14px;
}

#ficha_candidato div.historialelecciones li img {
position: absolute;
right:10px;
width: 14px;
}

#ficha_candidato div.historialelecciones li span {
position: absolute;
right:40px;
font-size: 11px;
color: #666666;
font-weight: normal;
}

.cerrar, .verencuesta, .cerrar_encuesta {
display: none;
}

#parlamentarios_actuales {
display: block;
position: absolute;
top:550px;
border: 1px solid #e5e5e5;
color: #666666;
font-size: 12px;
margin-bottom:10px;
padding-bottom:10px;
}

#parlamentarios_actuales span {
font-weight: normal;
}

#parlamentarios_actuales div.parl_actuales {
background-color: #efefef;
padding: 10px;
font-weight: bold;
line-height: 16px;
}

#parlamentarios_actuales img {
float:left;
clear:left;
margin-left: 10px;
margin-top: 10px;
}

#parlamentarios_actuales div.datos_parl_actual {
margin-top:10px;
margin-left:10px;
padding-right:10px;
float:left;
font-weight: bold;
width: 131px;
}

#listado_ficha_candidatos {
width: 100%;
float:left;
border-bottom: 10px solid #ffffff;
}

#encuesta_candidatos {
display: block;
width: 99.84%;
max-width: 728px;
min-height: 330px;
border: 1px solid #cccccc;
background-color: #efefef;
float:left;
}

#encuesta_candidatos div.loading_encuesta img {
margin-top:130px;
margin-left:362px;
}

#encuesta_candidatos iframe {
width: 100%;
max-width: 728px;
min-height: 330px;
max-height: 360px;
height: auto;
display: none;
background-image: url(../img/fondo_encuesta.jpg);
background-repeat: no-repeat;
}

/* ================================================================================== */

@media only screen and (max-width: 960px) {

body {
width: auto!important;
margin:0px;
padding:0px;
}

img.logo_emol {
display: block;
position: absolute;
width: 20%;
top:1%;
right:1%;
border:none;
}

div.footeremol {
display: none;
}

li {
-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
margin:0px; 
background-color: #efefef;
overflow-x: hidden;
}

div#head_emol {
display: none;
}

div#header {
width: 100%;
display: none;
}

div#header img, div#header div#logo {
display: none;
}

#header_movil {
display: block;
width: 100%;
}

div#header div#contenedor_menu {
display: none;
}

#guia_parlamentarias {
width: 100%;
}

#guia_parlamentarias h4 {
width: 98%;
padding-left:2%;
margin-bottom:5px;
}

#datos_comuna {
display: none;
}

#navegador_parlamentarias {
width: 32%;
max-width: none;
border: none;
z-index: 20;
}

#caja_candidatos {
width: 66.5%;
max-width: none;
margin-left:1%;
margin-right:0.5%;
position: relative;
}

#caja_candidatos #tipo_eleccion {
background-color: #efefef;
}

#caja_candidatos  #tipo_eleccion ul {
height: 51px;
border-bottom: 1px solid #cccccc;
width: 98%;
}

#caja_candidatos #tipo_eleccion ul li {
width: 43%;
max-width: none;
margin-left: 4.5%;
margin-right:0px;
border: 1px solid #cccccc;
}

#caja_candidatos  #tipo_eleccion ul li.eleccion_activa {
border-bottom: 1px solid #efefef;
}

select.navegador_zonas {
width: 98%;
margin-left: 1%;
margin-right:1%;
max-width: none;
}

#navegador_parlamentarias #comuna_seleccionada h6 {
width: 98%;
max-width: none;
margin: 4px 2%;
}

#navegador_parlamentarias #comuna_seleccionada p {
width: 98%;
max-width: none;
margin: 0px 2%;
}

#comuna_seleccionada ul.lista_comunas {
border: 1px solid #cccccc;
margin-top:0px;
padding:5%;
background-color: #fefefe;
border-bottom-right-radius: 10px;
}

.zona_seleccionada {
width: 100%;
max-width: none;
height: 30px;
line-height: 30px;
margin-left:0px;
margin-top:5px;
font-size: 13px;
}

.zona_seleccionada img.navega_left, .zona_seleccionada img.navega_right {
width: 9px;
height: 16px;
top:7px;
}

.zona_seleccionada img.triangulo {
position: absolute;
left:49%;
top:30px;
}

#listado_candidatos {
width: 100%;
max-width: none;
margin-left:0px;
background-color: #efefef;
min-height: 0;
}

#listado_candidatos li {
background-color: #ffffff;
width: 98%;
max-width: none;
margin-right:2%;
margin-top:3px;
font-size: 12px;
padding-top:7px;
padding-bottom:0px;
}

#listado_candidatos ul{
width: 100%;
}

#listado_candidatos ul.activo > li {
background-color: #efefef;
color: transparent;
width: 80%;
min-width: 50px;
}

#listado_candidatos ul.activo > li:hover {
background-color: #efefef;
color: transparent;
}

#ficha_candidato {
display: block;
margin:0px;
padding:0px;
margin-left:45px;
width: 100%;
max-width: none;
min-width: 0px;
height: auto;
position: absolute;
min-height: 100px;
top: 54px;
}

#ficha_candidato div.ficha_candidato {
width: 94%;
max-width: none;
padding:2%;
margin:0px;
height: auto;
min-height: 300px;
position: relative;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
padding-bottom: 140px; /*!*/
margin-bottom:10px;
}

#ficha_candidato div.ficha_candidato .redes_sociales_candidato {
width: 100%;
max-width: none;
margin-top:2%;
}

#ficha_candidato div.ficha_candidato img.foto_candidato {
width: 34%;
max-width: 160px;
margin-right:2%;
height: auto;
}

#ficha_candidato div.ficha_candidato div.contenido_ficha {
width: 64%;
max-width: none;
float:left;
}

#ficha_candidato div.ficha_candidato h5 {
margin-top:0px;
width: 100%;
max-width: none;
font-size: 1.1em;
}

#ficha_candidato div.ficha_candidato p {
width: 100%;
max-width: none;
}

#ficha_candidato div.ficha_candidato div.carrerapolitica, #ficha_candidato div.ficha_candidato div.historialelecciones {
width: 100%;
max-width: none;
}

#listado_candidatos li.candidato_activo img, #listado_candidatos li.candidato_activo:hover img {
opacity: 0.4;
filter: alpha(opacity=40);
width: 43px;
height: 43px;
border-left:1px solid #666666;
border-top:1px solid #666666;
border-bottom:1px solid #666666;
border-right:1px solid #666666;
z-index: 10;
}

#listado_candidatos li.candidato_activo, #listado_candidatos li.candidato_activo:hover {
background-color: #ffffff;
color: #666666;
}

#listado_candidatos li:hover {
background-color: #ffffff;
}

#listado_candidatos div {
width: 96%;
max-width: none;
margin-left:2%;
font-size:15px;
line-height: 25px;
}
.cerrar, .verencuesta {
display: block;
font-family: Arial, Helvetica, sans-serif;
position: absolute;
font-size: 14px;
color: #ffffff;
left: 2%;
width: 96%;
max-width: none;
border-radius: 10px;
border: 1px solid #cccccc;
text-align: center;
z-index: 1;
font-weight: bold;
background-color: #135376;
padding: 10px 0px;
}

.cerrar {
bottom:67px; 
}

.verencuesta {
bottom:15px;
}

.cerrar:hover, .verencuesta:hover {
background-color: #04669c;
cursor:pointer;
}

.cerrar_encuesta:hover {
background-color: #cccccc;
cursor:pointer;
}

#parlamentarios_actuales {
display: none;
}

#listado_ficha_candidatos {
border-bottom: none;
}

#encuesta_candidatos {
width: 98%;
margin-left: 1%;
min-height: 380px;
border: none;
border-top: 1px solid #cccccc;
position: absolute;
left:-200%;
top: 58px;
background-color: #efefef;
z-index: 8;
}

#encuesta_candidatos.activa {
left:0%;
}

#encuesta_candidatos div.loading_encuesta img {
margin-top:66px;
margin-left:50%;
}

#encuesta_candidatos iframe {
width: 100%;
min-height: 380px;
height: auto;
display: none;
background-position: right top;
}

.cerrar_encuesta {
display: block;
position: absolute;
right:10px;
top: 5px;
padding: 6px 8px;
background-color: #ffffff;
border-radius: 10px;
border: 1px solid #cccccc;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

#navegador_parlamentarias div#compartir_zona {
position: relative;
margin-top:20px;
width: 100%;
float:left;
}

#navegador_parlamentarias div#compartir_zona div.share_twitter {
left:5px;
top:2px;
}

#navegador_parlamentarias div#compartir_zona div.share_fb {
top:10px;
left:5px;
}

}

/* ================================================================================== */

@media only screen and (max-width: 520px) {

body {
background-color: #efefef!important;
overflow-x: hidden;
}

#header_movil {
margin-bottom: 0px;
}

img.logo_emol {
width: 18%;
top:0.65%;
right:1%;
border:none;
}


select.navegador_zonas {
width: 98%;
margin: 2px 1%;
border: 1px solid #cccccc;
color: #135376;
font-size: 16px;
height: 38px;
line-height: 38px;
}

#navegador_parlamentarias {
height: auto;
width: 100%;
border: none;
padding-bottom: 0px;
margin:0px;
}

#tipo_eleccion_movil ul {
width: 100%;
display: block;
background-image: url(../img/bg_movil.png);
float:left;
}

#tipo_eleccion_movil ul li {
background-color: #b2b2b2;
color: #424242;
border: none;
width: 29%;
height: 30px;
line-height: 30px;
padding: 0px;
margin-left:2%;
margin-top:5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

#tipo_eleccion_movil ul li span {
display: none;
}

#tipo_eleccion ul li:first-child {
display: block;
}

#tipo_eleccion_movil ul li.eleccion_activa {
background-color: #efefef;
color: #005a8f;
}

#tipo_eleccion_movil ul li:hover {
background-color: #dddcdc;
cursor: pointer;
}

#comuna_seleccionada h6, #comuna_seleccionada p, #guia_parlamentarias h4, #caja_candidatos #tipo_eleccion, ul.lista_comunas li {
display: none;
}

#caja_candidatos {
width: 100%;
margin:0px;
clear:both;
}

#comuna_seleccionada ul.lista_comunas {
display: none;
margin:0px;
padding:0px;
border: none;
}

#listado_candidatos {
width: 100%;
margin-left:0px;
min-height: 0px;
}

#listado_candidatos ul li {
margin:0% 2% 1% 1%;
width: 97%;
height: 38px;
padding:7px 0px 0px 0px;
position: relative;
}

#listado_candidatos ul li img{
margin-top:-7px;
}

#ficha_candidato {
display: block;
margin:0px;
padding:0px;
margin-left:48px;
width: 88.5%;
height: auto;
position: absolute;
min-height: 300px;
top: 0px;
}

#ficha_candidato div.ficha_candidato {
width: 96%;
padding:2%;
height: auto;
min-height: 300px;
position: relative;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
padding-bottom:130px;
}

#ficha_candidato div.ficha_candidato .redes_sociales_candidato {
width: 100%;
margin-top:2%;
}

#ficha_candidato div.ficha_candidato img.foto_candidato {
width: 38%;
margin-right:2%;
height: auto;
}

#ficha_candidato div.ficha_candidato div.contenido_ficha {
width: 56%;
float:left;
}

#ficha_candidato div.ficha_candidato h5 {
margin-top:0px;
width: 100%;
font-size: 1em;
}

#ficha_candidato div.ficha_candidato div.carrerapolitica, #ficha_candidato div.ficha_candidato div.historialelecciones {
width: 100%;
}

#listado_candidatos li.candidato_activo img, #listado_candidatos li.candidato_activo:hover img {
opacity: 0.4;
filter: alpha(opacity=40);
width: 43px;
height: 43px;
border-left:1px solid #666666;
border-top:1px solid #666666;
border-bottom:1px solid #666666;
border-right:1px solid #ffffff;
z-index: 10;
}

#listado_candidatos li.candidato_activo, #listado_candidatos li.candidato_activo:hover {
background-color: #ffffff;
color: #666666;
}

#listado_candidatos li:hover {
background-color: #ffffff;
}

#listado_candidatos div {
width: 96%;
margin-left:2%;
font-size:15px;
line-height: 25px;
}

.cerrar, .verencuesta {
left: 5%;
width: 90%;
}

.zona_seleccionada img.navega_left, .zona_seleccionada img.navega_right {
height: 20px;
width: 10px;
top: 6px;
}

.zona_seleccionada {
color: #ffffff;
height: 33px;
line-height: 33px;
font-size: 15px;
}

.zona_seleccionada img.triangulo {
top:32px;
}

#encuesta_candidatos {
width: 100%;
margin-left: 0%;
position: absolute;
left:-200%;
top: 0px;
}

#encuesta_candidatos div.loading_encuesta img {
margin-top:66px;
margin-left:50%;
}

.cerrar_encuesta {
display: block;
position: absolute;
right:10px;
top: 5px;
padding: 6px 8px;
background-color: #ffffff;
border-radius: 10px;
border: 1px solid #cccccc;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

.cerrar_encuesta {
right:5px;
top: 5px;
padding: 4px 6px;
}

#navegador_parlamentarias div#compartir_zona {
float:right;
width: 100%;
margin-top:12px;
}

#navegador_parlamentarias div#compartir_zona div {
margin-top:0px;
float:left;
width: 50%;
}

#navegador_parlamentarias div#compartir_zona div.share_twitter img {
float:right;
width: 50%;
}

#navegador_parlamentarias div#compartir_zona div.share_fb img {
float:left;
width: 50%;
}

}