<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#mainInclude {width:100%;}
#mainInclude h3 {margin-bottom:2px; text-align:center}

.col1, .col2, .col3 {height:100%; float: left; background-color:#fff}
/*.col1 {width:calc(33.333333% - 35px); margin:0 0px 0 20px; padding-right:15px; border-right: 2px solid #CCC}
.col2 {width:calc(33.333333% - 35px); margin:0 15px 0 15px;}
.col3 {width:calc(33.333333% - 35px); margin:0 20px 0 0px; padding-left:15px; border-left: 2px solid #CCC}*/

.col1 {width:calc(30% - 35px); margin:0 0px 0 20px; padding-right:15px; border-right: 5px solid #eee}
.col2 {width:calc(30% - 35px); margin:0 15px 0 15px;}
.col3 {width:calc(40% - 35px); margin:0 20px 0 0px; padding-left:15px; border-left: 5px solid #eee}


.main h3 {font-weight:normal; font-size: 30px; margin:0; padding:10px; color:#888; }
.main {min-height:100%}
.tercio {width:33%; back-ground-color:rgba(255,255,255,0.1); float: left; min-height: 100%}
.medio {margin:0 .5%}
.tercio h3 {font-size:15px; padding:6px; text-align:center}

#TemaRecVis text{ fill:#222; font-size:0.75em}
#TemaRecVis .axis path,#TemaRecVis .axis line {stroke: #ccc}
#YearVis text {fill:#222;}
#YearVis .axis path,#YearVis  .axis line {stroke: #ccc}
.dc-chart rect.deselected { fill: #ccc;  stroke: none; }
#ChartC {font-size:5em; text-align:center; color:#666;padding-bottom:40px;padding-top:40px;}
/*#monthsVis {margin-top:-50px;}*/

#origenVis, #estadoVis{
	float:left; 
	background-color:"#272";
	width:calc(50% - 30px);
	/*min-width:150px;*/
	margin-left:15px;
}
#origenVis svg, #estadoVis svg{ margin-top:10px}


/*#YearVis h3, #monthsVis  h3 {padding-top:40px;}*/
#esperando { width:100%; height:900px;background-color_:rgba(0,0,0,0.5);z-index:99;}
#acsv {float:right;}


.reset {font-size: 14px}

.reset a{
	padding: 1px 6px;
	border-radius: 10px;
	border:1px solid #999;
}
	
.reset a:hover{
	color: red;
	border:1px solid red;
}

h3.linea {
	border-top: 5px solid #eee;
	margin-top: 30px;
	padding-top: 30px;
}

</pre></body></html>