
td{
	background: #eeeff2;

}

#dtos_base{
	background: #eaf9fa;

}

#derecha{
	position: relative; 
	width: 80%; 
	top: 0; 
	right: 0; 
	background: white; 
	float: right; 
	height: auto; 
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#izquierda{
	position: relative; 
	width: 20%; 
	top: 0; 
	left: 0; 
	background: white; 
	float: left; 
	height: auto; 
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#subtitulo{
	font-family: Source Sans Pro Semibold, sans-serif;
	font-size: 16px;
	color: #49485b;

}

#tabla{
	width: 100%;
}

#titulo{
	font-family: Source Sans Pro Semibold, sans-serif;
	font-size: 20px;
	color: white;

}

.letraswhithe{
	font-family: "Arial";
	background: #b75050;
	font-size: 16px;
}

.tablas{
	background: #eeeff2;
	height: 800px;
	overflow-y: scroll;
}

.tablas-titulo{
	background: #eeeff2;
	color: white;
	font-family: Source Sans Pro Semibold, sans-serif;
	font-size: 14pt;
	font-weight: bolder;
	padding: 0.2em 0.2em 0.2em 0.2em;
}
