@import "base.css";


html,body{height:100%}
body{
background:#EDE6C6 url(../img/papel_claro.gif);
}
table td{
border:0
}

/********************* OBJECTS *********************/

#wrap{
min-height:100%;
height: auto !important;
height: 100%;
background: url(../img/fundo.gif) no-repeat right bottom;
}
#content{
width:400px;
position:relative;
padding-top:33px
}
#nav{
}
#footer{
font-size:xx-small;
}
#footer img{
vertical-align:middle;
}

#ccoptin{
margin:1em 0 0;
border-top:1px solid #aaa;
padding-top:1em
}

#robots{
margin:10px 0;
color:#fff
}
#robots a{
font-weight:normal;
color:#aaa
}
/********************* CLASSES *********************/
/*  Browser especific
    * ie - Internet Explorer
    * ie6 - Internet Explorer 6
    * ie5 - Internet Explorer 5
    * gecko - Mozilla, Firefox, Camino
    * opera - Opera
    * konqueror - Konqueror
    * webkit or safari - Safari, NetNewsWire, OmniWeb, Shiira
*/

.author{
font-weight: bold
}
.ext-link{
padding-right:10px;
background-image:url(../img/ext-link.gif);
background-repeat:no-repeat;
background-position:100% 65%;
}
.pdf-link{
padding-right:19px;
background-image:url(../img/pdf-link.gif);
}
.zip-link{
padding-right:17px;
background-image:url(../img/zip-link.gif);
}
/********************* PAGES *********************/

#mainTable{

}
.textarea,.input{
    width:300px;
}
.h4,h4{
font-family:Verdana, Arial, Helvetica, sans-serif;  
font-size: 14px; 
color:#000000; 
font-weight:bold ;
}
.classTitle, .h1, h1{
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
   font-size: 22px;
   color:#000000 ;
   font-weight:normal
}
.question{
 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
 font-size: 18px; 

 font-weight:normal; 
}
body {
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #000000;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}
.pat{
 background-image: url(../img/papel_claro.gif);
}
.marcadagua {
background-image: url(../img/fundo.gif);
background-repeat: no-repeat;
/*background-attachment: fixed;*/
background-position: bottom right;
}
.img0{
position:relative; 
left:70px;/* 
top:-18px; 
margin-top:-30px;*/
margin-left:-50px; 
margin-bottom:-10px;
border-width:1px;
}
.img{
position:relative; 
float:right;
left:60px; /*
margin-top:18px;  
top:-18px;      
             
margin-bottom:-10px; */
margin-left/* hide from IE5.0/Win */:-50px;
}
 body>.img {
        left : 0;
        margin-left : -60px;
      }
p,td{
line-height: 20px;
}

p,td,body, .n{
font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS"; 
font-size: 13px; 
color: #666666;
/*text-align:justify;*/
}
.menu{
  font-size: 16px; 
  font-weight:bold;  
}
.title{
  font-size: 22px; 
  font-weight:bold;
  color: #FFFFFF;
}
A {
    text-decoration: none;
	font-weight : bold;
	color: #CC0000;
    
}   


A:HOVER {
    background-color: #EAD5B7; 
   /* color: #ffffff;               */
	 text-decoration: none;
}
.cred{
	color: #666666;
	font-size: 10px;
}



/* ----- PRINTABLE -----*/
@media print{
#nav, #footer {
    display:none;
}
a:link:after,
a:visited:after,
a:hover:after,
a:active:after {
content: " <" attr(href) "> ";
color: grey;
font-style: italic;
font-weight: normal;
}

}


