/* CSS Document */
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body, td, th {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}

input {
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	border: 1px solid #999999;
}

select {
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	border: 1px solid #999999;
}

textarea {
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	border: 1px solid #999999;
}

.error_prog {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}

.paginator {
	border: #999999 1px solid;
	padding-top: 1px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2px;
	background-color: ##6699CC;
}

.paginator_check {
	border: #999999 1px solid;
	padding-top: 1px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2px;
	background-color: #6699CC;
}

a:link {
	color: #6699CC;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color:#006699;
	text-decoration: none;
}
a:hover {
	color:#FF6600;
	cursor:hand;
	text-decoration: underline;
}
a:active {
	color:#666666;
	text-decoration: none;
}

.punteado{ 
  border-style: dotted; 
   border-width: 1px; 
   border-color: 999999; 
   background-color: ffffff; 
   font-family: verdana, arial; 
   font-size: 10px; 
} 

.menu td, th {
	color: #FFFFFF;
	background-color: #153B60;
}

.titulo {
 color: #153B60;
 font-weight: bold;
 text-decoration:underline;
}

.subtitulo {
color: #153B60
}
.textoazul{
color: #6699CC;
font-size: 11px;
font-family: verdana, arial;
text-align:justify; 
}
.subtitulo {color: #153B60; font-weight: bold; }

.textoc{
color:#6699CC;
font-weight:bold;
}





