/* 
    Document   : bibliotecanead
    Created on : 22/11/2010, 16:51:15
    Author     : marcio
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

* {margin: 0 0 0 0}
a { text-decoration:none; color:#00C}
a:hover{ text-decoration:none; color:#CCC}
p { margin:0 0 0 0}
#topo {
background:url("../portal/topo.jpg") ;
height:29px;

z-index:1;
margin:0 auto;
background-repeat:no-repeat}

#all { width:100%; height:67px; }
#back{height:29px;; width:100%; background-image:url(../portal/bgTopo.jpg); }
#topo h1 a {
background:url("../portal/logo.png") no-repeat ;
display:block;
float:right;
height:29px;
margin:3px 16px 0 0px;
overflow:hidden;
text-indent:999px;
width:340px;}

#info { width:400px; height:150px;  margin: 0 auto; padding:30px 0 0 0 }
#login { clear:both; width:100%;margin:0 auto; padding:2px 0 0 0  }

.titulo { font-family:Verdana, Geneva, sans-serif; font-size:16px; font-weight:800; color:#FFF}
.links {font-family:Verdana, Geneva, sans-serif; font-size:13px; color:#FFF}
.sublinks {font-family:Verdana, Geneva, sans-serif; font-size:13px; color:#fff}