#masthead{
	clear: both;
	padding: 0 0 10 0;
	width: 770px;
}

#navBar{
	float:left;
	width: 200px;
}

#content{
	float:left;
	width: 570px;
}

#siteInfo{
	float:left;
	clear: both;
	margin-top: -1px;
	width: 770px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */
#logomanual {
	padding: 0px 0px 10px 0px;
}
#navbartitle {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.05em;
	background-color: #BE3333;
	padding: 10px;
	width:auto;
}
#endingbox {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BE3333;
	letter-spacing: 0.05em;
	background-color:#CCCC99;
	clear: both;
	width:auto;

	padding: 10px;
	}

#busqueda {
	display: block;
	width:auto;
	padding: 10px;
	border: solid 1px #ccc;
}

.formfield {
	border: solid 1px #ccc;
	padding: 1px 2px;
}
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BE3333;
	background-color: #FFFFFF;
	border: solid 1px #ccc;
}

#toolbox {
	display: block;
	width:auto;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid 1px #ccc;
	}
#toolbox li.imprime {
	list-style-image: url(images/iconoimprimir.gif);	
}
#toolbox li.enviar {
	list-style-image: url(images/iconoenviar.gif);	
}
#printedlogo {
	display: none;
}
