@charset "UTF-8";
/* CSS Document */

.fondotabla {
	background-image: url(portada.gif);
	background-repeat: no-repeat;
	position: absolute;
    left: 50%;
    top: 50%;
    height: 600px;
    margin-top: -300px;    // 200px/2
    width: 960px;
    margin-left: -480px;    // 300px/2

}
body {
	background-image: url(fondo.jpg);
}
