A               { text-decoration: none; color: #333333; }
A:link          { color: #333333; }
A:visited       { color: #333333; }
A:active        { color: #333333; }
A:hover         { color: #656565; }

BODY {
   background: #92293E;
   margin: 0px;
   padding: 0px;
   font-family: Trebuchet MS;
   font-size: 12px;
   color: #000000;
   text-decoration: none;
}

b, strong {
   color: #570C1B;
   font-weight: bolder;
}

p {
   line-height: 14px;
   text-align: justify;
}

input, select, textarea{
  border-width:1px;
  border-style:solid;
  border-color:#2B3C3F;
  background-color:#FFFFFF;
  font-family:Trebuchet MS;
  font-size:12px;
  color:#222222;
}

.boton{
  height: 20px;
  border-width:1px;
  border-style:solid;
  border-color:#444444;
  background-color:#9a9a9a;
  font-family: Trebuchet MS;
  color: #ffffff;
  font-weight: Bold;
  font-size: 12px;
}

h1 {
   width: 100%;
   border-bottom: 1px solid black;
   font-size: 20px;
   font-weight: bold;
   color: #000000;
   display: block;
}

h2 {
   font-size: 20px;
   font-weight: bold;
   color: #92293E;
   margin-bottom: -25px;
}

div#mainContentArea {
   width: 815px;
   margin: 20px auto 20px auto;
}

div#backLienzoUp {
   background-image: url('img/back_lienzo_up.png');
   background-repeat: no-repeat;
   width: 804px;
   height: 21px;
   margin: 0;
}

div#backLienzoMid {
   background-image: url('img/back_lienzo_mid.png');
   background-repeat: repeat-y;
   width: 804px;
   margin: 0;
}

div#backLienzoMid:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html div#backLienzoMid {height: 1%;}
/* End hide from IE-mac */

div#backLienzoDown {
   background-image: url('img/back_lienzo_down.png');
   background-repeat: no-repeat;
   width: 804px;
   height: 42px;
   margin: 0;
}

div#direccion {
   float: right;
   width: 475px;
   margin-right: 40px;
   margin-top: 15px;
   margin-bottom: 15px;
   text-align: center;
   font-weight: bold;
   font-size: 11px;
   color: #570C1B;
}

div#contenido {
   float: right;
   width: 475px;
   margin-right: 40px;
   margin-top: 15px;
   margin-bottom: 15px;
}

div#menu {
   float: left;
   width: 240px;
   margin-left: 10px;
}

div#menu div#contentMenu {
   margin-left: 15px;
   width: 210px;
}

div#menu a {
   width: 100%;
   border-bottom: 1px solid black;
   font-size: 20px;
   font-weight: bold;
   color: #000000;
   display: block;
}

div#menu a:hover {
   color: white;
}



/********* SCROLLS **************/
#divScrollUpBig{
  position:absolute;
  left:480px;
  top:10px;
  z-index:1;
  text-align: right;
}

#divScrollDownBig{
  position:absolute;
  left:480px;
  top:20px;
  z-index:1;
  text-align: right;
}

div#bloqueContenidoBig {
   position: absolute;
   margin-right: 0px;
   width: 500px;
   height: 440px;
   overflow: hidden;
}

div#bloqueContenidoBigContainer {
   position: absolute;
   width: 475px;
}

/******** FIN SCROLLS ***********/
