body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-image: url(images/back001.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin-top: 0px;
	background-color: #0788C4;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #336633;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 30px 15px 15px;


}
.textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	margin-right: 10px;
	margin-left: 20px;
}
.firma {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #2E698F;
	text-align: center;
}
.bordes {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}

.style2 {font-size: 9px}
.cajatexto {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
#navcontainer{background-color: #666666; height: 27px; width: 760px;}
#navcontainer ul{
list-style-type: none;
text-align: left;
margin: 0px;
padding: 0px;
}

#navcontainer ul li {
display: inline;
margin: 0px;
padding: 0px;
}

#navcontainer ul li a
{
margin: 0px;
padding: 7px 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #fff;
background-color: #666666;
border-right: 1px solid #000000;
float: left;
}

#navcontainer ul li a:hover
{
color: #fff;
background-color: #6699CC;
} 
