@charset "utf-8";

body { margin:0; padding:0; background-image:url(../images/BC08N_02.jpg);    background-repeat: repeat-x;}
* html body { overflow:auto; }

#Fija { position:absolute; top:120px; left:120px; width:300px; }
html>body #Fija { position:fixed; }

#Todo { position:absolute; top:0; left:0; width:100%; height:100%; overflow:auto; }
html>body #Todo { top:auto; left:140px; width:910px; height:auto; overflow:visible; }

#Todo p { margin:1em 1em 1em 120px; }
#Fija p { margin:0; padding:0; text-align:right; font-size:0.55em; }

.Volver { border-top:dotted #88A 3px; padding:0.5em 0; }

#top_about{ position:absolute; top:400px; width:250px; right:50px }
html>body #top_about { position:fixed; }

#top_about a {
display: block;
padding:0px;
width: 125px;
height: 55px;
background-image: url(images/top.png);
}
#top_about a:hover {
padding:0px;
width: 125px;
height: 55px;
background-image: url(images/tops.png);
}
