@charset "utf-8";
/* CSS Document */

body {
	background-image: url(fondo.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

html,body{
    margin:0px;
    padding:0px;
    min-height:100%;
}

* html body{
    height:100%;
}

.derechos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color:#003366;
}
