/* 
body { 
background-color : #fff; 
background : url(images/fondo.jpg); 
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
border-collapse: collapse;
margin: 0;

border: 0;



div.centrado{
border-collapse: collapse;
}
div.centrado table {
margin: 0 auto;
text-align: center;

}

h1 {
margin-bottom: 0; 
}

*/


.oculto { 
display : none; 
} 
body { 
background : url(images/fondo.jpg); 
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
border: 0;
padding: 0;
margin: 0;
}


table {
 border-collapse:collapse; 
 text-align: center;
 margin: 0 auto;
 
 }

td { padding:0px; margin:0px;}