/* MODIFICAÇÕES DE ESTRUTURA */
* {
margin:0;
padding:0;
list-style:none;
}

body > #limit {
height: auto;
min-height: 100%;
}

html, body, #limit {
height: 100%;
}

#header {
	height: 70px;
}

#limit {
	width:100%;
	overflow:hidden;
	
}

#limit_header {
	width:100%;
	overflow:hidden;
}





/* FONTES E ESTILOS */

.fraselinha1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 45pt;
	font-weight: normal;
	line-height: 100%;
	margin-left: 5px;
}

.fraselinha2 {
	color:#404040;
	font-size: 20pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 7px;
	margin-left: 5px;
}

.fraselinha3 {
	color:#808080;
	font-size: 15pt;
	font-weight: normal;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 5px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333;
	font-size: 15px;
	line-height: 1.5em;
}

.cont_socios img {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
 }

h5 img {
	float:left;
	margin-right: 10px;
	width: 180px;
	height: 139px;
	margin-bottom: 10px;
}

.subtit_proc {
	color: #51B849;
	font-size: 18px;
	font-style: italic;
}

/* PARA O LINK 1 */

a.linkum:link, a.linkum:visited, a.linkum:active {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	font-size: 13px;
}

a.linkum:hover {
	color: #51B849;
}


/* PARA O LINK 2 */

a.linkdois:link, a.linkdois:visited, a.linkdois:active, a.linkdois:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #808080;
	font-style: italic;
	text-decoration: none;
}







p {
	margin-bottom: 10px;
	width: 600px;
}





.logo a {
	text-indent: -1000px;
	float:left;
	width: 196px;
	height: 34px;
	margin-top: 25px;
	background:url('../images/logo.png') no-repeat;
	overflow:hidden;
	display:block;
}

#nav {
	float: left;
	margin-left:3em;
	margin-top: 40px;
}

#nav ul {
	
}

#nav ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	display: inline;
	margin-right: 30px;
}

#nav ul li a {
	color: #808080;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #51B848;	
}

.idioma {
	font-size: 12px;
	text-transform: uppercase;
}


#limit_content {
	width:100%;
	height:100%;
	overflow:hidden;
	background-repeat: repeat-x;
	background-image: url(../images/bg.jpg);
}

#content {
	width:960px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.cont1 {
	margin-top: 30px;
}

.cont2 {
	margin-top: 20px;
}

.cont_socios {
	overflow: hidden;
	margin-top:1.5em;
}

#nav_projects {
	width: 750px;
	height:150px;
	overflow: hidden;
	margin-top: 20px;
}


#center_projects {
	margin: 0 auto;
}

dl.box_projects 	{
	width: 130px;
	height:100px;
	text-align: center;
	padding: 3px;
	float: left;
	margin: 5px;
	}
	
	
	.box_projects dt {
	margin-bottom: 1px;
	margin-top: 5px;
}
	
	

	.box_projects dd {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	}
	

#top_box_proj {
		background: url(../images/bg_top_box_proj.jpg) no-repeat;
		height: 30px;
}

#cont_box_proj {
	background-image: url(../images/bg_cont_box_proj.jpg) ;
	width: 10000px;
}

#footer_box_proj {
	background: url(../images/bg_foot_box_proj.jpg) no-repeat;
	backgroun
	height: 80px;
}

.trabalhos {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 810px;
	height:200px;

	/* custom decorations */
	margin-top:1.5em;
	background-image:url('../images/aplicativos_lista.png');
	background-repeat:no-repeat;

}

.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 695px;
	height:130px;

	/* custom decorations */
	padding:1em;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	height:200px;
	padding-left:1em;
	padding-right:1em;
}

/* position and dimensions of the navigator */ 
.navi { 
    margin-left:380px; 
    width:200px;
    height:20px;
	margin-top:1em;
} 
 
 
/* items inside navigator */ 
.navi a { 
    width:8px; 
    height:8px; 
    float:left; 
    margin:3px; 
    background:url('../images/navigator.png') 0 0 no-repeat; 
    display:block; 
    font-size:1px; 
} 
 
/* mouseover state */ 
.navi a:hover { 
    background-position:0 -8px;       
} 
 
/* active state (current page state) */ 
.navi a.active { 
    background-position:0 -16px;      
}




/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:29px;
	height:116px;
	float:left;
	cursor:pointer;
	font-size:1px;
	margin-top:20px;
}

/* right */
a.right 				{background: url('../images/aplicativos_next.png') no-repeat; clear:right; margin-right:0px; display:block;}
a.right:hover 		{ background: url('../images/aplicativos_next.png') no-repeat;}
a.right:active 	{ background: url('../images/aplicativos_next.png') no-repeat;} 


/* left */
a.left				{ background: url('../images/aplicativos_prev.png') no-repeat; margin-left: 10px; display:block;} 
a.left:hover  		{ background: url('../images/aplicativos_prev.png') no-repeat; }
a.left:active  	{ background: url('../images/aplicativos_prev.png') no-repeat; }

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

.tit_areas {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #51B849;
	font-size: 30px;
	font-weight: normal;
	font-style: italic;
}


.hl_text {
	color: #51B849;
	text-decoration: none;
}



#limit_footer {
	width:100%;
	height: 50px;
	position: relative;
	margin-top: -50px; /* A mesma altura do rodapé, o valor deve ser negativo */
	clear:both;
	border-top-color: #51B849;
	border-top-width: 1px;
	border-top-style: solid;
	font-size: 11px;
	color: #666666;
	padding-top: 15px;
	background-color: #333;
}

#footer {
	width:960px;
	margin: 0 auto;	
}







/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
    width:675px;     
    min-height:200px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(../images/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}


/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(../images/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
    background-image:url(../images/close.png); 
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
