A               { text-decoration: none; color: #133614; }
A:link          { color: #133614; }
A:visited       { color: #133614; }
A:active        { color: #133614; }
A:hover         { color: #000000; text-decoration: underline;}

ul {
   margin-left: 20px;
}

html {
   margin: 0px;
   padding: 0px;
   text-align: justify;
}

body {
   background-image: url('/img/fondo.jpg');
   background-repeat: no-repeat;
   background-position: top center;
   background-color: #ffffff;
   font-family: Trebuchet MS;
   line-height: 16px;
   font-size: 12px;
   color: #4e3325;
   text-decoration: none;
   margin: 0px;
   padding: 0px;
}

b, strong {
   color: #000000;
   font-weight: bolder;
}

input, textarea, select {
   background: #f0f0f0;
   border: 0px;
   border-bottom: 1px solid #45768B;
   font-size: 12px;
   font-family: Trebuchet MS;
}

.boton {
   height: 20px;
   border-width:1px;
   border-style:solid;
   border-color:#cdcdcd;
   background-color:#9CB2C0;
   font-family: Tahoma;
   color: #ffffff;
   font-weight: Bold;
   font-size: 12px;
}

div#lienzo {
   width: 800px;
   margin: 0px auto 0px auto;
   min-height: 700px;
}

/*
div#menu {
   margin-top: 94px;
   color: #ffffff;
   font-weight: bold;
   font-size: 13px;
}
*/

div#menu a, div#menu a:link, div#menu a:visited, div#menu a:active, div#menu a:hover  {
   color: #ffffff;
   margin-left: 5px;
   margin-right: 5px;
}

div#menu a:hover  {
   text-decoration: underline;
}

div.viajeSlot {
   background-image: url('/img/back_viaje.gif');
   background-repeat: no-repeat;
   background-position: top center;
   min-height: 150px;
   margin-bottom: 60px;
   clear: both;
}

div.viajeSlot img {
   float: right;
   margin-right: 15px;
}

div.masInfo {
   width: 110px;
   height: 20px;
   position: absolute;
   margin-left: 390px;
   margin-top: 49px;
   background: #631a14;
   color: #ffffff;
   text-align: center;
}

div.masInfo a {
   color: #ffffff;
}

div.nombreViaje {
   margin-left: 120px;
   padding-top: 10px;
   font-size: 17px;
   color: #5d2b11;
   width: 300px;
   height: 60px;
}

div.nombreViaje b {
   font-size: 19px;
   font-weight: bold;
   color: #5d2b11;
}

div.infoViaje {
   margin-left: 40px;
   margin-top: 20px;
   width: 440px;
}

div#footer {
   background-image: url('/img/back-footer.gif');
   background-repeat: repeat-x;
   background-position: top center;
   height: 60px;
}

div#footerContent {
   font-size: 11px;
   width: 780px;
   margin: 0px auto 0px auto;
   color: #ffffff;
   height: 40px;
}

div#footerContent a {
   color: #ffffff;
}

div#paginacion {
   width: 98%;
   text-align: right;
   margin-bottom: 10px;
}

div#fechaEntrada {
   position: absolute;
   margin-left: 550px;
   margin-top: 0px;
   margin-right: 10px;
   font-size: 11px;
}

div#proteccionDatos {
   width: 90%;
   margin: 0px auto 0px auto;
   padding: 10px;
   font-size: 9px;
   color: #707070;
   line-height: 10px;
}