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

body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.png);
}
a img {
	border: none;
}
.container {
	width: 928px;
	background:url(../images/home_bg.png);
	margin:auto;
	text-align:center;
}
.menu {
	width:167px;
	margin:auto;
}
.line_break {
	height: 1px;
	background: #e8eaea;
	margin: 5px 0px 5px 0px;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
/*  Textos  */


h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 29pt;
	color: #95201a;
	font-weight: 100;
	margin: 0px;
}
h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 17pt;
	color: #A7A9AC;
	font-weight: 300;
	font-style:italic;
	margin: 0px;
}
h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 13pt;
	color: #95201a;
	font-weight: 300;
	margin: 0px;
}
h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 9pt;
	color: #95201a;
	font-weight: 300;
	margin: 0px;
}
h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 8pt;
	color: #95201a;
	font-weight: 300;
	margin: 0px;
}
h6 {
	font-family: 'Roboto', sans-serif;
	font-size: 7pt;
	color: #000000;
	font-weight: 300;
	margin: 0px;
}
p {
	font-family: 'Roboto', sans-serif;
	font-size: 11pt;
	color: #000000;
	font-weight: 300;
	margin: 0px;
}

.h2_red {
	font-family: 'Roboto', sans-serif;
	font-size: 17pt;
	color: #95201a;
	font-weight: 300;
	font-style:italic;
	margin: 0px;
}

/*  Links  */

h1 a, h3 a, h4 a, h5 a, p a {
	color: #95201a;
	text-decoration: none;
}
h2 a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
/*FORMS*/

label {
	width: 50px;
	float: left;
	text-align: right;
	margin: 5px;
	display: block;
}
.label_menssage {
	width: 45px;
	float: right;
	text-align: center;
}
input {
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 8pt;
	background: #424242;
	border: 1px solid #15100d;
	margin: 2px;
}
textarea {
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 8pt;
	background: #424242;
	color: #595958;
	border: 1px solid #15100d;
	margin: 2px;
}
.bot_enviar {
	width: 60px;
	height: 21px;
	float: left;
	margin-left: 90px;
	font-size: 9px;
	text-align: center;
}
.div_email {
	width: 550px;
	height: 21px;
	float: left;
	margin-left: 113px;
	font-size: 9px;
}
.bot_limpar {
	width: 60px;
	height: 21px;
	float: left;
	margin-left: 30px;
	font-size: 9px;
	text-align: center;
}
