@charset "utf-8";
/* CSS Document */

/* BODY */


body, html {
background-image: url(../images/bgrnd.jpg);
background-repeat: repeat;
background-position: center;
background-attachment: fixed;
text-align: center;
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 14px;
margin: 20px auto;
}

/* HEADINGS */

h1 {
font-size: 20px;
font-weight: bold;
color: #ff6600;
}

h2 {
font-size: 16px;
font-weight: bold;
color: #666;
}

/* LINKS */

A:link {text-decoration: underline; color: #ff6600;}
A:visited {text-decoration: none; color: #ff6600;}
A:active {text-decoration: none; color: #ff6600;}
A:hover {text-decoration: none; color: #ff9900;}

/* TEXT */

.naranja {
color: #ff6600;
}
