/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	background-color: #006699;
}

td{
	font-family: Arial,sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}

a:link {
	color: #006699;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a:visited {
	color: #006699;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
 font-family: "Times New Roman", Times, serif;
 margin: 0px;
 padding: 0px;
}

h1{
 font-size: 180%;
 color: #003399;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #003399;
}

.required {
	color: #FF0000;
}
.tonos-bajos {
	background-color: #E5E5E5;
}

.tonos-medianos {
	background-color: #0379fd;
	color: #FFFFFF;
	font-weight: bold;
}
.tonos-medianos a:link{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.tonos-medianos a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.tonos-medianos a:hover{
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}

.tonos-oscuros {
	background-color: #006699;
	color: #FFFFFF;
}
.tonos-oscuros a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.tonos-oscuros a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.tonos-oscuros a:hover{
	color: #33ccff;
	text-decoration: none;
}
strong {
	color: #003399;
}

.bottomlinks {
	background-color: #006699;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: small;
}
.bottomlinks a:link{
	color: #FFFFFF;
	text-decoration: underline;
}
.bottomlinks a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}

.bottomlinks a:hover{
	color: #FFFF00;
	text-decoration: underline;
}

strong {
	color: #003399;
}

.content{
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
}
