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

@font-face {
		    font-family: Eras Demi ITC;
		    src: url('fonts/ERASDEMI.TTF') format('truetype');
		    src: url('fonts/ERASDEMI.TTF') format('truetype');
		    font-weight: normal;
		    font-style: normal;
		}
		
@font-face {
		    font-family: Eras Medium ITC;
		    src: url('fonts/ERASMD.TTF') format('truetype');
		    src: url('fonts/ERASMD.TTF') format('truetype');
		    font-weight: normal;
		    font-style: normal;
}

@font-face {
		    font-family: Eras Light ITC;
		    src: url('fonts/ERASLGHT.TTF') format('truetype');
		    src: url('fonts/ERASLGHT.TTF') format('truetype');
		    font-weight: normal;
		    font-style: normal;
}

@font-face {
		    font-family: Eras Bold ITC;
		    src: url('fonts/ERASBD.TTF') format('truetype');
		    src: url('fonts/ERASBD.TTF') format('truetype');
		    font-weight: normal;
		    font-style: normal;
}

body {
	background-color: #333;
}

a:link {
	text-decoration: none;
	color:inherit;
}
a:visited {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#wrapper {
	width: 300px;
	margin-right: auto;
	margin-left: auto;	
}

#wrapper header {
	background-image: url(images/logo-main.png);
	background-repeat: no-repeat;
	display: block;
	padding-top:50px;
	margin-top: 40px;
	margin-left: 90px;
}

nav {
	font-size: 15px;
	line-height: 40px;
	text-align: left;
	width: 280px;
}

nav ul {
	list-style: none; 
	margin: 0 auto; 
	width: 280px;
}

nav li {
	font-family: "Eras Medium ITC", Helvetica;
	background-image: url(images/btn.png);
	background-repeat: no-repeat;
	width: 260px;
	margin-left: -15px;
	display: block;
}

nav a:link, #banner nav a:visited {
	color: #333;
	display: block;
	height: 30px;
	text-decoration: none;
	padding-right: 1.5em;
	padding-bottom: 10px;
	padding-left: 1.5em;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

nav a:hover, nav a:active,
nav .active a:link, nav .active a:visited {
	background: none;
	color: #333;
	text-shadow: none !important;
}

#year {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #F26522;
	height: 30px;
	width: 260px;
	margin-left: 25px;
}

#etiqueta {
	padding-top: 8px;
	font-family: "Eras Medium ITC", Helvetica;
	color: #FFF;
	font-size: 14px;
	padding-left: 20px;
}

#btn {
	width: 260px;
	text-align: right;
	height: auto;
	font-family: "Eras Medium ITC", Helvetica;
	font-size: 12px;
	color: #FFF;
	vertical-align: central;
	padding-bottom: 20px;
	margin-left: 25px;
	padding-top: 20px;
}

footer {
	font-family: "Eras Medium ITC", Helvetica;
	font-size: 11px;
	text-align: center;
	color: #CCC;
	display:block;
}
#center{
	width: 300px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: 0px;	
}

#txt {
	height: auto;
	width: 260px;
	margin-left: 25px;
}

#txt h2 {
	font-family: Eras Medium ITC, Helvetica;
	font-size: 14px;
	color: #FF6600;
	margin: 0;
}

#txt h3 {
	font-family: Eras Demi ITC, Helvetica;
	font-size: 12px;
	color: #FFF;
}

#txt h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #FF6600;
	margin: 0;
}

#txt p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: justify;
	margin-bottom: 0;
}