body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C1D6EA;
	scrollbar-face-color:#C1D6EA;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#008BBF;
	scrollbar-arrow-color:#008BBF;
	scrollbar-trackcolor-color:#C1D6EA;
	scrollbar-3dlight-color:#C1D6EA;
	scrollbar-darkshadow-color:#C1D6EA;
}
p {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-align: justify;

}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	font-style: italic;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #004E66;
	text-indent: 0px;
	text-align: center;



}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-indent: 2px;
}
h5 {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}
li {
	font-size: 12px;
	list-style-type: none;
}
a:link {
	color: #004E66;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a.punteo:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
a.punteo:link {
	color: #004E66;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
a.punteo:visited {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
.min {
	font-size: 10px;
}

.negrita {
	font-weight: bold;
	font-size: 12px;
}

.cursiva {
	font-style: italic;
}
.derecha {
	text-align: right;
}
