/******************
Definies do gerais
******************/

* { 
margin: 0px; padding: 0px; border: 0px solid; list-style: none;
} 

html, body {
	/* [disabled]width: 100%; */
	/* [disabled]height: 100%; */
	background-attachment: fixed;
} 

#geral { 
    width: 690px; height: 100%; 
    margin: 0 auto; 
    margin-bottom: 0px; 
} 

.style1 {color: #CBCCDA}

.group {
	margin: 0 auto;
	width: 690px;
}

img {
border: 0px;
}


.boxtitulo
{ 
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	
}

.texto_rosa
{ 
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #DD137B;
	text-decoration:none;
}

.texto
{ 
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

.texto_maior
{ 
	font-family: Tahoma;
	font-size: 15px;
	color: #999999;
	text-decoration: none;
}
a.comprar:link, a.comprar:visited
{ 
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.comprar:hover, a.comprar:active
{ 
	font-family: Tahoma;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

#rodape
{
       font-family: Tahoma;
       font-size: 8px;
       color:#c9cbd0;
}
a.rodape:link, a.rodape:active
{
       font-family: Tahoma;
       font-size: 8px;
       color:#c9cbd0;
       text-decoration: none;
}
a.rodape:hover, a.rodape:visited
{
       font-family: Tahoma;
       font-size: 8px;
       color:#c9cbd0;
       text-decoration: none;
}
/******************
Definies do MENU
******************/

a:link
{ 
	font-family: tahoma;
	font-size: 10px;
	color: #DD137B;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{ 
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #DD137B;
	text-decoration:none;
}

a:hover, a:active
{ 
	font-family: tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #333333;
	text-decoration: none;

}
#redes {
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

