@charset "utf-8";

body {
	text-align: center;
}

@font-face {
	font-family: 'gobcl';
	font-family: 'Arial';
	font-weight: normal;
	font-style: normal;
	src: url('fuentes/gobcl_regular-webfont.eot');
	src: local('â˜º'), url('fuentes/gobcl_regular-webfont.woff')
		format('woff'), url('fuentes/gobcl_regular-webfont.ttf')
		format('truetype'),
		url('fuentes/gobcl_regular-webfont.svg#webfont3jnenQ5S') format('svg');
}

.titulo_parametros {
	color: #666666;
	font-family: verdana;
	font-size: 18px;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 7px;
}

.titulo_parametros1 {
	color: #0B68AE;
	font-family: verdana;
	font-size: 15px;
	font-weight: 800;
	margin-top: 7px;
	margin-bottom: 7px;
	line-height: 2;
}

.titulo_parametros2 {
	color: #666666;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 7px;
}

.titulo_parametros3 {
	color: #666666;
	font-family: verdana;
	font-size: 12px;
	margin-top: 7px;
	margin-bottom: 7px;
}
.titulo_parametros4 {
	color: #666666;
	font-family: verdana;
	font-weight: 700;
	font-size: 12px;
	margin-top: 7px;
	margin-bottom: 7px;
}


.tbl_informe {
	margin: 0px auto;
	border: 1px solid #E5E5E5;
	color: #666666;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
}

.tbl_informe_dinamico {
	margin: 0px auto;
	/*border:1px solid #E5E5E5;*/
	color: #666666;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
}

.tbl_informe CAPTION {
	margin-top: 7px;
	margin-bottom: 10px;
	margin-left: 3px;
	color: #010101;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	/*text-transform:uppercase;*/
	text-align: center;
}

.tbl_informe TH {
	background: #E4E4E4;
	color: #494949;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 2px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
}

.tbl_informe TD {
	color: #494949;
	font-family: Verdana;
	font-size: 11px;
	/*text-transform:uppercase;*/
	text-shadow: 1px 1px 0 #FFF;
	height: 15px;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}