tr.titulo td {
		background-color: #019DE4;
		margin-right: 5px;
		margin-left: 5px;
		font-size: 12px;
	}

table.center {
    margin-left:auto; 
    margin-right:auto;
    width: 100%;
  }

	table.estilo {
		font-family: verdana, arial, sans-serif;
		font-size: 11px;
		color: #333333;
		border-width: 1px;
		border-color: #3A3F33;
		border-collapse: collapse;
	}
	table.estilo th {
		border-width: 1px;
		padding: 8px;
		border-style: solid;
		border-color: #3A3F33;
		background-color: #ecfecd;
		color: #ffffff;
	}

	table.estilo tr.center {
		background-color: #019DE4;

	}

	
	td.estilo td.titulo tr.center{
		background-color: #019DE4;

	}

	td.fonticon{
		font-size: 20px;
	}

	table.estilo tr:hover td {
		cursor: pointer;
		background-color: #4DAF7C;
	}
	table.estilo tr:nth-child(even) td{
		background-color: #E4F1FE;
	}
	
	/*
	table.estilo td {
		border-width: 1px;
		padding: 8px;
		border-style: solid;
		border-color: #3A3F33;
		background-color: #ffffff;
	}
	*/
