/* tabla verde paginas portada */
		table {
			border-collapse: collapse;
			margin: 0;
			padding: 0;
			color : #666666;
			font-weight:bold;
			font-size: 10pt;
			font-family:Helvetica,Arial,Verdana,sans-serif; 
			width: auto;
		}
		table thead th {
			background: #74A846;
			height: 10px;
			padding-left: 11px;
			padding-right: 11px;
			color: #fff;
			font-weight: bold;
			text-align: center;
			border-left: 1px solid #B6D59A;
			border-bottom: solid 2px #FFF;
		}
		table tbody tr {width: auto;
		}
		table tbody td, table tbody th {padding: 1px;
		 	text-align: left;
			width: auto;}
		table tbody td.first, table head th.first {
			border-left: 0px;
		}
		table tbody tr {background: #F3F5F7;
			width: auto;
		}
		table tbody tr.row-a {
			background: #F8F8F8;
		}
		table tbody tr.row-b {
			background: #EFEFEF;
		}
		table a{color : #666666;
			font-weight:bold;
			font-size: 10pt;
			font-family:Helvetica,Arial,Verdana,sans-serif; 
		}
		table a:hover{color :#8c3a3a; 
		}