@CHARSET "UTF-8";
/**************************************************************************
    Reset de estilos, dejamos el contenido que es lo que nos interesa
*************************************************************************/
* { 
    margin: 0;
    padding: 0;
	position: relative;
	float: none !important;
	max-width: 240px;
	background-image: none; 
}
body {
   background: #fff;
   font-size: 10px;
   width: 100%;
}
#banner{
    margin-bottom:10px;
}
#wrapper p {
    margin-bottom:10px;
}
#footer{
    margin-top:10px;
}

/**************************************************************************
    Particulares de cada proyecto
*************************************************************************/
