/* CSS Document */
body {
	 scrollbar-face-color: White;
    scrollbar-arrow-color: #004F9B;
    scrollbar-highlight-color:#004F9B;
    scrollbar-3dlight-color: #004F9B;
    scrollbar-shadow-color: #004F9B;
    scrollbar-darkshadow-color: #004F9B;;
    scrollbar-track-color: white;
	 margin: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Gray;
	
}

.textos
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004F9B;
}
.textosgigantes
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: Gray;
	text-transform: capitalize;
}
.copyright
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
}
.titulos
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004F9B;
}
.titulos_top
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7E7E7E;
}
.titulosMain
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: Silver;
	color: #004F9B;
}
.titulosSubMain
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #DDDDFF;
	color: #004F9B;
}
.titulosblancos{
	padding-left: 5 px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
}
input
{
	border: 1px;
	border-color: #004F9B;
	border-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Gray;
	background-color: white;
}
textarea
{
	border: 1px;
	border-color: #004F9B;
	border-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Gray;
	background-color: white;
}
td.borde{
	border: 1px;
	border-color: #004F9B;
	border-style: solid;
}
A:LINK, A:VISITED {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #004F9B;
	
}
A:HOVER {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #004F9B;
	
}
td.bottomline{
   border-bottom: 1px;
	border-left:  0px;
	border-top:  0px;
	border-right: 0px;
	border-color : #004F9B;
	border-style : solid;
}
td.borde {
	background-color : White;
	border : 1px;
	border-color : #003333;
	border-style : dotted;
}
.msgerror
{
	border: 1px;
	border-color: White;
	border-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: Red;
	background-color: white;
}
