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;}

a img {
   border: none;
}

html {
   margin: 0px;
   padding: 0px;
   text-align: justify;
}

body {
   background-image: url('img/fondo.jpg');
   background-repeat: repeat-y;
   background-position: top center;
   background-color: #ffffff;
   background-attachment: fixed;
   font-family: Trebuchet MS;
   line-height: 16px;
   font-size: 11px;
   color: #000000;
   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: 11px;
   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: 11px;
}

div#lienzo {
   width: 800px;
   margin: 0px auto 0px auto;
}

div#header {
   position: absolute;
   display: block;
   top: 0px;
   margin: 0px;
   background-image: url('img/header_LANG1.jpg');
   background-repeat: no-repeat;
   background-position: top center;
   background-color: #000000;
   height: 300px;
   width: 800px;
}

div#flashSlide {
   position: relative;
   top: 18px;
}

div#menu {
   position: aboslute;
   text-align: right;
   width: 800px;
   margin-top: 70px;
   color: #ffffff;
   font-weight: bold;
   font-size: 12px;
}

div#menu a, div#menu a:link, div#menu a:visited, div#menu a:active, div#menu a:hover  {
   color: #ffffff;
   margin-right: 20px;
}

div#menu a:hover  {
   text-decoration: underline;
}

div#contenidos {
   margin-top: 300px;
}

div#contenidoMarginado {
   margin: 15px;
   margin-top: 10px;
}

h1{
   background-image: url('img/h1.gif');
   background-repeat: no-repeat;
   background-position: top center;
   background-color: #ffffff;
   text-align: right;
   width: 800px;
   height: 35px;
   margin: 0px;
   color: #ffffff;
   font-size: 16px;
}

h1 p {
   margin-top: 10px;
   margin-right: 10px;
}

h2 {
   color: #1c988e;
   font-weight: bold;
   font-size: 13px;
}

div.pastillaHome {
   background-image: url('img/home_catalogo_back.jpg');
   background-repeat: no-repeat;
   background-position: top center;
   background-color: #ffffff;
   width: 271px;
   height: 65px;
   color: #409c95;
   margin-bottom: 10px;
}

div.pastillaHome p {
   margin-top: 10px;
}

div.pastillaHome b {
   color: #105650;
   font-size: 13px;
   font-weight: bold;
}

div#footer {
   background: black;
   height: 25px;
   width: 800px;
}

div#footerContent {
   margin: 0px;
   color: white;
}

div#proteccionDatos {
   width: 90%;
   margin: 0px auto 0px auto;
   padding: 10px;
   font-size: 9px;
   color: #707070;
   line-height: 10px;
}