/* CSS Document */

#infotitulo {
	margin-top: 10px;
	text-align: center;
	font-size: 11px;
	color: #2965CE;
	border-top: #639ACE 1px solid;
	border-bottom: #639ACE 1px solid;	
	border-left: #639ACE 3px solid;
	border-right: #639ACE 3px solid;
	font-weight: bold;
	background-color: #F7FAFD;
	padding: 2px 0px 2px 0px;
}

#table_lista {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 550px;
}

#table_lista tbody th {
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
}

#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;
}

#table_candidato thead th {
	color: #0099ff;
}

#table_candidato tbody th {
	width: 50%;
	font-weight: normal;
}

#table_candidato tbody th, #table_candidato tbody td {
	text-align: center;
}




