table.contenido {
	width: 100%;
}

table.contenido thead {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: Black;
	text-align: center;
}

table.contenido thead tr th {
	padding-top:8px;
	padding-bottom:16px;
	padding-left:10px;
	padding-right:10px;	
}

table.contenido thead tr th img {
	border: 0;
}

table.contenido tbody {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	text-align: justify;
}

table.contenido tbody tr td {
	padding-top:8px;
	padding-bottom:16px;
	padding-left:10px;
	padding-right:10px;
}

table.contenido tbody tr td a, a:active {
	text-decoration: none;
	color: Brown;
}

table.contenido tbody tr td a:hover {
	text-decoration: underline;
}

table.contenido tbody tr td select, input, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.contenido tbody tr td img {
	border: 0;
}
