/* CSS Document */
.cuerpo{
	font-family:Arial; 
	font-size:16px; 
	float:left; 
	width:640px; 
	padding:3px; 
	background-image:url(diagonal.png);
}
.titulo{
	font-family:Arial;
	font-size:17px; 
	font-weight:bold; 
	border:#0066FF solid 2px; 
	width:500px; 
	margin:auto;
}
.izq{
	width:29px;
	height:990px; 
	float:left;
	background-image:url(barra_izq.gif);
	background-repeat:repeat-y;	
}
.der{
	width:29px;
	height:990px; 
	float:left;
	background-image:url(barra_der.gif);
	background-repeat:repeat-y;
}
.cabeza{
	background-image:url(cabeza.gif);
	background-repeat:no-repeat;
	height:45px;
	width:704px;
	margin:auto;
}
.pie{
	background-image:url(pie.gif);
	background-repeat:no-repeat;
	height:45px;
	width:704px;
	margin:auto;
}




