


h1,h2,h3{

    margin: 0px;

}


html,body{
    

    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;


}

html{
    

    background-image:url('../images/fondo.jpg') ;
    background-repeat:repeat;

}

#header{


    /*background-image:url('../images/barra_menu.svg') ;
    background-repeat:no-repeat;
    background-size:100%;*/
    margin:0px;
   
}


#content{

    margin:0px; 

    /*background-image:url('../images/body_Conte.svg') ;
    background-repeat:no-repeat;
    background-size:100%;*/

    width: 100%;
    height: 100%;   

    position: absolute;




}
#content_slider{
    overflow: auto;
    padding-right:  5px;
    font-family:'helvetica';
}

#content_slider p,h3,h2  {
    
    margin: 10px;
}


