.demo-container {
	box-sizing: border-box;
	width: 850px;
	height: 450px;
	padding: 20px 15px 15px 15px;
	margin: 15px auto 30px auto;
	border: 1px solid #ddd;
	background: #fff;
	background: linear-gradient(#f6f6f6 0, #fff 50px);
	background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	-o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.demo-placeholder {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
}

#page-content {
    padding: 0px 10px 0;
}

#page-title {
    padding: 0px 10px;
}

a.evento1{
	background-color: #4285F4;
}
a.evento2{
	background-color: #F6BF26;
}
a.evento3{
	background-color: #3F51B5;
}
a.evento4{
	background-color: #EF5C00;
}
a.evento5{
	background-color: #009688;
}
a.evento6{
	background-color: #0B8043;
}
a.evento7{
	background-color: #7900CB;
}
a.evento8{
	background-color: #7CB342;
}

td.celda_vacia {
	background-color: #CCC;
}

td.celda_negativa {
	background-color: #F00;
	color: white;
}

td.celda_positiva {
	background-color: #51BC23;
	color: white;
}


.celda_numero {
	text-align: right;
}

.ayuda {
	cursor: help;
}

span.ayuda:before {
    font-family: FontAwesome;
    content: "\f128";
    color: black;
    margin-right: 3px;
    font-size:0.9em;
}

.grado_cumplimiento_negativo {
	background-color: #F00 !important;
	color: white !important;
	border:1px solid #333;
}

.grado_cumplimiento_positivo {
	background-color: #51BC23!important;
	color: white !important;
	border:1px solid #333;
}

.grado_cumplimiento_regular {
	background-color: #FEEFB3 !important;
	color: black !important;
	border:1px solid #333;
}

.nota-pie {
	font-style: italic;
}

.enlace {
	text-decoration: underline;
	color: cadetblue;
}

#tituloProyecto {
	width: 300px !important;
	padding:0px !important;
	text-align:left;
}