/* © 2006 SquidFx.com | Barbara Beisero & Diego Sokota | All Rights Reserved */

#logo {position:absolute;
       top:15px;
	   left:15px;
}

#center {position:absolute;
	     top:0px;
		 left:50%;
		 margin-left:-270px;
	     width:540px;
	     height:598px;
}

#content {position:relative;
          width:320px;
		  left:50%;
		  margin-left:-150px;
		  height:218px;
		  top:50%;
		  margin-top:-155px;
		  overflow:auto;
}

#content h1 {font-family:"Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, sans-serif;
             font-size:1em;
			 color:#333333;
			 text-align:justify;
}

#content h2 {font-family:"Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, sans-serif;
             font-size:1em;
			 color:#333333;
			 text-align:center;
			 padding-top:50px;
}

#content h3 {font-family:"Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, sans-serif;
             font-size:0.7em;
			 color:#333333;
			 text-align:center;
}

#content p {font-family:"Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, sans-serif;
            font-size:0.7em;
			color:#333333;
			text-align:left;
			padding:0px 7px 0px 0px;
}

#content a, #content a:link, #content a:visited, #content a:active {color:#333333;
			                                                        font-weight:bold;
																	text-decoration:none;
}

#content a:hover {text-decoration:underline;
}

#menu {position:relative;
       width:100%;
	   top:390px;
}

#roller {position:relative;
         top:395px !important;
		 top:391px;
	     left:190px;
}

#footer {position:relative;
         top:400px;
		 width:100%;
}

#footer p {font-family:"Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, sans-serif;
           font-size:0.6em;
		   font-weight:bold;
		   color:#000000;
		   text-align:center;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {color:#333333;
                                                                text-decoration:underline;
}

#footer a:hover {text-decoration:none;
}

form {padding-left:50px;
}

label {font-size:0.7em;
       font-family:"Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, sans-serif;
	   color:#333333;
	   font-weight:bold;
}

.modulo {
	background-color:transparent;
	border:1px solid #333333;
	color:#333333;
	font-family:"Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:0.7em;
	padding-right:3px;
	padding-left:3px;
}

.linkimg {border:3px solid #333333;
          margin-left:65px;
}

