/* CSS Document */

#contenedor {
  width: 300px;
  margin: 0 auto;
}


.naveg {
	font-family: arial, helvetica, sans-serif;
	font-size: 10;
	color: white;
	background-color: darkgray;
	text-align: center;
	padding: 4px;
	
}

.top {
	font-family: Arial, Helvetica, sans-serif;
	font-color: gray;
	font-size: 18px;
	font-weight: bolder;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.head {
	font-family: arial, helvetica, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 9pt;
	color: black;
	background-color: none;
	text-indent: 5px;
	letter-spacing: 0px;
}

.entradilla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-transform: uppercase;
	font-weight: 900;
	color: #999999;
}

.body {
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
}

.body2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 7pt;
}

.nav 
{
	font-family: arial, sans-serif;
	font-size: 7pt;
	color: black;
	text-align: left;
	vertical-align: top;
	position: relative;
	padding: 4px;
	letter-spacing: 1pt;
	text-transform: uppercase;
}


.navtop 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}


.table {
	border: thin solid #000000;
	background-color: #ffffff;
}



.foot {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 7pt;
	font-weight: normal; 
	text-decoration: none; 

}


.foot2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #999999;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 2px;
	border-bottom-width: 1px;
	line-height: 14px;
}


.titulo {  
	font-family: Helvetica, Arial, Times; 
	font-size: 12pt; 
	font-weight: 100; 
	color: silver; 
	line-height: 30pt; 
	font-style: normal; 
	border-style: solid; 
	border-top-width: 2px; 
	border-bottom-width: 2px; 
	border-right-width:0px; 
	border-left-width: 0px; 
	padding-left: 4px;
}


.menu {
	font-family: Helvetica, Arial, Times;
	font-size: 9pt;
	font-weight: 100;
	color: white;
	line-height: 20pt;
	font-style: normal;
	border-bottom-width: 1px;
	padding-left: 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #0000FF;
}


a:link { color: #cccccc; text-decoration: none;}
a:active {  text-decoration: none;}
a:visited { color: silver; text-decoration: none}
a:hover {  color: white; text-decoration: none;}

body {background-image: url(img/bgbrighter.gif);  background-color: #fffff}
