@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(../images/background.jpg);
	position: 50%;
}

h1,h2,h3,h4,h5,h6,p,ul,li,img {
	margin: 0px;
	padding: 0px;
}

#master {
	height: 496px;
	width: 958px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	
}

#master_geral {
	width: 958px;
	height: 541px;
	left:50%;
	top: 50% ;
	margin-top: -257px;
	margin-right: auto;
	bottom: 50%;
	margin-left: -479px;
	position: absolute;
	background-color:#fbd4cf;
	display:table;
	border:2px solid #4c2908;
}
#master_exp {
	width: 958px;
	height: auto;
	left:50%;
	margin-right: auto;
	bottom: 50%;
	margin-left: -479px;
	position: relative;
	background-color:#fbd4cf;
	display:table;
	border:2px solid #4c2908;
	top: 10%;
}


#logo {
	display: block;
	float: left;
	height: 350px;
	width: 723px;
	padding-top: 65px;
	position: relative;
	padding-left: 235px;
}
#menu {
	display: block;
	float: left;
	height: 80px;
	width: 100%;
	position: relative;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topo {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 194px;
	width: 958px;
	position: relative;
	background-image: url(../images/bg_topo.png);
	background-repeat: repeat-x;
}
#logo_geral {
	text-align: center;
	display: block;
	float: left;
	height: 130px;
	width: 958px;
	position: relative;
	padding-top: 15px;
}
#menu_geral {
	display: block;
	float: left;
	height: 33px;
	width: 958px;
	position: relative;
	padding-top: 12px;
}
#conteudo {
	display: table;
	float: left;
	height: auto;
	width: 868px;
	position: relative;
	height: 250px;
	background-color: #FFF;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-family: "French Script MT", "Monotype Corsiva";
	font-size: 28px;
	color: #4c2908;
	font-weight: 500;
	line-height: 40px;
}


#conteudo_col {
	display:table-cell;
	float: left;
	height:680px;
	width: 868px;
	position: relative;
	background-color: #FFF;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-family: "French Script MT", "Monotype Corsiva";
	font-size: 28px;
	color: #4c2908;
	font-weight: 500;
	line-height: 40px;
}
#conteudo_como_comprar {
	display:table-column;
	float: left;
	height:auto;
	width: 868px;
	position: relative;
	background-color: #FFF;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-family: "French Script MT", "Monotype Corsiva";
	font-size: 28px;
	color: #4c2908;
	font-weight: 500;
	line-height: 40px;
}





#rodape {
	width: 958px;
	height: 38px;
	float:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color:#FFF;
	display:block;
	background-image: url(../images/bg_rodape.png);
	
}
.foto_ds {
	width: 230px;
	height: 250px;
	display:table-column;
	background-color:#fbd4cf;
	float: right;
	margin-left: 15px;
	text-align: right;
}
	
.titulo {
	margin-left: -10px;
	color: #e74961;
	font-size: 30px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.ayrosa{
	color: #e74961;
}
/************************** formulário *******************************************/

#segura_form {
	width: 500px;
	height: 250px;
	float: left;
	position:relative;
	display:block;
}

.tit_form{
	font-size: 20px;
	font-weight:bold;
	
}
input{
	width: 230px;
	height: 17px;
	border: 2px #e74961 solid;
	margin-left:8px;
	background-color:#fff;
	color:#e74961;
	margin-bottom: 10px;
}
.fundo_form{
	background-image:url(../images/fundo_form.jpg);
	background-repeat:no-repeat;
	height:22px;
}

textarea{
	width: 240px;
	height: 50px;
	*height: 47px;
	border: 2px #e74961 solid;
	margin-left:8px;
	background-color:#fff;
	color: #e74961;
}
.fundo_texto{
	background-image:url(../images/fundo_texto1.jpg);
	background-repeat:no-repeat;
	height:75px;

}
.botao{
	width: 60px;
	height: 20px;
	border: 2px solid #e74961;
	background-color:#efefef;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#e74961;
	font-weight:bold;
	margin: 0px;
}

/*************************************************************RODAPE***************************************************************************/
.cont_rodape {
	float: left;
	height: 25px;
	width: 360px;
	margin-top: 10px;
	margin-left: 30px;
	position: relative;
	color: #f9e4e4;

}

.digitalup {
	float: right;
	height: 25px;
	width: 175px;
	margin-top: 10px;
	margin-right: 30px;
	position: relative;
	text-align: left;
	color: #f9e4e4;

}
.digitalup a{
	color: #f9e4e4;
	text-decoration:none;
}
.digitalup a:hover{
	color: #f9e4e4;
	text-decoration:underline;
}

.img_colecao {
	width: 125px;
	height: 94px;
	float: left;
	margin: 15px 6px 0 6px;
	border: 1px solid #e74961;
}

.texto_cinza1 {
	font-size:20px;
	color:#aaa;
}
