 body {
    font-family: helvetica ;
   background-color:#FFF;
    font-size:14px;
}
#wrapper {
width: 100%;
text-align: center;
margin-top: 0px;
}
#container {

width: 100%;
margin-left:auto;
margin-right:auto;
}
#header {
width: 100%;
background-color:#FFFFFF;
height:180px;
margin-bottom: 0px;
}
#content {
width: 100%;
/*background-image: url(../../imagenes/logo.png);*/
 /*background-size: 40px 40px;*/
background-color:#FFFFFF;
height: auto;
}
 