body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
/*ESTILOS DE TEXTO PARA EL CONTENIDO PRINCIPAL (como se verá en KTML)*/
h1	{ font-size:175%; }
h2	{ font-size:150%; }
h3	{ font-size:125%; }
h4	{ font-size:100%; }
h5	{ font-size:75%; }
h6	{ font-size:50%; }
h1, h2, h3, h4, h5, h6 { color:#666666; font-weight:normal; }
p	{}
/*
div#principal table p{
	width:auto;
	padding-left:0;
}
/*VÍNCULOS*/
a		{ text-decoration:none; color:#4D668F; }
a:hover	{ text-decoration:none; color:#9DACBF; }

/*CLASES PARA KTML*/
.enmarcar{
	border:solid 1px black;
	background-color:#CCCCCC;
	padding:5px;
}
.foto_a_la_izquierda{
	float:left;
	margin-right:5px;
}
.foto_a_la_derecha{
	float:right;
	margin-left:5px;
}
.foto_centrada{
	margin:0 auto;
}