body {
	color: Black;
	background-color: White;
/*	background-image: url(imagenes/k-fondo.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: fixed;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

a {
	color: #3F0080;
}

a:hover {
	color: #7F0080;
}

.contenido {
	margin-top: 100px;
}

p, h1, h2, h3, li, ul, ol {
	margin-right: 5%;
	margin-left: 5%;
}

p {
	font-size: medium;
	text-align: left;
	line-height: 130%;
}

h1, h2 {
	color: #037401;
}

h3 {
	font-size: 19px;
	color: #037401;
	font-weight: normal;
}

h3 strong {
	font-weight: normal;
}

h6 {
	text-align: center;
}

strong {
	font-weight: bold;
}

.rojo {
	color: #ac0000;
}

.rojo strong {
	color: #ac0000;
}

.rojo a {
	color: #f40e02;
}


