/* typography */
body {
	color: #000000;
	font-family: Arial;
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {font-weight:bold; color:#000000; margin:0px;}

strong{font-weight:bold;}

p {margin:0 0 23px;}

/*----------------------  definition style typography the proyect  ------------------------------------*/

/* combinacion de color, size, font, mas usadas en el proyecto */
.fs1{color:#000000; font-size:12px; font-weight:normal;}
.fs2{color:#89bcce; font-size:14px;}

/* padding y margin. aplicados en el proyecto */
.m1{margin:0px 0px 20px;}


