/* CSS Document --> listawebcvs.css */

#cuerpo_central {
	width: 90%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;	
}

#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;
	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;
}

#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;
}