@import url(http://fonts.googleapis.com/css?family=Open+Sans:100,400,700);
body{
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}
input, textarea, keygen, select, button, option{
    color: #818181;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    border-radius: none;
}
h1 {
	font-size: 36px;
	color: #000;
	margin: 0 12px;
	line-height: 29px;
	font-weight: 700;
}
h2 {
	font-size: 14px;
	color: #6C8192;
	text-transform: uppercase;
	margin: 0 0 8px 12px;
	font-weight: 100;
}
h3 {
	font-size: 15px;
    text-transform: uppercase;
	color: #000;
	margin: 0;
	font-weight: 700;
}
p {
	font-size: 15px;
	color: #5f5f5f;
	margin: 10px;
	font-weight: 400;
}
#titulares {
	width: 100%;
	margin: 0;
	padding: 21px 0 19px 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d8d8d8;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d8d8d8;
	position: relative;
}
.senefa {
	width: 200px;
	height: 7px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
}
#bajada {
	width: 100%;
	margin: 10px 0 0 0;
}
#cierre {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d8d8d8;
	margin-top: 110px;
}
#cierre p {
	text-transform: uppercase;
	font-size: 10px;
	margin: 2px;
	color: #383838;
}
#cierre p span {
	color: #818181;
}
#pesoinfoMonitor{
    width: 100%;
    margin: 0 0 5px 0;
}
#pesoinfoMonitor #alcaldes{
    max-width: 528px;
    float: left;
    padding: 20px;
}
#pesoinfoMonitor #alcaldes #figuras{
    margin: 10px 0;
}
#pesoinfoMonitor #alcaldes .hombre{
    width: 23px;
    height: 43px;
    display: inline-block;
    background-image: url(../img/hombrenaranja.png);
    background-repeat: no-repeat;
}
#pesoinfoMonitor #alcaldes .mujer{
    width: 23px;
    height: 43px;
    display: inline-block;
    background-image: url(../img/mujernaranja.png);
    background-repeat: no-repeat;
}
#pesoinfoMonitor #alcaldes .mujer.cafe{
    background-image: url(../img/mujercafe.png);
}
#pesoinfoMonitor #alcaldes .hombre.cafe{
    background-image: url(../img/hombrecafe.png);
}
#pesoinfoMonitor #alcaldes a span i{
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: underline;
    line-height: 10px;
}
#pesoinfoMonitor #mapa{
    padding-top: 20px;
}
#pesoinfoMonitor #alcaldes label select{
    background-color: transparent;
    border-radius: 0;
    height: 32px;
    border: 1px solid #E2E2E2;
}
#pesoinfoMonitor #alcaldes .pull{
    margin: 15px 0;
    width: 100%;
    text-align: left;
    vertical-align: middle;
}
#pesoinfoMonitor #alcaldes .pull h1{
    display: inline-block;
}
#pesoinfoMonitor #alcaldes .pull p{
    width: 200px;
    display: inline-block;
}
/*  RESET FILTERS  */
#SJ_options, #AL_options, #CA_options, #HD_options, #PN_options, #GN_options, #LM_options{
    display: none;
}
/*  */
#credito{
    float: left;
}
#fuente{
    float: right;
}
@media screen and (max-width: 420px) {
	h1 {
		font-size: 24px;
	}
    #pesoinfoMonitor #alcaldes .pull h1{
        font-size: 38px;
    }
	h2 {
		font-size: 12px;
	}
}
