.tl {
  font-weight: 600;
  font-color:    #E74C3C;
  fill:    #E74C3C;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  background-color: #fff;
  width: 960px;
  height: 700px;
  margin-top: 10px;
}

#main {
  float: left;
  width: 650px;
}

#sidebar {
  float: left;
  width: 200px;
}

#sequence {
  width: 600px;
  height: 70px;
}

#legend {
  padding: 10px 0 0 3px;
}

#sequence text {
  font-weight: 600;
  fill: #fff;
}

#legend text {
  font-size: xx-small;
  font-weight: lighter;
  fill:    #34495E;
}

#chart {  
  position: relative;
}

#chart path {
  stroke: #fff;
}

#explanation {
  position: absolute;
  top: 260px;
  left: 305px;
  width: 140px;
  text-align: center;
  color: #666;
  z-index: -1;
}

#percentage {
  font-size: 2.5em;
}

.estilo1 {
   font-family: Arial;
   font-size: 42px;
   color: #003366;
}

.estiloTextoTabla {
	font-family: Arial;
	color: #003366;
	font-size: 9px;
}
.estiloTextoTitulo {
	font-family: Arial;
	color: #003366;
	font-size: 10px;
	font-weight: bold;
}

path {
		stroke: #fff;
}

fondo1 .ui-widget-headar .ui-widget-title {
	background-color: #52BE80;
	background: #52BE80;
}

fondo2 {
	background-color: #388E3C;
}

fondo3 {
	background-color: #00838F;
}

.custom-red { background: red; }

#about_link {
    position: absolute;
    right: 1%;
    top: -0em;
    text-align: center;
    font-size: .8em;
}
.questionmk {
    font-size: 6em;
	color: #33a02c;
}