html, body {
height: 100%;
min-height: 100%;
 background-color: #003; 
 margin: 0; padding: 5px;
 font-family :  "Trebuchet MS", Arial, Verdana, san_serif; 
  background-image : url("puntotb.gif");
  background-attachment: fixed;
 background-position: right;
 background-repeat: no-repeat;

}
html>body{	
height: auto;	
}
a:link{
	text-decoration: underline;
}
a:link:visited{
	text-decoration: underline;
}
a:link:hover{
	text-decoration: none;
}
a:link:visited:hover{
	text-decoration: none;
}

#arriba{

	margin-top: 20%;
	color: #003366;
	font-family: arial, helvetica, swiss, san-serif;
}

#arriba h1{
	margin-top: 15px;
	margin-bottom:-10px;
	font-size: 2em;
	font-family: arial, helvetica, swiss, san-serif;
	float: left;

}

#arriba h2{
	margin-top: 25px;
	font-size: 1.1em;
	font-weight: normal;
	font-family: trebuchet,  verdana, arial, san-serif;
	float: right;
	font-style : italic;
}
#medio{
	margin-top: auto;
	margin-bottom:auto;
	height: 170px;
	color: #003;
	background-color: #036;
	scrollbar-base-color:#336699;
}
#medio img{
	float: left;

}
#medio p{
	color: #369;
	font-size: 0.9em;
	font-family: trebuchet, verdana, arial, san-serif;
	bottom : 0px;
}

#medio input{
	color: #003;
	background-color: #369;
	border: 1px solid #006;
	font-family: monospace, arial, san-serif;
}
#medio textarea{
	color: #003;
	background-color: #369;
	border: 1px solid #006;
	font-family: monospace, arial, san-serif;
}
#medio button{
	background-color: #369;
	color: #003;
	/*border: 1px solid #69c;*/
	cursor: pointer;
	border-bottom: 1px solid #006;	
	border-right: 1px solid #006;	
	border-top: 1px solid #69c;	
	border-left: 1px solid #69c;	
}
#medio a, a:link{
	color: #336699;
	text-decoration: none;
}
#medio a:visited{
	color: #336699;
	text-decoration: none;	
}
#medio a:hover{
	color: #000033;
	text-decoration: underline;	
}


/*.fsb {
scrollbar-3dlight-color:#006699; 
scrollbar-arrow-color:#006699;
scrollbar-base-color:#336699;
scrollbar-darkshadow-color:#003366;
scrollbar-face-color:#3366cc;
scrollbar-highlight-color:#003366;
scrollbar-shadow-color:#000066}
*/



#pie{
	height: auto;
	margin-bottom: 0;
	color: #369;
	font-size: 0.9em;
	font-family: trebuchet, verdana, arial, san-serif;
}
#pie a:link{
	color: #369;
	text-decoration : underline;
}
#pie a:link:visited{
	color: #369;
	text-decoration: underline;
}
#pie a:link:hover{
	text-decoration: none;
}
#pie a:link:visited:hover{
	text-decoration: none;
}

