/* CSS Document */

ul.portifolio {
width: 80px;
margin: 0px;
padding: 0px;
font-size: 12px;
font-weight: bold;
color: #069;
list-style: none;
float: left;
}
ul.portifolio li.titulo {
color: #069;
padding-bottom: 5px;
font-size: 14px;
font-weight: bold;
}
ul.portifolio a{
text-decoration: none;
font-weight: normal;
color: #666;
}
ul.portifolio a:hover{
text-decoration: underline;
}
ul.job {
width: 120px;
min-height: 100px;
_height: 100px;
margin: 0px;
padding: 0px 0px 0px 5px;
border-left: 1px solid #069;
font-size: 12px;
list-style: none;
float: left;
}
ul.job a{
background: url(../imgs/blt.gif) no-repeat 0px 5px;
display: block;
width: 110px;
padding: 0px 0px 3px 6px;
text-decoration: none;
color: #069;
}
ul.job a:hover{
text-decoration: underline;
}
#jobarea {
background-color: #fff;
width: 480px;
padding: 5px;
float: right;
border: 1px solid #ccc;
}
#naveg {
width: 460px;
margin: 5px 10px;
border-top: 1px solid #ccc;
}
#naveg ul {
width: 100px;
padding: 0px;
margin: 5px 0px;
list-style: none;
float: left;
}
#naveg ul li {
display: inline;
}
#naveg ul a {
margin: 0px;
padding: 0px;
display: block;
float: left;
text-decoration: none;
font-size: 8px;
width: 5px;
margin: 0px 4px 0px 0px;
padding: 0px 2px;
background-color: #069;
color: #069;
}
#naveg p {
width: 350px;
font-size: 10px;
text-align: right;
float: right;
}
