body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #666666;
}
.margen{
	margin: 5px;
}
p {
	margin: 3px;
	text-align: left;
}
h1 {
	font-size: 100%;
	margin: 10px;
}

.linea_blanca_tabla {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
	
.textoRojo {
	color: #990000;
}
.textoPeq {
	font-size: 65%;
}
	
.textoTabla {
	font-size: 10px;
}

.centratexto {
	text-align: center;
}

.line_blanca_abajo_tabla {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.links {
	font-style: normal;
	color: #666666;
}
.justificar {
	text-align: justify;
}
.linea_blanca_arriba {
	border-top: 2px solid #FFFFFF;
	border-right: #FFFFFF;
	border-bottom: #FFFFFF;
	border-left: #FFFFFF;
}
.justificar_derecha {
	text-align: right;
}
.Encabezado_Tabla{
	color: #FFFFFF;
	background-color:#838383;
}
.Subrayar_red {
	color: #990000;
	text-decoration: underline;
}

