/* Hoja de estilos generica */

/*****************************************
General:						
h1
*****************************************/

h1 { color:#E0397B; font-size:11px; }


/*****************************************
Identificadores:						
centro
*****************************************/
	
#centro { float:left; width:610px; height:405px; margin-left:10px; margin-right:10px; overflow:auto; }

	#contenido { width:96%; text-align:justify; }


/*****************************************
Clases:						
seccion
*****************************************/

.seccion { width:96%; border-bottom:1px dashed #ccc; color:#c1c1c1; font-size:15px; font-weight:bold; margin-bottom:15px; padding-bottom:5px; }