@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;
}
*, *: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;
}
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;
}
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;
}
#controladores{
    display: block;
}
#charts{
    display: block;
    position: relative;
    width: 100%;
}
#controladores h3{
    width: 150px;
    display: inline-block;
}
#charts .chart{
    vertical-align: top;
    margin: 5px;
    float: left;
    /*background-image: url(../img/grid.png); 
    background-position: center; 
    background-color: rgba(132, 160, 142, 0.41);*/
    position: relative;
}
#charts .chart.ch01{width: 232px; height: 240px;}
#charts .chart.ch02{width: 211px; height: 240px;}
#charts .chart.ch03{width: 200px; height: 150px;}
#charts .chart.ch04{width: 190px; height: 150px;}
#charts .chart.ch05{width: 100px; height: 80px;}
#charts .chart.ch06{width: 232px; height: 160px;}
#charts .chart.ch07{width: 211px; height: 166px; margin: -60px 5px 5px 5px;}
#charts .chart.ch08{width: 200px; height: 150px; margin: -80px 5px 5px 5px;}
#charts .chart.ch09{width: 140px; height: 130px; margin: -80px 5px 5px 5px;}
#charts .chart.ch10{width: 140px; height: 90px;}
#charts .chart.ch11{width: 125px; height: 90px;}
#charts .chart.ch12{width: 125px; height: 90px; margin: -20px 5px 5px 5px;}
#charts .chart.ch13{width: 220px; height: 150px; margin: -90px 0 0 20px;}
#charts .chart.ch14{width: 125px; height: 90px; margin: -20px 5px 5px 5px;}
#charts .chart.ch15{width: 128px; height: 111px; margin: -20px 5px 5px 5px;}
#charts .chart.ch16{width: 145px; height: 130px; margin: -100px 5px 5px 5px;}
#charts .chart.ch17{width: 145px; height: 130px; margin: -60px 5px 5px 5px;}
#charts .chart.ch18{width: 190px; height: 130px; margin: -60px 5px 5px 5px;}
#charts .chart.ch19{width: 190px; height: 130px; margin: -60px 5px 5px 5px;}
#charts .chart ul li{
    width: 21px;
    height: 30px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
}
#charts .chart ul li.up{background-image: url(../img/normal.gif);}
#charts .chart ul li.down{background-image: url(../img/seat.gif);}
#charts .chart ul li.standUp{background-image: url(../img/up.gif);}
#charts .chart h3{
    text-transform: uppercase;
    -webkit-transform-origin: 0% 100%;
       -moz-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    position: absolute;
    bottom: 21px;
    left: 107px;
    font-size: 16px;
    font-weight: 900;
    margin: -10px -10px 0 0;
    color: #6c8192;
    -webkit-transform: rotate(-30deg) skew(30deg, 0);
       -moz-transform: rotate(-30deg) skew(30deg, 0);
        -ms-transform: rotate(-30deg) skew(30deg, 0);
            transform: rotate(-30deg) skew(30deg, 0);
}
#charts .chart h3 span{
    font-size: 21px;
    background-color: #CE6660;
    padding: 0px 8px;
    color: white;
}
#charts .chart h4{
    text-transform: uppercase;
    position: absolute;
    bottom: 23px;
    right: 6px;
    font-size: 17px;
    font-weight: 100;
    margin: 0;
    color: #6F6F6E;
    -webkit-transform: rotate(-30deg) skew(30deg, 0);
               -moz-transform: rotate(-30deg) skew(30deg, 0);
                -ms-transform: rotate(-30deg) skew(30deg, 0);
                 -o-transform: rotate(-30deg) skew(30deg, 0);
                    transform: rotate(-30deg) skew(30deg, 0);
    line-height: 16px;
}
#charts .chart h3.singleLine{
    bottom: 10px;
    left: 99px;
}

#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;
}

@media (max-width: 500px) {
    h1{font-size: 25px;line-height: 24px;}
    h2{font-size: 13px;}
    #charts .chart.ch17{margin: -10px 5px 5px 5px;}
    #controladores h3{display: block;}
}
@media (max-width: 797px) {
    h1{font-size: 29px;}
    #charts .chart.ch08, #charts .chart.ch09, #charts .chart.ch13{margin: -20px 5px 5px 5px;}    
}