@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;
}

html, body, form, fieldset, ul, li, p, div, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none;
}

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 {
	padding-top:20px;
	overflow:auto;
}

#wrapper header {
	display: block;
	padding-top:30px;
	width: auto;
	padding-bottom: 50px;
	margin-right: 25px;
	margin-left: 25px;
	text-align: center;
}

#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 {
	float: right;
	width: auto;
	height: 15px;
	font-family: "Eras Medium ITC", Helvetica;
	font-size: 12px;
	color: #FFF;
	vertical-align: central;
	padding-bottom: 20px;
}

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

#txt {
	height: auto;
	width: auto;
	margin-left: 5px;
	margin-right: 0px;
}

#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;
}

ul {
	list-style: none;
	width: auto;
}

ul li {
	width: auto;
	background-color: #FFF;
	padding: 5px;
}

#contacto {
	height: auto;
	width: auto;
	float: left;
}

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

#contacto h4 {
	font-family: "Eras Medium ITC", Helvetica;
	font-weight: normal;
	font-size: 16px;
	color: #FF6600;
	margin: 0;
}

#contacto p {
	font-family: "Eras Medium ITC", Helvetica;
	font-size:16px;
	color: #FFF;
	text-align: justify;
	margin-bottom: 0;
}

/*-----------------------------
	ORIENTATION CLEVERNESS
-----------------------------*/

#content_left,
#content_right,
#content_normal{
	display:none;
	}
.show_normal,
.show_flipped{
	width:320px;
	}
.show_left,
.show_right{
	width:480px;
	}

.show_left #content_left,
.show_right #content_right,
.show_normal #content_normal,
.show_flipped #content_flipped{
	display:block;
	}


