A               { text-decoration: none; color: #64251f; }
A:link          { color: #64251f; }
A:visited       { color: #64251f; }
A:active        { color: #64251f; }
A:hover         { color: #000000; text-decoration: underline;}

a img {
   border: none;
}

html {
   font-family: Courier New;
   font-size: 12px;
   color: #000000;
   text-decoration: none;
   text-align: justify;
}

body {
   background-color: #ffffff;
   background-image: url('/img/back.jpg');
   background-position: center top;
   background-repeat: repeat-x;
   background-attachment: fixed;
   margin: 0px;
   padding: 0px;
}

b, strong {
   color: #000000;
   font-weight: bolder;
}

input, textarea, select {
   color: #7E888A;
   background: white;
   border: 0px;
   border: 1px solid #7E888A;
   font-size: 12px;
}

.boton {
   height: 20px;
   border-width:1px;
   border-style:solid;
   border-color:#cdcdcd;
   background-color:#000000;
   font-family: Courier New;
   color: #ffffff;
   font-weight: Bold;
   font-size: 11px;
}

div#contentArea {
/*   width: 851px; */
   width: 1000px;
   margin: 10px auto 0px auto;
}

img#headerPic {
   margin: 10px auto 0px auto;
}

div#contenedorMenu {
   background-image: url('/img/back-up-851x46.png');
   background-position: center top;
   background-repeat: no-repeat;
   height: 46px;
   /* width: 851px; */
   width: 1000px;
   display: block;
   position: relative;
}

.menuClassMain {
/*   width: 800px; */
   width: 975px;
   margin: -20px auto 0px auto;
}

div#contenedorWeb {
   background-image: url('/img/back-mid-851.png');
   background-position: center top;
   background-repeat: repeat-y;
/*   width: 851px; */
   width: 1000px;
   margin: -11px auto 0px auto;
}

div#centroWeb {
/*   width: 770px; */
   width: 930px;
   margin: 5px auto 15px auto;
}

div#footer {
   background-image: url('/img/back-down-851x70.png');
   background-position: center top;
   background-repeat: repeat-y;
/*   width: 851px; */
   width: 1000px;
   height: 70px;
   margin: -12px auto 0px auto;
}

div#footerContent {
   color: #ffffff;
   text-align: center;
   background-image: url('/img/menuOff.gif');
   background-position: top left;
   background-repeat: repeat-x;
   background-color: #302f2f;
   margin: 5px auto 0px auto;
/*   width: 800px; */
   width: 975px;
   height: 25px;
}

div#footerContent p {
   margin-top: 5px;
}

h1 {
   border-bottom: 1px solid #000000;
   font-size: 17px;
}

.fecha {
   float: right;
   font-size: 11px;
   font-style: italic;
   margin-top: 10px;
   color: #787878;
}

h2 {
   margin: 0px;
   margin-bottom: 10px;
   font-size: 18px;
   font-weight: bold;
}

h3 {
   border-bottom: 1px solid #000000;
   font-size: 13px;
   margin: 0px;
   text-align: left;
}