@charset "utf-8";
/* CSS Document */

/* CSS Document */

*{margin:0;padding:0;}
address,th{font-style:normal;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
img,fieldset{border:none;}
ol,ul{list-style:none; font-size:inherit;}
a{text-decoration:none;}


body {
	background-color: #FFF;
	text-align:center;
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	color:#000;
}

a {
	color: #3366CC;
}

a:hover {
	text-decoration: underline;
}

#header {
	background: url(../imagens/new/bg_geral.jpg) repeat-x;
}

#header_content {
	width: 990px;
	margin: 0 auto;
}

#header_content h1 {
	background: url(../imagens/new/h1_header.jpg) no-repeat;
	width: 188px;
	height: 145px;
	text-indent: -1000000px;
	float: left;
}

#header_menu {
	float: right;
	width: 790px;
	padding-top: 55px;
}

div.userinfo {
	width: 790px;
	text-align: right;
	padding-top: 50px;
}

ul.menu {
	text-align: left;
	float: right;
}

ul.menu li{
	display: inline;
	padding: 5px;
	font-size: 12px;
	border-right: 1px solid #CCCCCC;
}

ul.menu li a {
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}

ul.menu li a:hover, li a.selected {
	border-bottom: 2px solid #FF3366;
	text-decoration: none;
}

ul.menu a.noborder {
	border-right: none;
}


#corpo {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
}

#coluna_esquerda {
	width: 200px;
	padding: 5px;
	float: right;
}

#coluna_direita {
	width: 765px;
	float: left;
	margin-left: 5px;
}

div.menu_esquerda {
	border: 1px solid #E5E5E5;
	padding: 5px;
	margin-bottom: 10px;
}

div.menu_esquerda h2 {
	background-color:#666666;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
}

div.menu_esquerda ul li a {
	display: block;
	padding: 6px;
	color: #666666;
	background-color: #F5F5F5;
	margin: 1px;
	border-bottom: 1px dotted #E5E5E5;
}

div.menu_esquerda ul li a:hover {
	background-color: #E4E4E4;
	text-decoration: none;
}

div.menu_esquerda ul li ul li a {
	margin-left: 5px;
	padding-left: 20px;
	background: url(../imagens/new/bullet_pink.png) no-repeat left center;
}

div.colMontagens {
	float: left;
	width: 350px;
	margin: 5px;
}


#rodape_container {
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 40px;
	background-color: #E6E6E6;
}

#rodape {
	width: 980px;
	margin: 0 auto;
}



p.descricao {
	color: #666666;
	font-size: 12px;
	margin-bottom: 10px;
}

small {
	color: #999999;
	font-size: 11px;
}

small a {
	color: #666666;
}

.clear {
 	display: block;
 	clear: both;
}
.boxErro {
	background-color:#FFD8D7;
	color:#990000;
	padding: 4px;
}

.boxOk {
	background-color: #E9FDDF;
	color: #006600;
	padding: 4px;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

p.fotoUser {
	float: left;
	width: 80px;
	height: 90px;
	text-align: center;
}

div.msg_geral {
	padding: 3px;
	background-color:#F4F4F4;
	border: 1px solid #EAEAEA;
	color: #666666;
	font-size: 11px;
}

p.paginacao {
	text-align: right;
	color: #999999;
	margin-bottom: 10px;
	margin-top: 10px;
}

p.paginacao a {
	color: #666666;
}

p.paginacao strong {
	background-color: #333333;
	padding: 4px;
	color: #FFFFFF;
}

/* FORMS */

input {
	background-color: #F4F4F4;
	border: 1px solid #999999;
	margin: 2px; 
	padding: 2px;
}

.botaoLogin {
	background-image:url(../imagens/botao_entrar.jpg);
	width: 68px;
	height: 27px;
	border: none;
}

.formtable td {
	padding: 4px;
	background-color: #F3F3F3;
	margin: 1px;
}

.bigbutton {
	background-color: #F3D437;
	padding: 4px;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	border: 1px solid #333333;   
}

.linha1 {
	background-color: #F0F0F0;
	color: #666666;
	padding: 2px;
}

.linha2 {
	background-color: #DBDBDB;
	color: #333333;
	padding: 2px;
}

.linha1 span, .linha2 span {
	width: 150px;
	text-align: right;
	display: block;
	float: left;
	margin-right: 10px;
}

.alt1 {
	padding: 5px;
	background-color: #D9F2FF;
	margin: 2px;
	font-size: 12px;
}

.alt2 {
	padding: 5px;
	background-color: #E8F8FF;
	margin: 2px;
	font-size: 12px;
}

.alt1 td, .alt2 td {
	padding: 4px;
}

.alt1 small, .alt2 small {
	display: block;
	color: #666666;
}

div.mensagem {
	float: left;
	width: 670px;
	margin-left: 5px;	
}

p.botao {
	padding: 2px 5px;
	color: #990000;
	font-size: 10px;
	font-weight: bold;
	float: right;
}

p.genericbotao {
	padding: 2px 5px;
	background-color: #D9F2FF;
	border: 1px solid #999999;
	font-size: 10px;
	font-weight: bold;
	float: left;
	margin: 5px;
}

p.botao a {
	color: #990000;
}

.boxPadding {
	padding: 10px;
}


/* headers */
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #333333;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
}

