A               { text-decoration: none; color: #676767; }
A:link          { color: #676767; }
A:visited       { color: #676767; }
A:active        { color: #676767; }
A:hover         { color: #909090; }

A.white               { font-weight: normal; text-decoration: none; color: #ffffff; }
A.white:link          { color: #ffffff; }
A.white:visited       { color: #ffffff; }
A.white:active        { color: #ffffff; }
A.white:hover         { color: #dddddd; }


BODY {
   background-image: url('img/back.jpg');
   background-position: top;
   background-repeat: repeat-x;
   background-color: #D5BE56;
   background-attachment: fixed;
   margin: 0px;
   padding: 0px;
   font-family: Trebuchet MS;
   font-size: 12px;
   color: #000000;
   text-decoration: none;
   text-align: justify;
}

div#contenido {
   clear: both;
   margin: 0px auto 0px auto;
   width: 675px;
   padding: 0px;
}

div#contenidoCentral {
   margin: 40px auto 50px auto;
   width: 625px;
}

td.mainContent {
   margin: 0px auto 0px auto;
   padding: px;
   width: 665px;
   background: white;
}

td.shadowLeft {
   background-image: url('img/shadow_left.png');
   background-position: top;
   background-repeat: repeat-y;
   width: 4px;
}

td.shadowRight {
   background-image: url('img/shadow_right.png');
   background-position: top;
   background-repeat: repeat-y;
   width: 4px;
}

div#header {
   padding: 0px;
   margin: 0px auto 0px auto;
   height: 155px;
   width: 650px;
   background: url('img/header.jpg');
   background-position: bottom right;
   background-repeat: no-repeat;
}

div#header a {
   font-size: 20px;
   font-weight: bold;
   margin-left: 20px;
   color: #8E1E20;
}

div#header a:hover {
   color: #000000;
}

h1 {
   font-size: 18px;
   color: #8E1E20;
}

h2 {
   font-size: 18px;
   color: #7B6C26;
}

input, textarea {
   background: #CBD2C3;
   border: 0px;
   border-bottom: 1px solid #00aa00;
   font-size: 12px;
   font-family: Trebuchet MS;
}

.boton {
   height: 20px;
   border-width:1px;
   border-style:solid;
   border-color:#cdcdcd;
   background-color:#787878;
   font-family: Trebuchet MS;
   color: #ffffff;
   font-weight: Bold;
   font-size: 11px;
}


td.slogans {
   width: 200px;
   font-weight: bold;
   font-size: 13px;
}

div#fotosHome {
   float: right;
   margin-left: 10px;
}

div#fotosHome img {
   margin-bottom: 15px;
}

div#nuestrosClientes {
   width: 225px;
   float: right;
   margin-left: 25px;
   padding: 10px;
   border: 1px solid #e0e0e0;
   background: #fafafa;
}

div#nuestrosClientes h1 {
   color: #black;
   font-size: 14px;
   font-style: italic;
}