@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,400);
html, body, div, p, form, input, ul, li, h1, h2, h3, table, th, td {
	margin: 0px;
	padding: 0px;
    text-rendering: optimizeLegibility;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}
button, select {
    text-transform: none;
    user-focus: none;
    user-select: none;
    outline:none;
}
select:focus, button:focus, button::-moz-focus-inner, select::-moz-focus-inner {outline:none;}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.form-control{
    width: 210px;
    height: 34px;
    display: inline-block;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #6F6F6E;
    background-color: #fff;
    background-image: url(img/select.png);
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    margin: 5px 0 8px 0;
}
/*       ///////------ START DEMO ------////////          */
#contenedor{
    position: relative;
    max-width: 880px;
    font-family: 'Open Sans', sans-serif;
}
h1 {
	font-size: 33px;
	color: #000;
	margin: 0 12px;
	line-height: 32px;
	font-weight: 900;
}
h2 {
	font-size: 14px;
	color: #6C8192;
	text-transform: uppercase;
	margin: 0 0 8px 12px;
	font-weight: 400;
}
h3 {
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    margin: 0;
    font-weight: 900;
}
p {
	font-size: 15px;
	color: #6F6F6E;
	margin: 20px 10px 40px 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;
}
#selector{padding: 10px;}
#selector h3{width: 150px; display: inline-block;}
#relacion{
    padding: 10px; 
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
#relacion p{
    color: #909090;
    font-size: 13px; 
    margin: 0;
    width: 170px;
    display: inline-block;
}
#relacion .cifra{
    display: inline-block;  
}
#relacion ul{
    display: inline-block;
    margin: 0 10px;
}
#relacion .ellas li{
    width: 20px;
    height: 37px;
    display: inline-block;
    margin: 0 2px;
    background-image: url(svg/ellas.svg);
    background-repeat: no-repeat;
    background-position: center;
}
#relacion .ellos li{
    width: 20px;
    height: 37px;
    display: inline-block;
    margin: 0 2px;
    background-image: url(svg/ellos.svg);
    background-repeat: no-repeat;
    background-position: center;
}
#contenedor #charts {
    text-align: center;
}
#contenedor #charts .chart{
    width: 320px;
    margin: 0 15px;
    display: inline-block;
    text-align: center;
}
#contenedor #charts .chart .cifra{
    width: 79px;
    margin: 15px auto;
}
#contenedor #charts .chart.ellas .cifra .icon{
    width: 43px;
    height: 80px;
    display: block;
    margin: 0 auto;
    background-image: url(svg/ellas.svg);
    background-repeat: no-repeat;
    background-position: center;
}
#contenedor #charts .chart.ellos .cifra .icon{
    width: 43px;
    height: 80px;
    display: block;
    margin: 0 auto;
    background-image: url(svg/ellos.svg);
    background-repeat: no-repeat;
    background-position: center;
}
#contenedor #charts .chart ul{
    list-style: none;
    margin: 0;
}
#contenedor #charts .chart ul li{
    float: left;
    height: 11.8px;
    width: 11.8px;
    background-color: #d8d8d8;
    margin: 2px 2px 0 0;
}
#cierre {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d8d8d8;
	margin-top: 5px;
}
#cierre p {
	text-transform: uppercase;
	font-size: 10px;
	margin: 2px;
	color: #383838;
}
#cierre p span {
	color: #818181;
}

@media (max-width: 500px) {
    h1{font-size: 25px;line-height: 24px;}
    h2{font-size: 13px;}    
}
@media (max-width: 790px) {
    h1{font-size: 29px;}
    #relacion p{
        width: 100%;
        display: block;
    }
    #bajada p{ margin: 20px 10px 0px 10px;}
    #contenedor #charts .chart.ellas .cifra .icon, #contenedor #charts .chart.ellos .cifra .icon{display: none;}
    #contenedor #charts{transform: scale(0.7); height: 593px;}
}