/*************************************************************/
/*   Design:  Site-URI-Santo Ângelo                          */
/*   Author:  Vanessa Klein                                  */
/*   Date:     Janeiro de 2010                               */
/*-----------------------------------------------------------*/
/*************************************************************/

/*************************/
/* SECTION 1 - NEW BODY */
/*************************/
body {
	text-align: center;
	margin-top: 0em;
	padding-top: 0em;
	font-family: tahoma;
	overflow-x:hidden;
	background-color:#E4E4E4;
	font-size:71%;

}


.page-container-1 {
	overflow-x:hidden;
	width: 1024px;
	margin: auto;
	min-height:80em;


	*min-height:60em;
	max-height:auto;
	position:relative;
	float:none;
	background-image: url(imagens/fundo.jpg);
	background-repeat: repeat-x;
	
}

a { color: #2C166F; text-decoration:none; }
a:hover { text-decoration: underline; color: #000066; text-decoration:underline; }


.menu_superior{
	color:#000066;
	float: right;

}

ul.menu_superior{
	position: relative;
	list-style: none;
	z-index: 10;
	float:left;
	margin-top:10px;

}
 
 
.menu_superior li{
	background: transparent;
	width: 90px;
	list-style: none;
	font-size: 12px;
	float: left;
		
}

.rio_grande{
	background-image:url(imagens/linha_rio_gerande.png);
	width:1024px;
	height:10px;
	margin-top: 50px;

}

.fundo_azul{
	background-image:url(imagens/fundo_blue.png);
	height: 600px;
	*height: 620px;
	margin-top: -12px;

}
.texto_branco_g{
	color:#FFFFFF;
	font-size:25px;
	float: right;
	position: relative;
	margin-top: 65px;
	margin-right: 25px;

}

.uri{
	float:right;
	position:relative;
	width: 40px;
	margin-top: 236px;

}

.lembradas{
	float:right;
	width:600px;
	color: #FFFFFF;
	font-size: 25px;
	margin-right: 10px;
	position:relative;
	margin-top:50px;
	
	margin-left:0px;
	margin-left:-200px;

}


.acesso_rapido{
	background-color:#000066;
	color: #FFFFFF;
	height: 26px;
	margin-top: 0px;
	padding-top: 5px;


}
.acesso_rapido ul{
	width:750px;
	float:right;
	margin-top: -10px;
}

.acesso_rapido li{
	float:left;
	list-style:none;
	border-right: 3px thin #FFFFFF;
	
	
	

}
.acesso_rapido li a{
color:#FFFFFF;
width:103px;

}

.rodape{
	color:#000066;
	float: left;
	margin-top: 15px;
	padding-left: 10px;
	font-size: 12px;

}
