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:20px;
	color:#224355;
}
h2{
	font-size:18px;
	color:#000000;
	text-transform:uppercase;
	font-weight:lighter;
}
h3{
	color:#333333;
	font-size:16px;
}
h4{
	font-size:100%;
	color:#000000;
}
h5{
	font-size:14px;
}
h6{
	font-size:50%;
}
p{
}
/*
div#principal table p{
	width:auto;
	padding-left:0;
}
/**/
a{
	text-decoration:none;
	color:#41AF5A;
}

/*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;
}