body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFffff;
	background-image: ('bkg.gif');
	background-repeat: repeat;
	
}

a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}


.cabecera {
	font-family: verdana;
	font-size: 18px;
	color: white; 
	font-weight: bold;

}
.menuinfo {
	background-image: url(img/fondo_boton.jpg);
	background-repeat: no-repeat;

}

.letrasmenu{
	font-family: verdana;
	font-size: 12px;
	color: white; 
}

.letrasmenubig{
	font-family: verdana;
	font-size: 12px;
	color: white; 
}

.letrasmenubig2{
	font-family: verdana;
	font-size: 12px;
	color: white; 
}


.tabla{
	font-family: verdana;
	font-size: 12px;
	color: black; 
}

.boton{
font-size: 9px;
}


.btn{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
}


.formularios {
font-size: 9px;
color:#898989;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color:#EBEBEB;
border: 1px solid #3D3D3D;

}

.join {
border: 1px dashed #7C644E;
}

.letrasmenu a{
color: #FFFFFF;
}

.letrasmenubig2 a{
color: #006600;
}

.letrasmenubig2 a:visited{
color: #006600;
}


a.submenu {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

a:visited.submenu {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}












table.prettytable {
  margin: 1em 1em 1em 2em;
  background: whitesmoke;
  border-collapse: collapse;
}
table.prettytable th, table.prettytable td {
  border: 1px slategray solid;
  padding: 0.2em;
}
table.prettytable th {
  background: lightsteelblue;
  text-align: left;
}
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}



