	/**slider**/
body{
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: 300;
	background-color: #f9f9f9;
}




div#container{
	width: 100%;
	max-width: 640px;
	margin: auto;
}

/**container**/
header{
	width: 100%;
	margin: auto;
	float: left;	
}

header div#leak, div#pista{
	padding: 15px 0;
	width: 100%;
	float: left;	
}

div#leak{
	background-color: #f6f6f6;
}

div#leak #selectContainer{
	margin-top: 10px;
}

div#pista{
	text-align: center;
	width: 100%;
    float: left;
    display: block;
    padding: 0px;
    margin: auto;
}

div#pista #noMun{
	margin-top: 0;
	background-color: #fcb0b0;
	width: 50%;
	border-radius: 25px;
	margin: auto;
	padding: 5px 0px;
	margin: 15px auto;
}

div#leak label, div#leak input{
	margin: 0 25px 0 25px;
}

div#leak label{
	margin-bottom: 15px;
}

div#leak #wrapper{
	margin: 0 25px 0 25px;
	border: 1px solid;
	border-color: #939393;
	height: 40px;
	border-radius: 10px;
	width: 66%;
	background: #FFF;
	float: left;
}

div#leak select{
	display: block; 
	width: 25%;
	float: left;
	height: 30px;
	font-size: 1em;
}

div#leak select option{
	 
	width: 25%;
}

div#leak input{
	width: 75.5%;
	height: 25px;
	font-size: 1em;
	margin: 0;
	margin: 5px;
	border: none;
	background: #FFF;

}

div#leak input:focus {
    outline-width: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #939393;
    font-size: 14px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #939393;
   font-size: 14px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #939393;
   opacity:  1;
   font-size: 14px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #939393;
   font-size: 14px;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    939393;
   font-size: 14px;

}

div#leak ul#mun{
	position: absolute;
	z-index: 1051;
	display: none;
	max-height: 200px;
	width: 26.2%;
	overflow-y: auto;
	background-color: white;
	padding: 0px;
	margin: 0 25px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #939393;
}

div#leak ul#mun.visible{
	display: block;
	width: 433.55px;
}

div#leak ul#mun li{
	list-style: none;
	background-color: white;
	padding: 6px 14px;

}

div#leak ul#mun li:hover{
	cursor: pointer;
	background-color: #5897fb;
	color: white;
}

div#pages{
	position: relative;
}

div#pages button.pageNoVisib{
	display: none;
}

div#leak ul#mun li.liSelected{
	background-color: #5897fb;
	color: white;
}

div#leak button, div#main button{
	
	height: 30px;
	background-color: #003b4d;
	opacity: 0.9;
	color: white;
	border-radius: 5px;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
}

div#leak button, div#pista span#clueTitle, div#main button{
	margin-top: 4.5px;
    height: 30px;
    width: 20.45%;
    border-radius: 10px;
    color: white;
    border: 0;
    -webkit-appearance: none;
}


div#pages button{
	width: 9%;
	border-radius: 3px;
	background-color: #666666;
}

div#leak button:hover{
	cursor: pointer;
}

div#main p{
	margin: 0;
}

header .sep, div#main .sep{
	height: 10px;
	background-color: #f9f9f9;
	display: block;
    width: 100%;
    float: left;
}

div#main{
	width: 100%;
	margin: auto;
	height: 614px;
	overflow: auto;
}

text.highcharts-credits{
			display: none;
}

g.chartLineColumn rect{
	
	stroke: none;
}

div.chart{
	margin: 30px 0px;
	border-bottom: 2px solid #dddddd;
}

div.fBack p{
	line-height: 40px;
}

div.fBack span{
	padding: 4px 5px;
	border: 1px solid;
	border-radius: 4px;
	font-weight: 500;
}

div.fBack span.mun{
	background-color: #f1f1f1;
}

div.fBack span.extranjeros, div.fBack span.joven{
	background-color: rgba(0, 59, 77, 0.7);
	border-color: rgba(0, 59, 77, 1);
	color: white;
}

div.fBack span.media{
	border-color: rgba(120, 120, 119, 1);
	background-color: rgba(120, 120, 119, 0.4);
}

div.fBack span.mujeres, div.fBack span.viejo{
	border-color: rgba(238, 179, 41, 1);
	background-color: rgba(238, 179, 41, 0.5);
}

div#main button#startAgain{
	display: block;
	margin: auto;
	width: 30%;
}

div#main a[href="#leak"]{
	text-decoration: none;
}

div#pista img{
	width: 100%;
}

div#pista figure{
	width: 60%;
    margin: 0;
    margin-left: 16px;
}

div#pista #loadText{
	margin: 0 auto;
}


div#pista #loader{
	
	width: 13%;
    margin: auto;
}

div#pista #loader.hid{
	display: none;
}

div#main button#mas{
	float: right;
	margin-right: 1em;
}

div#main button#menos{
	margin-left: 1em;
}

div#searcherContainer{
	width: 100%;
	float: left;
}

span#nPage{
	position: absolute;
    right: 45%;
    top: 10px;
    font-style: italic;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: left;
    padding: 8px;
}



tr:nth-child(even){
	background-color: #f2f2f2;
}

tr td.num{
	text-align: right;
}


tr th.var2014_2015{
	text-align: center;
}

@media (max-width: 600px) {
	select#selectProv{
		margin-left: 16px;
	} 
	body{
		margin: 0px;
	}

	header{
		margin-top: 16px;
	}

	div#leak label, div#leak input{
		margin: 2px 25px 10px 25px;
	}

	div#leak ul#mun{
		margin: 0px;
	}
	div#leak #wrapper{
		margin: 0;
		width: 60%;
		height: 30px;
	}

	div#leak button{
		display: block;
		margin: auto;
		width: 32.45%
	}

	div.fBack p {
    	line-height: 32px;
	}

	div#pista figure{
		width: 76%;
		margin-top: 16px;
	}

	div#main button#startAgain{
		display: block;
		margin: auto;
		width: 70%;
	}
	.Provincia, .RSeco{
		display: none;
	}
	header div#leak, div#pista{
		padding-bottom: 21px;
	}

	div#pages button{
		width: 17%;
	}
}

@media (max-width: 400px){

	td{
		padding: 4px 0px;
	}	
}


@media (max-width: 360px){

	div#pista figure{
		width: 100%;
		margin-top: 0;
	}

	div#pista{
		padding-top: 27px;
	}

	div#pista #noMun{
		margin-top: 0;
		background-color: #fcb0b0;
		width: 82%;
		border-radius: 25px;
		margin: auto;
	}


	header{
		margin-bottom: 0px;
	}

	
}

	
@media (max-width: 300px){
	div#leak label{
		display: block;
		text-align: center;
	}

	div#leak button{
		width: 30%;
	}	
}

