/*
   To change colours, simply change the value of all the strings containing some kind of
   a colour (blue, red, black, etc.) or the hex values (#fff, #000, #eee, etc.)

   To find the hex values, try this site: http://www.dripz.dk/colorpicker/
*/

body{
 background-color: #fff;
 position: absolute;
 left: 50%; top: 15px;
 width: 750px; height: auto;
 margin: 0 0 0 -375px; padding: 0;
 font: 1em arial, sans-serif;
 color: #000;
}


 /* The header at the top. */
#header{
 position: relative;
 left: 0; top: 0;
 width: 100%; height: 95px;
 background-color: #fff;
 text-align: left;
 font-size: 13px;
 z-index: 2;
}

 /* Styles the <H1> tag which is in the header div. */
#header h1{
 margin: 0 0 0 0; padding: 0 0 0 15px;
 font: 3em arial, sans-serif;
 background-color: transparent;
 z-index: 3;
}

 /* Styles the word red (#word1) Works only with <H1> and <H2>. */
h1 .word1, h3 .word1{
 color: red;
}

 /* Styles the word black (#word2) Works only with <H1> and <H2>. */
h1 .word2, h3 .word2{
 color: black;
}

 /* Styles the peque (#peque) Works only with <H1>. */
h1 .peque{
 font-size: 50%;
 font-weight: Lighter;
}

 /* Styles the menu_arriba. */
#menu_arriba{
 margin-left: 150px;
}

 /* Styles the list holder. */
#menu_arriba ul{
 list-style: none;
 font: 0.9em verdana, sans-serif;
 padding-left: 0px;
 border-left: 1px #ccc solid;
}

#menu_arriba ul li{
 padding-right: 4px;
 padding-left: 4px;
 border-right: 1px #ccc solid;
 display: inline;
 background-color: #fff;
}

 /* Gives the button a hover-effect. */
#menu_arriba ul li:hover{
 background-color: #fff;
}

 /* Styles the link within the button. */
#menu_arriba ul li a{
 color: red;
 text-decoration: none;
}

 /* Gives the link a hover-effect. */
#menu_arriba ul li a:hover{
 margin: 0 0 1px 0; padding: 2px 3px 2px 3px;
 border-top: 1px #ccc solid; border-bottom: 1px #ccc solid;
 background-color: #fff;
 color: black;
}

 /* fin menu_arriba */

 /* Styles the menu-holder. */
#menu{
 position: absolute;
 left: 0; top: 110px;
 width: 150px; height: auto;
 padding: 1px 0 0 0;
 background-color: #eee;
 z-index: 1;
}

 /* Styles the list holder. */
#menu ul{
 margin: 0; padding: 0;
 list-style: none;
 font: 0.9em verdana, sans-serif;
 background-color: #eee;
}

 /* Styles each "list-item" (or "button") with the same style. */
#menu ul li{
 display: block;
 margin: 0 0 1px 0;
 padding: 3px 3px 3px 3px;
 background-color: #fff;
}

 /* Gives the button a hover-effect. */
#menu ul li:hover{
 margin: 0 0 1px 0; padding: 2px 3px 2px 3px;
 border-top: 1px #ccc solid; border-bottom: 1px #ccc solid;
 background-color: #fff;
}

 /* Styles the link within the button. */
#menu ul li a{
 display: block;
 color: red;
 text-decoration: none;
}


 /* Gives the link a hover-effect. */
#menu ul li a:hover{
 color: black;
}

.hidden {
  display: none;
}

 /* Styles the logos holder. */
#menu table{
 position: relative;
 top: 0;
 left: 0;
 width: 150; height: auto;
 margin 0 0 0 0;
 padding: 0 0 0 0;
 background-color: #fff;
 z-index: 1;
}

#menu table tr td{
 padding: 5px 0 5px 0;
 font: 0.8em verdana, sans-serif;
 color: #666;

}

#menu table tr td a img{
 border: 0;
}

/* Styles and positions the search-holder. */

#search_box {
 position: absolute;
 left: 0; top: 75px;
 width: 150px; height: auto;
 padding: 1px 0 0 0;
 z-index: 1;
}

 /* Styles and positions the content-holder. */
#content{
 position: absolute;
 left: 150px; top: 110px;
 width: 600px; height: auto;
 background-color: #fff;
 border-left: 1px #ccc solid; border-top: 1px #ccc solid;
 padding-bottom: 4px;
 z-index: 0;
}

 /* Styles the Header (<h3>). */
#content h3{
 display: block;
 font: 1.0em georgia, serif;
 color: #000;
 margin: 1em 0 0 1em; padding: 0 0 .4em 0;
 border-bottom: 1px #ddd solid;
}

 /* Styles the paragraphs (<p>) in #content. */
#content p{
 display: block;
 margin: .6em 1em 0em 1em; padding: 0 0 .6em 0;
 font: 0.8em arial, sans-serif;
 text-align: justify;
/* text-indent: .8em;*/
 line-height: 1.4em;
}


 /* Styles the links within the #content. */
#content a{
 color: black;
 text-decoration: none;
 border-bottom: 1px red solid;
}


/* Styles and positions the lista-archivo holder. */
#lista-archivo{

}

/* Styles the tabla (<table>) in #lista-archivo */
#lista-archivo table{
 margin: 1em 0 0 1em;
 padding: 0 0 0 0;
 border-spacing: 0.5em 0em;;
 border-width: 0px 0px 0px 1px;
 border-color: red;
 border-style: outset;
 font: .8em arial, sans-serif;
 text-align: left;
/* line-height: 1.4em;*/
}



/* Styles the links within the table */
#lista-archivo table tr td a{
 color: black;
 text-decoration: none;
 border-bottom: 0px red solid;
}

 /* Gives the links a hover effect. */
#content a:hover{
 color: red;
 text-decoration: none;
 border-bottom: none;
}

 /* The footer. */
#footer{
 position: relative;
 width: 100%; height: auto;
 font: .8em verdana, sans-serif;
 color: #666;
 margin-top: 20px;
 padding: 5px;
 text-align: right;
 border-top: 1px #ccc solid;
}

 /* Styles the <acronym> tag. */
acronym{
 border-bottom: 1px #000 dotted;
 cursor: help;
}

