.caja { 
	float: left;    
	width: 730px;
	border: 5px solid #818181;
	margin-top: 5px;
}

.superior {
	background-image: url("../imagenes/agora/encabezado.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}

.articulo {
	background-image: url("../imagenes/proceso/inferior.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 7em 4em 10em;
}

a {
	text-decoration: none;
	font-size: 0.9em;
	color: #181818;
}

thead {
	background-image: url(../imagenes/agora/patron.jpg);
	background-repeat: repeat-x;
	color: #333333;
	height: 30px;
}

tfoot {
	border-top: solid 1px #ABABAB;
	border-bottom: solid #ABABAB;
	background-image: url(../imagenes/agora/patron2.jpg);
	background-repeat: repeat-x;
	color: #585858;
	height: 30px;
}

th {
	font-variant: small-caps;
	text-align: center;
	border-right: dotted thin #575757;
}

tbody {
	border-top: solid thin #ABABAB;
	background-color: #F0F0F0;
	padding: 5px;
}

td {
	font-size: 11px;
	vertical-align: top;
	border-right: dotted thin #969696;
	border-top: solid thin #C0C0C0;
	padding: 5px 5px;
}
