@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;
}
ul{list-style: none;}
/*       ///////------ 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;
}
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;
}
#controladores{
    display: block;
    text-align: center;
}
#controladores ul li{
    display: inline-block;
    padding: 5px 12px;
    margin: 10px;
    background-color: white;
    border: 1px solid #878787;
    font-size: 14px;
    color: #878787;
    font-weight: 100;
    transition: all 1s ease;
    text-transform: uppercase;
}
#controladores ul li:hover{
    color: white;
    border-color: transparent;
    background-color: #CC645F;
    cursor: pointer;
}
#controladores ul li.current{
    background-color: #878787;
    color: white;
}
#chart{
    min-height: 580px;
    margin: 20px auto;
    text-align: center;
    position: relative;
}
#chart .chart{
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}
#chart .textos{
    position: absolute;
    top: 10px;
    width: 160px;
    pointer-events: none;
}
#chart .textos h3{
    font-size: 23px;
    margin: 0;
    line-height: 12px;
}
#chart .textos h1{
    font-size: 40px;
    margin: 440px 0 0 0;
}
#chart .textos p{
    color: black;
    font-size: 13px;
    font-weight: 100;
    margin: 4px 0 0 0;
}
#chart .textos.si{
    left: calc( 25% - 80px);
}
#chart .textos.no{
    right: calc( 25% - 80px);
}
#chart .textos h3 span{
    font-size: 15px;
    color: #6F6F6E;
    font-weight: 100;
}
svg circle, svg rect{
    transform-origin: 0% 0%;
}
#cierre {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d8d8d8;
	margin-top: 5px;
    float: left;
    width: 100%;
}
#cierre p {
	text-transform: uppercase;
	font-size: 10px;
	margin: 2px;
	color: #383838;
}
#cierre p span {
	color: #818181;
}
#mobile_resume{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
    opacity: 0;
    display: none;
}
@media (max-width: 500px) {
    h1{font-size: 25px;line-height: 24px;}
    h2{font-size: 13px;}
    #mobile_resume{
        display: block;
    }    
}
@media (max-width: 797px) {
    h1{font-size: 29px;}
       
}