*{
	margin: 0px;
	padding: 0px;
       	
}
       
body,html{
	font-family:sans-serif;
	font-size:12px;
	height: 100%;
	width: 100%;
	overflow: hidden;
    line-height:16px;
}

    
.dragDiv{
	background-color:#fff;
	border:1px solid #000;
	width:260px;
	position:absolute;
	left:75px;
    top:75px;
}
        	
        	
.dragDiv h5{
    font-size: 10px;
    font-style: italic;
    width: 230px;
    height: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 5px;
    background-image: url(01_h.gif);
    background-repeat: no-repeat;
    float: left;      
}
            
h5 span.barra{
	background-color: #fff;
	padding-left: 2px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 4px;
	margin-left: 5px;
}
            
.dragDiv a.trigger{
     float: right;
     text-decoration: none;
     font-size: 0px;
     display: block;
     width: 30px;
     height: 30px;
     background-image: url(01_o.gif);
     background-repeat: no-repeat;
     background-position: left top;
}

.dragDiv a.active{
	background-position: left bottom;
}

.dragDiv div.content{
	padding-left:5px;
    padding-bottom: 10px;
    padding-right: 30px;
    height: 280px;
    background-image: url(01_b.gif);
    background-repeat: no-repeat;
}

.dragDiv div.content li{
	display: block;
	float: left;
	list-style-position: inside;
	list-style-type: none;
	width: 68px;
	padding-top: 36px;
	text-align: center;
	margin-right: 5px;
	margin-top: 20px;
}


.dragDiv div.content li a{
	font-size: 8px;
	text-transform: uppercase;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	font-style: italic;
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;

}


.dragDiv div.content li a:hover{
	background-color: #000;
	color: #fff;
}


.dragDiv div.content li.icon01{
background-repeat: no-repeat;
background-position: center top;
background-image: url(01_01.gif);

}

.dragDiv div.content li.icon02{
background-repeat: no-repeat;
background-position: center top;
background-image: url(01_02.gif);

}

.dragDiv div.content li.icon03{
margin-right: 0px;
background-repeat: no-repeat;
background-position: center top;
background-image: url(01_03.gif);
}

.dragDiv div.content li.icon04{
background-repeat: no-repeat;
background-position: center top;
background-image: url(01_04.gif);

}

.dragDiv div.content li.icon05{
background-repeat: no-repeat;
background-position: center top;
background-image: url(01_05.gif);

}

.dragDiv div.content li.icon06{
margin-right: 0px;
background-repeat: no-repeat;
background-position: center top;
background-image: url(01_06.gif);

}

.dragDiv div.content li.icon07{
background-repeat: no-repeat;
background-position: center top;
background-image: url(01_07.gif);

}

.dragDiv div.content li.icon08{
background-repeat: no-repeat;
background-position: center top;
background-image: url(01_08.gif);
}

.dragDiv div.content li.icon09{
margin-right: 0px;
background-repeat: no-repeat;
background-position: center top;
background-image: url(01_09.gif);
}

#aboutpag{
background-position: center top;
background-image: url(logo.jpg);
background-repeat: no-repeat;
width: 780px;
position: absolute;
left:50%;
margin-left: -390px;
padding-top: 200px;
height: 100%;
overflow: auto;
}

#aboutpag p{
font-size: 16px;
line-height: 19px;
font-style: normal;
font-family: serif;
letter-spacing: 2px;
margin-bottom: 19px;
text-align: left;
}

#aboutpag p span.first{
font-size: 38px;
font-weight: bold;
line-height: 38px;
float: left;
}


.colum{
width: 370px;
float: left;
}

.coldo{
width: 370px;
float: right;
}

#clear{
clear: both;
}