h2.descricao {
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #333333;
	margin-bottom: 10px;
	font-weight: normal;
}

h2.descricao a{
	color: #3366CC;
	font-weight: bold;
}

h3.titulo {
	font-family:Verdana,Arial,sans-serif; 
	font-variant: small-caps;
	font-size: 16px;
	color: #009900;
	border-bottom: 1px solid #009900;
	margin: 8px 0px;
	margin-top: 15px;
}

h3.destaques {
	background: url(../imagens/new/h2_destaques.jpg) no-repeat;
	width: 256px;
	height: 47px;
	text-indent: -1000000px;
}

h3.especiais {
	background: url(../imagens/new/h2_especiais.jpg) no-repeat;
	width: 256px;
	height: 47px;
	text-indent: -1000000px;
}

h3.efeitos {
	background: url(../imagens/new/h2_efeitos.jpg) no-repeat;
	width: 256px;
	height: 47px;
	text-indent: -1000000px;
}

h3.capas {
	background: url(../imagens/new/h2_capas.jpg) no-repeat;
	width: 256px;
	height: 47px;
	text-indent: -1000000px;
}

h3.scrapbook {
	background: url(../imagens/new/h2_scrapbook.jpg) no-repeat;
	width: 357px;
	height: 53px;
	text-indent: -1000000px;
}

.molduraRecente {
	margin: 0px;
	padding: 0px;
	width: 110px;	
	float: left;
	padding: 6px;
	margin: 4px;
	background-color: #FFFFFF;
	text-align: center;
}

.molduraRecente h5 {
	font-size: 12px;
	font-family: Georgia;
	color: #333333;
}

.molduraRecente strong {
	color: #666666;
}

.textCenter, .textcenter {
	text-align: center;
}

ul.listablog {
	margin-top: 10px;
}

ul.listablog li {
	margin: 1px;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	padding: 4px;
	display: block;
}

.newUser {
	float: left;
	background-color: #FFFFFF;
	padding: 2px;
	margin: 2px;
	text-align: center;
}

.anuncio336 {
	width: 336px;
	float: left;
	margin-right: 4px;
}

.anuncio300 {
	width: 300px;
	float: left;
	margin-right: 10px;
}
.anuncio250 {
	width: 250px;
	float: left;
	margin-right: 10px;
}


div.molduraEspecial {

	width: 350px;

	background-color: #f5f5f5;

	padding: 6px;

	float: left;

	margin: 5px;

	color: #666666;

	border-bottom: 1px solid #CCC;

}



div.molduraEspecial img {

	float: left;

	margin-right: 5px;

}



div.molduraEspecial h4 {

	font-size: 14px;

	color: #333;

	margin-bottom: 5px;

}


p.navegacao {

	font-size: 11px;

	color: #666666;

	margin-bottom: 6px;

}



p.navegacao a{

	color: #333333;

	text-decoration: underline;

}


div.filtro {

	margin: 6px 2px;

	background-color: #E5E5E5;

	border-bottom: 1px dashed #CCCCCC;

	padding: 4px;

	font-size: 11px;

	color: #333333;

}



.vitrine {

	padding: 10px;

	margin: 5px;

	margin-top: 15px;

}



.vitrine h3 {

	font-size: 16px;

	font-family: Verdana;

	font-variant: small-caps;

	border-bottom: 1px solid #E5E5E5;

}




div.boxMontagem {
	/*height: 270px;*/
	margin-top: 20px;
	padding: 10px;
}

div.boxEnviar{
	float: left;
	width: 415px;
	margin-left: 10px;
}



div.boxEnviar img {

	float: right;

	margin-left: 5px;

	padding: 2px;

	border: 2px solid #E5E5E5;

}



div#resultado {

	text-align: center;

	padding: 10px;

	margin: 5px 0px;

}



div.divSalvar {

	float:left;

	text-align:left;

	background-color:#FFFFFF;

	padding: 5px;

	margin: 8px;

	width: 360px;

}

.divSalvar h4 {

	font-size: 12px;

	color: #333333;

	font-family: Verdana;

}



.divSalvar small {

	margin: 6px 0px;

}

/* resultado novo */

#col_texto {
	width: 150px;
	float: left;
	background-color: #E5E5E5;
	padding: 6px;
	margin-top: 20px;
}

#col_resultado {
	width: 800px;
	float: left;
	padding: 5px;
}


#textoWrapper {
	position: absolute;
	z-index:1500;
}

.botaoDefault {
	margin: 0 auto;
	font-size: 16px;
	margin-bottom: 10px;
}

/* logogen */

.boxEstilo {
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	border: 1px solid #CCCCCC;
	float: left;
	font-size: 10px;
	color: #666666;
}

.boxEstilo form {
	padding: 4px;
	background-color: #FF6699; 
	color: #333333;
}
