@charset "utf-8";
/* CSS Document */


.tablaDatos{ 
	width: 100%;
	text-align:left;
}

.tablaDatos th{
	border: 0px;
	padding: 4px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#0b6093;
	border-bottom:1px dotted;
	border-bottom-color:#a2c743;
	background-color:#f6faed;
}

.tablaDatos td{
	border: 0px;
	padding: 4px;
	font-family:Verdana;
	font-size:11px;
	color:#666666;
	font-weight:normal;
	border-bottom:1px dotted;
	border-bottom-color:#a2c743;
}


#celdaSpecial{
	border: 0px;
	width: 200px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:gray;
	border-bottom:1px dotted;
	border-bottom-color:#cdcdcd;
	background-color:#f6faed;
}

#celdaTitutar{
	border: 0px;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:white;
	border-bottom:1px dotted;
	border-bottom-color:#cdcdcd;
	background-color:#0b6093;
}

.tablaEspecial { 
	width: 80%;
}

.tablaEspecial th{
	border: 0px;
	padding: 4px;
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	color:#0b6093;
	border-bottom:1px dotted;
	border-bottom-color:#a2c743;
	background-color:#f6faed;
}

.tablaEspecial td{
	border: 0px;
	padding: 4px;
	font-family:Verdana;
	font-size:16px;
	color:#666666;
	font-weight:bold;
	border-bottom:1px dotted;
	border-bottom-color:#a2c743;
}
