/* CSS Document */

.estilo-negrita-derecha-700,
.estilo-cursiva-derecha-700,
.estilo-cursiva-derecha-600 {
	margin: auto;
	font: "Times New Roman", Times, Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	height: 20px;
	text-align: right;
}

.estilo-negrita-derecha-700 {
	width: 880px;
	font-weight: bold;
}

.estilo-cursiva-derecha-700 {
	font-style: italic;
	width: 880px;
}

.estilo-cursiva-derecha-600 {
	width: 700px;
	font-weight: normal;
}

/* Formatos para tablas */

.marco-tabla-a {
	border-top: 3px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 200px;
	height: 30px;
}

.marco-tabla-b {
	margin: auto;
	width: 200px;
	border: 1px solid #000;
}

.textodetabla-a {
	font: Arial, Times, Helvetica;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	text-align: center;
}

.textodetabla-b {

	font: "Times New Roman", Times, Helvetica;
	font-weight: normal;
	font-size: 10px;
	color: #000;
	text-align: center;
}