@charset "utf-8";
/* CSS Document */
* {
	margin-top:0;
	padding-top:0;
	padding-left:0;
	padding-right:0;
	
}

.textoPadrao11 {
	font-family:'Roboto Condensed', sans-serif;
	font-size:11px;
	color:#222222;
}
.textoPadrao12 {
	font-family:'Roboto Condensed', sans-serif;
	font-size:12px;
	color:#222222;
}
.textoPadrao13 {
	font-family:'Roboto Condensed', sans-serif;
	font-size:13px;
	color:#222222;
}
.textoPadrao13just {
	font-family:'Roboto Condensed', sans-serif;
	font-size:13px;
	color:#222222;
	text-align:justify;
}
.textoPadrao14 {
	font-family:'Roboto Condensed', sans-serif;
	font-size:14px;
	color:#222222;
}
.textoPadrao14just {
	font-family:'Roboto Condensed', sans-serif;
	font-size:14px;
	color:#222222;
	text-align:justify;
}
.textoPadrao15 {
	font-family:'Roboto Condensed', sans-serif;
	font-size:15px;
	color:#222222;
}
.textoPadrao15just {
	font-family:'Roboto Condensed', sans-serif;
	font-size:15px;
	color:#222222;
	text-align:justify;
}
.textoPadrao16 {
	font-family:'Roboto Condensed', sans-serif;
	font-size:16px;
	color:#222222;
}
.textoPadrao16just {
	font-family:'Roboto Condensed', sans-serif;
	font-size:16px;
	color:#222222;
	text-align:justify;
}
.textoPadrao18 {
	font-family:'Roboto Condensed', sans-serif;
	font-size:18px;
	color:#222222;
}
.textoPadrao18just {
	font-family:'Roboto Condensed', sans-serif;
	font-size:18px;
	color:#222222;
	text-align:justify;
}
.textoPadrao20 {
	font-family:'Roboto Condensed', sans-serif;
	font-size:20px;
	color:#222222;
}
.textoPadrao22 {
	font-family:'Roboto Condensed', sans-serif;
	font-size:22px;
	color:#222222;
}
.textoPadrao24 {
	font-family:'Roboto Condensed', sans-serif;
	font-size:24px;
	color:#222222;
}
.textoPadrao28 {
	font-family:'Roboto Condensed', sans-serif;
	font-size:28px;
	color:#222222;
}
.textoPadrao32 {
	font-family:'Roboto Condensed', sans-serif;
	font-size:32px;
	color:#222222;
}
.textoPadrao36 {
	font-family:'Roboto Condensed', sans-serif;
	font-size:36px;
	color:#222222;
}
.textoPadrao42 {
	font-family:'Roboto Condensed', sans-serif;
	font-size:42px;
	color:#222222;
}
.bordaFoto1 {
	border-style:solid;
	border-width:2px;
	border-color:#ddd;
}
.linkBannerInicial {
	background-color:#eee;
	border-top-color:#ccc;
	border-top-width:2px;
	border-top-style:solid;
	padding:15px;
	color:#000;
	text-align:center;

}

.linkBannerInicial:hover {
	background-color:#DDD;
	text-decoration:none;	
}
.inputContato {
	background-color:#ffffff;
	font-family:'Roboto Condensed', sans-serif;
	font-size:15px;
	border-color:#CCC;
	border-width:1px;
	border-style:solid;
	width:100%;
	margin-bottom:5px;
	padding:5px;

}
.inputContato1 {
	background-color:#ffffff;
	font-family:'Roboto Condensed', sans-serif;
	font-size:15px;
	border-color:#CCC;
	border-width:1px;
	border-style:solid;
	width:49.5%;
	margin-bottom:5px;
	padding:5px;

}
.btnEnvia {
	background-color:#06C;
	color:#fff;
    font-family:'Roboto Condensed', sans-serif;
	font-weight:bold;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left:15px;
	padding-right:15px;
	border:none;
    margin-top:8px;
	
}
.bordaFoto1 {
	border:solid;
	border-width:2px;
	border-color:#ddd;
}
.caixaLink1 {
	background-color:#f7f7f7;
	border-right:#bc0000;
	border-right-style:solid;
	border-right-width:3px;
	padding:15px;
}
.caixaLink1:hover  {
	background-color:#eeeeee;
	text-decoration:none;
}
.caixaLink2 {
	background-color:#f7f7f7;
	border-left:#999999;
	border-left-style:solid;
	border-left-width:3px;
	padding:10px;
	font-size:18px;
	font-weight:bold;
	color:#444;
}
.caixaLink2:hover  {
	background-color:#eeeeee;
	text-decoration:none;
	color:#066;
}

@media screen and (max-width: 960px) {
	
.inputContato1 {
	width:100%;
}
}



@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 300;
	src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url("RobotoCondensed-Light.ttf") format('truetype');
}
@font-face {
	font-family: "Roboto Condensed";
	font-style: italic;
	font-weight: 300;
	src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url("RobotoCondensed-LightItalic.ttf") format('truetype');
}

/* Normal */
@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url("RobotoCondensed-Regular.ttf") format('truetype');
}
@font-face {
	font-family: "Roboto Condensed";
	font-style: italic;
	font-weight: 400;
	src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url("RobotoCondensed-Italic.ttf") format('truetype');
}

/* Bold */
@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url("RobotoCondensed-Bold.ttf") format('truetype');
}
@font-face {
	font-family: "Roboto Condensed";
	font-style: italic;
	font-weight: 700;
	src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url("RobotoCondensed-BoldItalic.ttf") format('truetype');
}