body {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
}
h1, h2, h3, h4, h5, h6 {
	color:#003366;

}
h1{
	font-size:16px;
	font-weight:bold;
	margin:0px;
	margin-bottom:10px;
}
h2 {
	font-size:14px;
	font-weight:bold;
	border-bottom:solid 1px;
	margin:35px 0 20px 0;
}
h3 {
	font-size:14px;
	font-style:italic;
	font-weight:normal;
	margin:0px;
	margin-bottom:10px;
}
p {
	font-size:12px;
	line-height:17px;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
}
ul, ol{
	line-height:14px;
}
.enmarcar {
	border:solid 1px;
	padding:10px;
	margin:10px 20px;
}
.izquierda {
	float:left;
	margin-right:10px;
}
.derecha {
	float:right;
	margin-left:10px;
}