A               { text-decoration: none; color: #A8CED9; }
A:link          { color: #A8CED9; }
A:visited       { color: #A8CED9; }
A:active        { color: #A8CED9; }
A:hover         { color: #A8CED9; text-decoration: underline;}

a img {
   border: none;
}

html {
   font-family: Myriad Pro, Trebuchet MS;
   font-size: 14px;
   color: #c8c0c0;
   text-decoration: none;
   text-align: justify;
}

body {
   background-color: #000000;
   background-image: url('bearlin-back.jpg');
   background-position: center top;
   background-attachment: fixed;
   margin: 0px;
   padding: 0px;
}

b, strong {
   color: #ffffff;
   font-weight: bolder;
}

input, textarea, select {
   color: #7E888A;
   background: white;
   border: 0px;
   border: 1px solid #7E888A;
   font-size: 14px;
}

.boton {
   height: 20px;
   border-width:1px;
   border-style:solid;
   border-color:#cdcdcd;
   background-color:#000000;
   font-family: Tahoma;
   color: #ffffff;
   font-weight: Bold;
   font-size: 14px;
}

div#contentArea {
   width: 800px;
   margin: 0px auto 0px auto;
   background-image: url('back-lienzo.png');
   background-position: center top;
   background-attachment: fixed;
   background-repeat: repeat-y;
   background: black;
}

h2 {
   text-align: center;
   font-size: 25px;
   color: #F2F21C;
}

h3 {
   text-align: center;
   font-size: 20px;
   color: #F2F21C;
}

h4 {
   text-align: center;
   font-size: 17px;
}

u {
   text-decoration: none;
   font-weight: bold;
   color: #e16e07;
}