body {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
}
p {
	font-size:11px;	
}
ul {
	list-style-type: square;
	font-size:11px;
}
h1 {
	color:#A39501;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing: .1em;
}
h2 {
	color:#000000;
	font-size:12px;
	letter-spacing:.1em;
} 

h3, h4, h5, h6 {
	color:#666666;
	font-weight:normal;
}
a		{ 
	color:#990; 
	text-decoration:none; 
}

a:hover	{ 
	color:#333; 
}
/*clases para KTML*/

.destacar 		{ 
	border:solid 1px #990; 
	background-color:#E5D38B; 
	padding:5px; 
	width:375px;  
}
.izquierda 		{ 
	float:left;  
	margin-right:5px; 
}

.derecha {
	float:right; 
	margin-left: 5px; 
}
