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

body{margin:0px;background-color: #FFFFFF; overflow:hidden; background-repeat: repeat-x;background-position:top;height: 2px;}

#caja{background-repeat: no-repeat;background-position:top;margin-top:10px;height: 1320px;}

/* unvisited link */
a:link {
    color: #f9bb84;
}

/* visited link */
a:visited {
    color: #f9bb84;
}

/* mouse over link */
a:hover {
    color: #fd7800;
}

/* selected link */
a:active {
    color: #f9bb84;
} 