@charset "utf-8";
.bg-home {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg-internas {
	background-image: url(images/bg-internas.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.txt-bio {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 13px;
	text-align: justify;
	padding-left: 100px;
	padding-right: 100px;
	line-height: 17px;
}
.txt-bioChrono {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 16px;
	text-align: justify;
	line-height: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #262626;
}
.footer {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #666666;
	padding-left: 10px;
}
.texto-form-contact {
	font-family: "Trebuchet MS";
	font-size: 12px;
}
.contact-form-cell {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #CCCCCC;
	border: 1px solid #333333;
	background-color: #202020;
}
