/* typography */
body {
	color: #000000;
	font-family: helvetica;
	font-size: 12px;
	background: #ec1e79 url(../images/bg.jpg) repeat-x 0 0;
}

h1, h2, h3, h4, h5, h6 {font-weight:bold; color:#000000; margin:0px;}
strong{font-weight:bold;}
p {margin:0 0 5px;}
a{color:#ffffff; text-decoration:none;}
/*----------------------  definition style typography the proyect  ------------------------------------*/

/* colores predominantes en el proyecto */
.c1{color:#FFB300;}


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


