# lymontoya/LEG06102994
# magma.css
# Stylesheet básico para magma.com.ni


A:link {text-decoration:underline;color:#d32323;}
A:visited {text-decoration:underline;color:grey;}
A:hover {text-decoration:none;}

A.button-link:link {text-decoration:none;color:#ff0a0a0;}
A.button-link:visited {text-decoration:none;color:#e06060;}
A.button-link:active {text-decoration:none;color:#e04040;}
A.button-link:hover {text-decoration:none;color:#e04040;}

.marker {
 position:absolute;
 top:5px;
 width:650px;
 paddings:0px;
 text-align:right;
 font-family:sans-serif;
 font-weight:bold;
 font-size:smaller;
}

.navbar {
 position:absolute;
 top:21px;
 font-weight:bold;
 left:50px;
}

.button {
  border-style:solid;
  border-width:1px;
  border-bottom-width:0px;
  border-left-width:0px;
}

body {
  background-color: white;
  background-image:url(../images/bg/magma2.png);
  background-repeat:no-repeat;
  background-position: left top;
  background-attachment:fixed;
}

.content {
 position:relative;
 margin-top:60px;
 left:45px;
 width:560px;
}


.footer {
 position:relative;
 top:1.5em;
 margin-left:40px;
 width:500px;
 font-size:xx-small;
 text-align:center;
}

