@charset "utf-8";

.indent{
	text-indent:-99999px;
	overflow:hidden;
}
.wrapper{
	width:1230px;
	min-width:1230px;
	position:relative;
}
p{
	color:#262626;
	font-size:16px;
}
.titulo2{
	font-size:40px;
	margin-bottom:10px;
	color:#000000;
}
.justify{text-align:justify;}

::-webkit-input-placeholder { color:#772d28; }
::-moz-placeholder { color:#772d28; } /* firefox 19+ */
:-ms-input-placeholder { color:#772d28; } /* ie */
input:-moz-placeholder { color:#772d28; }