BODY {
   margin: 0px;
   padding: 0px;
   background-image: url('img/back.jpg');
   color: #000000;
}

A               { text-decoration: none; color: #000000; }
A:link          { color: #000000; }
A:visited       { color: #000000; }
A:active        { color: #000000; }
A:hover         { color: #555555; }

P, TD, .texto {
   font-family: Lucida Handwriting;
   font-size: 12px;
   color: #000000;
   text-decoration: none;
}

img {
   border: 7px solid black;
   border-right: none;
   margin-left: 20px;
}

img.noborder {
   border: none;
}

img.imagen2 {
   border: 7px solid black;
   margin: 20px;
}

P {
   margin-left: 10px;
   margin-right: 10px;
}

.input{
   border-width:1px;
   border-style:solid;
   border-color:#2B3C3F;
   background-color:#FFFFFF;
   font-family:Verdana;
   font-size:10px;
   color:#222222;
}

.boton{
   height: 17px;
   border-width:1px;
   border-style:solid;
   border-color:#444444;
   background-color:#9a9a9a;
   font-family: Verdana;
   color: #000000;
   font-weight: Bold;
   font-size: 10px;
}

.margenLeft {
   background-image: url('img/back_left.gif');
   background-position: top right;
   background-repeat: no-repeat;
}

.mainContent {
   width: 770px;
   margin: 0px;
   padding: 0px;
   background-image: url('img/back_mid.jpg');
}

.margenRight {
   background-image: url('img/back_right.gif');
   background-position: top left;
   background-repeat: no-repeat;
}

.downLeft {
   height: 50px;
   background-image: url('img/back_downleft.gif');
   background-position: top right;
   background-repeat: no-repeat;
}

.down {
   height: 50px;
   background-image: url('img/back_down.gif');
   background-position: top right;
   background-repeat: repeat-x;
}


.downRight {
   height: 50px;
   background-image: url('img/back_downright.gif');
   background-position: top left;
   background-repeat: no-repeat;
}


.titular {
   width: 100%;
   height: 60px;
   margin: 0px;
   background-image: url('img/back_titular.gif');
   background-position: top left;
   background-repeat: no-repeat;
   padding-left: 10px;
   padding-top: 5px;
   font-family: Lucida Handwriting;
   font-size: 15px;
   color: #ffffff;
   font-weight: bold;
}