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

@font-face 
{
	font-family: 'MyAdison08';
	src: url('../fonts/Adison 08.ttf');
}

.bannerTxt
{
	font-family: 'MyAdison08';
	font-size:50px;
	color:#FFF;
}
		
#imagen 
{
	background: url(../images/banner.jpg), url(../images/banner.jpg)no-repeat center center fixed;
	min-height:600px;
}
#imagens 
{
	background: url(../images/background.jpg), url(../images/background.jpg)no-repeat center center fixed;
	min-height:607px;
}
.brandTxt
{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#fff;
	font-weight:bold;
}

.brandTxt1
{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#3f629e;
	font-weight:bold;
}

	