
/* Modulo Tablas 1
/********************************************************************/

.mod_tabla{
	font-size:.9em;
	color:#636363;
	padding-bottom:20px;
}

.mod_tabla caption{
	text-align:left;
	Padding:0px 0px 8px 5px;
	font: bold 1.4em "Arial Narrow", Arial, Helvetica, sans-serif;
	color:#235B9E;
}
.mod_tabla table{
	width:100%;
	border: 1px solid #D0DAE7;
	
}

.mod_tabla table .impar{
	background-color:#F9FBFC;
}


.mod_tabla table th{
	text-align:left;
	border: 1px solid #D0DAE7;
}
.mod_tabla table th,
.mod_tabla table td{
	Padding:6px;
}

.mod_tabla table td{
	text-align:left;
	border: 1px solid #D0DAE7;
}

.mod_tabla table thead {
	background-color:#3DB9CC;
	color:#FFFFFF;
	
}

.mod_tabla table a{
	color:#636363;
	text-decoration:underline;
}

.mod_tabla table a:hover{
	color:#FB8404;
	text-decoration:none;
}

/* Modulo Tablas 2
/********************************************************************/

.mod_tabla2{
	font-size:.9em;
	color:#636363;
	padding-bottom:20px;
}

.mod_tabla2 caption{
	text-align:left;
	Padding:0px 0px 4px 5px;
	font: bold 1.4em "Arial Narrow", Arial, Helvetica, sans-serif;
	color:#235B9E;
}
.mod_tabla2 table{
	width:100%;
	
}

.mod_tabla2 table .impar{
	background-color:#F9FBFC;
}


.mod_tabla2 table th{
	text-align:left;
	
}
.mod_tabla2 table th,
.mod_tabla2 table td{
	Padding:6px;
}

.mod_tabla2 table td{
	text-align:left;
	border-bottom: 1px solid #D0DAE7;
}

.mod_tabla2 table thead th{
	color:#A3A3A3;
	border-bottom:2px solid #3DB9CC;
}

.mod_tabla2 table a{
	color:#636363;
	text-decoration:underline;
}

.mod_tabla2 table a:hover{
	color:#FB8404;
	text-decoration:none;
}

