div.top {
	height:8px;
	background-image:url(top_line.gif);
	background-repeat: repeat-x;
	margin: 0 0 0 0;
}
	
img.esquina_sup_izq { float:left; }
img.esquina_sup_der { float:right; }

div.content {
	background-image:url(left_line.gif);
	background-repeat:repeat-y;
	background-color: #FCFBD8;
}
	
div.boxcontrol {
	padding: 0 5% 0 5%;
	background-image:url(right_line.gif);
	background-position:right;
	background-repeat:repeat-y;
}
	
div.bottom { height:28px; 
	background-image:url(btm_line.gif); 
	background-repeat:repeat-x; 
	border:0;
	padding:0;
	margin:0;}
	
img.esquina_inf_izq { float:left; }
img.esquina_inf_der { float:right; }

h1 {
	margin:0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : 666666;
}

.parrafo {
	margin:0;
	font-family : arial;
	font-size : 12px;
	color : navy;
	text-align : justify;
}
.parrafonegro {
	margin:0;
	font-family : Verdana;
	font-size : 10px;
	color : black;
	text-align : justify;
}

p.autor { padding-right:8px; 
	text-align:right;
	margin:-.1em 0 0 0; }
	
/* IE 5.5 box model hack para posicionar correctamente las imagenes de esquina */
* html img.esquina_sup_izq, * html img.esquina_inf_izq  { \margin-left:-.3em;  margin-left:0; }
* html img.esquina_inf_der, * html img.esquina_sup_der { \margin-left:.3em; } 

