@charset "cp1252";
/* CSS Document */

@import url("http://fonts.googleapis.com/css?family=Oswald:400");

body {
        font-family: 'Oswald', serif;
        font-size: 14px;
		color:#413D3B;
      }
.menu_text {
	font-size: 16px;
	font-weight: bold;
	text-align:justify;
}
.textos {
	font-size: 16px;
	font-weight: bold;
}
.menu_text:after {
	content: "";
    display: inline-block;
    width: 100%;    	
}
.contactos {
	font-size: 14px;
	color:#999;
}
.line {
	padding-bottom:10px;
	padding-top:5px;
	border-top:dashed;
	border-top-width:thin;
	border-top-color:#413D3B;
	border-top-style:dashed;
}
.form {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	background-color: #662382;
	padding: 10px;
	margin:5px;
	width: 400px;
	border: thin dashed #413D3B;
	border-radius:5px;
}
.form_button {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	background-color: #413D3B;
	padding: 10px;
	margin:5px;
	width: 200px;
	border: thin dashed #662382;
	border-radius:5px;
}

a:link { color:#413D3B; text-decoration:none; }
a:hover { color:#999; text-decoration:none; }
