* { margin:0; padding:0; }

body {
    font-family:Trebuchet MS,Tahoma,Verdana,serif;
    font-size:12px;
    line-height:150%;
    color:#215c8f;
    background-color:#eaeade;
}
html>abody {overflow-y:scroll;}


#container {
    width:700px;
    margin:0 auto;
}

#header {
    height:247px;
    background:url(headerimg.jpg) left bottom no-repeat;
}

#header h1 a {
    display:block;
    width:700px;
    height:0px;
    padding-top:96px;
    overflow:hidden;
    font-size:10px;
    background:url(header.jpg) 0 0 no-repeat;
}

/*** menu **/

#navcontainer { 
    width:700px;
}
#navcontainer ul {
    list-style:none;
    display:block;
    height:25px;
}
#navcontainer ul li { 
    display:block;
    float:right;
    height:25px;
    background: url(dot.png) 0px 0px no-repeat;
    padding-left:27px;
}
#navcontainer ul li a {
    width:70px;
    padding:4px 9px 0 9px;
    display:block;
    height:21px;
    color:#254c7b;
    text-decoration:none;
    font-size:140%;
    font-weight:bold;
    text-align:center;
}
#navcontainer ul li a:hover {
    background-color:white;
    color:#c70606;
}
#navcontainer ul li.current a {
    background-color:white;
}


/*   */

#content {
    padding:15px 22px 20px 22px;
    background:white;
}

#content h1 {
    background: #eaeade url(dot.png) 0px 3px no-repeat;
    padding:5px 0 5px 25px;
    font-size:140%;
    margin-bottom:25px;
}

#content h2 {
    font-size:120%;
    margin-bottom:10px;
}

#content h3 {
    font-size:110%;
    margin:10px 0px;
    text-indent:1em;
}

#content p {
    text-indent:1em;
}

#credits {
    text-align:center;
    background-color:#e4e4d9;
    padding:15px 0;
}


.small {
    font-size:80%;
}

.clear {
    clear:both;
}



div.oferta {
    width:440px;
    float:left;
abackground-color:pink;    
}

h1.oferta { }

div#menuOferta {
    width:200px;
    float:right;
    overflow:hidden;
}

span.oferta,
a.oferta 
{
    display:block;
    width:200px;
    background-color:#eaeade;
    color:#215c8f;
    font-size:120%;
    padding:4px 0 4px 26px;
    border-bottom: 1px solid white;
    text-decoration:none;
}

span.oferta {
    font-weight:bold;
    background: #eaeade url(dot.png) 0 0 no-repeat;
}

a.oferta:hover {
    background-color:#f2f2e8;
}

ul.thumbs li img.thumbnail {
    margin:8px !important;
    }

#credits a {
   color: #215c8f;
   text-decoration:none;
}

#credits a:hover {
   color: #627CAF;
   text-decoration: underline;
}




