body {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#9B9DA0;
}
h1{font-size:20px; font-weight:normal; color:#000000; }
h2{font-size:16px; font-weight:normal; color:#CC3;}
h3{font-size:15px; font-weight:normal; color:#999999;}
h4{font-size:14px; font-weight:normal; color:#008CA8;}
h5{font-size:13px; font-weight:bold; color:#008CA8;}
h6{font-size:12px; font-weight:bold; color:#008CA8;}

li h2 { font-size:16px; }

p {
	display:block;
	margin:0;
	margin-bottom:10px;
	padding:0;
	text-align:justify;
	color:#666666;
}
a 		{ text-decoration:none; color:#C2CD23; border-bottom:none}
a:hover	{ color:#008CA8; border-bottom:none; }
#principal a:hover	{ color:#008CA8; border-bottom:dotted 1px; }
.resaltar {
	border:solid 1px #FF9900;
	padding:5px;
	margin:5px 0;
}
.izquierda{
	float:left;
	margin-right:8px;
}
.derecha{
	float:right;
	margin-left:8px;
}
.centro, p.centro{
	text-align:center;
}
img.centro{
	display:block; margin:0 auto;
}
.no_rodear{
	clear:both;
}
