@charset "utf-8";
/* CSS Document */

* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font-family: HelveticaNeue55Roman;
	background-color: #f6f6f6;
}
a:link {
	text-decoration:underline;
}
a:hover{
	text-decoration:underline;
}
img {
	border: 0px;
}
p {
	color: #333;
	font-size: 14px;
	margin-bottom: 12px;
}
h1, h2, h3, h4, h5, h6 {

}

h1 {
	font-weight: normal;
	font-size: 36px;
	text-align: center;
	padding: 25px  20px;
	border-top: solid 1px #c7c3c5;
	border-bottom: solid 1px #c7c3c5;
	background-image: url(../img/imgBackH1.png);

}

h2 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	padding: 10px 0;
	
}

h3 {
	

}
h4 {
	
}

ul, ol, li {
	list-style-image: none;
	list-style-type: none;
}

input {
	border: solid 5px #dcdcdc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 5px;
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;

}
input:focus {
	border: solid 5px #d1d1d1;
	outline: none;
}
select:focus {
}

textarea {
	border: solid 5px #dcdcdc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 5px;
	width: 96%;
	resize: none;
	font-family: Arial, Helvetica, sans-serif;

}
textarea:focus {
	border: solid 5px #d1d1d1;
	outline: none;
}
fieldset {
	border-style: none;
	overflow: hidden;
	width: 100%;
}
label {
	display: block;
}
.clear	{
	clear: both;
}
.fLeft	{
	float:left;
}
.fRight	{
	float:right;
}
.bold	{
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.underline	{
	border-bottom:1px solid;
}
.highlight	{
	background-color: #FFF;
}
.nopadding	{
	padding:0;
}
.nobullet	{
	list-style:none;list-style-image:none;
}
.pRight10 {
	padding-right: 10px;
}
.pLeft10 {
	padding-left: 10px;
}
.pRight20 {
	padding-right: 20px;
}
.pLeft20 {
	padding-left: 20px;
}
.mRight10 {
	margin-right: 10px;
}
.mLeft10 {
	margin-left: 10px;
}
.mRight20 {
	margin-right: 20px;
}
.mLeft20 {
	margin-left: 20px;
}
.mBottom10 {
	margin-bottom: 10px;
}
.mBottom20 {
	margin-bottom: 20px;
}
.mBottom30 {
	margin-bottom: 30px;
}


#wrap {
    margin: 50px auto;
    width: 500px;
    height: 780px;
}
.logo {
	background-image: url(../img/logoProgramadores.png);
	height: 168px;
	padding-bottom: 46px;
	background-repeat: no-repeat;
}


.contentContainer {
	border-bottom: solid 1px #c7c3c5;

}
.formContainer {
	padding: 5px 0px 0px 0px;
}
.inputBox {
	width: 240px;
	margin-bottom: 10px;
}
.buttonForm {
	padding-top: 60px;
}
.buttonForm2 {
	padding-top: 10px;
}
.buttonSend {
	width: 105px;
}

.buttonSend a {
	font-size: 18px;
	text-decoration: none;
	color: #333;
	display: block;
	padding: 10px;
	width: 85px;
	background-color: #dcdcdc;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.buttonSend a:hover {
	background-color: #d1d1d1;
}
.textInfoForm {
	padding-top: 25px;
	font-size: 12px;
	display: block;
	margin: 0;
	color: #333;
}

.textInfoForm a {
	color: #333;
}
