/* CSS Document */

/* background page */
body {
	
	background: url(/ground.jpg) top center no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}




/* texto e titulos */

	
h1 {
	color: #2a276f;
    font-family: 'YanoneKaffeesatzRegular';	
	letter-spacing: normal;
	word-spacing: normal;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	font-size: 26pt;
	}
	
h2 {
	color: #ffa858;
	text-align:left;
    font-family: 'YanoneKaffeesatzRegular';	
	letter-spacing: normal;
	word-spacing: normal;
	text-decoration: none;
	font-size: 16pt;
	}

h3 {
	color: #909090;
	text-align:justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	letter-spacing: normal;
	word-spacing: normal;
	text-decoration: none;
	}

h4  {
	color: #ffffff;
	text-align:center;
    font-family: 'YanoneKaffeesatzRegular';	
	letter-spacing: normal;
	word-spacing: normal;
	text-decoration: none;
	font-size: 12pt;
	}

h5 { color: #ffffff;
    text-align:center;
    font-family: 'YanoneKaffeesatzRegular';	
	letter-spacing: normal;
	word-spacing: normal;
	text-decoration: none;
	width:150px;
	background:#541e45;
	line-height:26px;
	height:26px;
	margin-top:2px;
	}
	
	
h7 { color: #c2af2f;
    font-family:  normal 14pt "YanoneKaffeesatzRegular", Arial, Helvetica, sans-serif;
    font-family: 'YanoneKaffeesatzRegular';	
	letter-spacing: normal;
	word-spacing: normal;
	text-decoration: none;
	font-weight: bold;
	text-align: left;

	}
	

h9 {
	color: #E5AE2D;
 font-family: 'YanoneKaffeesatzRegular';
	font-size: 20px;
	letter-spacing: normal;
	word-spacing: normal;
	text-decoration: none;
	font-weight: normal;
	text-align: right;
	}
	
/* links */

	

a:link {
	color: #e5ae2d;
	text-decoration: none;
}
a:visited {
	color: #e5ae2d;
	text-decoration: none;
}
a:hover {
	color: #0000ff;
	text-decoration: underline;
}
a:active {
	color: #e5ae2d;
	text-decoration: none;
}
	
	
@font-face {
    /* This declaration targets Internet Explorer */
    font-family: 'YanoneKaffeesatzRegular';
    src: url('/layout/fontes/yanonekaffeesatz-regular-webfont.eot');
	}

@font-face {
    /* This declaration targets everything else */
    font-family: 'YanoneKaffeesatzRegular';
    src: url(//:) format('no404'), url('/layout/fontes/yanonekaffeesatz-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	}

.yanoneka_Regular, .yanone{
	font-family:"YanoneKaffeesatzRegular", verdana, tahoma;
	font-weight: lighter;
	font-style: normal;
	}
	
	
	
	
	@font-face {
    /* This declaration targets Internet Explorer */
    font-family: 'YanoneKaffeesatzLight';
    src: url('/layout/fontes/yanonekaffeesatz-light-webfont.eot');
	}

@font-face {
    /* This declaration targets everything else */
    font-family: 'YanoneKaffeesatzLight';
    src: url(//:) format('no404'), url('/layout/fontes/yanonekaffeesatz-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	}

.yanoneka_Regular, .yanone{
	font-family:"YanoneKaffeesatzLight", verdana, tahoma;
	font-weight: lighter;
	font-style: normal;
	}
	
	
	
