.tabla_principal {
	/*border: 1px solid #252F5A;*/
	background-color: #ffffff;	
}
.cajatxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	background-color: #F7F9FB;
	border: 1px solid #F7F9FB;
	font-weight: normal;
}
.txt_normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	padding-right: 12px;
	padding-left: 12px;
}
body {
	background-color: #e5e5e5; /*#F7F9FB;*/
}
.tabla_sec {
	border: 1px dotted #CC6600;
	padding-bottom: 8px;
	padding-top: 4px;
}
.boton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #333333;
	border: 1px solid #294967;
	/*padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;*/
}
/*
.txt_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFB900;
	background-color: #2F5677;
	margin: 2px;
	border: 1px solid #663300;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	background-position: center center;
	height: 20px;
	width: 600px;
}*/
.txt_titulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003366; /*#FFB900;*/
	/*background-color: #e5e5e5;*/ /*#2F5677;*/
	margin: 2px;
	/*border: 1px solid #A5A3A3;*/ /*#663300;*/
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	background-position: center center;
	height: 20px;
	width: 600px;
}
.txt_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
.tabla_form {
	background-color: #B6CFDE;
	border: 1px solid #333333;
}
.paginacion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366; /*#FFFFFF;*/
	/*background-color: #B6CFDE;*/ /*#003366;*/
	padding: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border: 2px solid #CCCCCC;
	font-weight: normal;
}
.tabla_detalle {
	background-color: #FFFFFF; /*#F8B71F;*/
	padding: 0px;
}
.tabla_detalle_cabecera {
	background-color: #B6CFDE; /*#F8B71F;*/
	padding: 0px;
}
.tabla_detalle_principal {
	background-color: #B6CFDE; /*#F8B71F;*/
	padding: 0px;
}
.tabla_det {
	background-color: #B6CFDE; /*#F8B71F;*/
	padding: 0px;
	/*border: 1px solid #000000;*/
}
.cajatxt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #003366;
	background-color: #F7F9FB;
	border: 1px solid #F7F9FB;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #274863;
	font-weight: bolder;
}
.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
}
.txtseg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.normal {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2D2D2D;
	font-weight: bolder;
}
.mayuscula{
	text-transform:uppercase;
}	
.text-refresar {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
	color: #003366;
}

table.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.blueTable tbody td {
  font-size: 12px;
}
table.blueTable tr:nth-child(even) {
  background: #D0E4F5;
}
table.blueTable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
table.blueTable tfoot td {
  font-size: 14px;
}
table.blueTable tfoot .links {
  text-align: right;
}
table.blueTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}