body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(BACKJONAS.jpg);
	background-repeat:no-repeat
}

/*CUERPO*/
#contall{
width:800px;
margin: 85px 0px 0px 192px;
height:768px;
}

#cabecera{
width:640px;
height:240px;
background-image:url(CABECERA.jpg);
background-repeat:no-repeat;
}

#cuerpo{
width:640px;
height: 350px;
background-color:#FFFFFF;
float:left;
}


/*links*/

#menuh {
	width:640px;
	height: 20px;
	background-color:#FFFFFF;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	font-weight: bold;
}

#menuh ul, li {
	list-style-type: none;
}

#menuh ul {
	margin: 0;
	padding: 0;
}

#menuh li {
	float:left;
}

#menuh a {
	border:1px dashed #000000;
	border-width: 0px 1px 0px 0px;
	text-decoration: none;
	color:#000000;
	background:#FFFFFF;
	display: block;
	padding: 3px 3px;
	text-align: center;
}

#menuh a:hover {
	background:#CCCCCC;
}
