/* CSS Document --> listawebcvs.css */

img {
	border: 0;
}

#table_lista {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 550px;
	font-size: 11px;
}

#table_lista a {
	text-decoration: none;
}

#table_lista tbody th {
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
	font-weight: normal;
}

#table_lista tbody th a  {
	color: #cc33cc;
	border-bottom: 1px dotted;
}

#table_lista tbody th a:hover  {
	color: #0099ff;
}

#table_lista tbody tr.fila_2 th {
	border-top: #deded8 1px solid;
	border-bottom: #deded8 1px solid;	
	background-color: #f9f9fb;
}
 
#table_candidato {
	margin: 10px auto;
	width: 550px;
	font-size: 11px;
}

#table_candidato thead th {
	color: #fe7a21;
}

#table_candidato tbody th {
	width: 50%;
	font-weight: normal;
}

#table_candidato tbody th, #table_candidato tbody td {
	text-align: center;
}