.TABLA {
	background-position: center center;
	vertical-align: middle;
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #599FD9;
	height: auto;
	width: auto;
	margin: 5px;
	padding: 5px;
	background-color: #EEF4F9;
}
.subtitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #599FD9;
	height: auto;
	width: 250px;
	margin: 5px;
	padding: 10px 10px 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C7DFEE;
}
.centrar {
	background-position: center center;
	text-align: center;
	vertical-align: middle;
}

