@charset "utf-8";
/* CSS Document */
/* Texto Normal */
.superior{
background-image:url(../images/marco/superior.png);
background-attachment:inherit;
background-repeat:no-repeat;
}
.inferior{
background-image:url(../images/marco/inferior.png);
background-attachment:inherit;
background-repeat:no-repeat;
}
.lateral1{
background-image:url(../images/marco/lateral1.png);
background-attachment:inherit;
background-repeat:repeat;
}
.lateral2{
background-image:url(../images/marco/lateral2.png);
background-attachment:inherit;
background-repeat:repeat;
}
.superior1{
background-image:url(../images/marco/superior1.png);
background-attachment:inherit;
background-repeat:no-repeat;
}
.inferior1{
background-image:url(../images/marco/inferior1.png);
background-attachment:inherit;
background-repeat:no-repeat;
}