body {
	background: #fff url(../img/bg-web.jpg) top center repeat-x;
	line-height: 14px;
	font-size: 12px;
	font-family: "PT Sans", sans-serif;
	margin: 0pt;
	cursor: default;
	overflow: hidden;
}

html, body {
	height: 100%;
	text-align: center;
}

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

a {
	text-decoration: none;
}

#tabs {
	position: relative;
	top: 30px;
	margin: auto;
	width: 440px;
}

#tabs ul {
	list-style: none;
	list-style-position: outside;
}

#tabs ul.navbar li {
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}

#tabs ul.navbar li {
	background: #999;
	border: 1px solid #ccc;
	border-width: 1px 1px 1px 1px;
	color: #ddd;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: -1px;
	padding: 5px 10px 5px 10px;
	position: relative;
}

#tabs ul.navbar li.active {
	background: #077dd7;
	border-bottom: 0;
	color: #fff;
}

.tab {
	margin: 0pt auto;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #ccc;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 14px;
}

.tab h1 {
	color: #555;
	font-size: 24px;
	height: 48px;
	padding: 15px 10px 10px 60px;
	vertical-align: middle;
}

.tab h2 {
	color: #999;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
}

.tab p, .tab li, .tab li a {
	color: #555;
	font-size: 16px;
	line-height: 20px;
	text-align: justify;
}

.tab li {
	margin-bottom: 5px;
}

.tab li a:hover {
	color: #333;
	text-decoration: underline;
}

.tab.welcome h1 {
	background: transparent url(../img/icon-welcome.png) no-repeat scroll left top;
}

.tab.welcome {
	display: block;
}

.tab.how h1 {
	background: transparent url(../img/icon-how.png) no-repeat scroll left top;
}

.tab.how {
	display: none;
}

.tab.how ol {
	list-style: circle;

}

.tab.press h1 {
	background: transparent url(../img/icon-press.png) no-repeat scroll left top;
}

.tab.press {
	display: none;
}

.tab.contact h1 {
	background: transparent url(../img/icon-contact.png) no-repeat scroll left top;
	height: 30px;
}

.tab.contact {
	display: none;
}

.form li {
	color: #555;
	font-size: 14px;
	margin-top: 5px;
}

input, select, textarea {
	background: #eee;
	background: -moz-linear-gradient(top, #eee, #ddd);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#ddd));
	border: solid 1px #3ba0f2;
	color: #444;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	padding: 5px;
	width: 405px;
}

input:hover, select:hover, textarea:hover{
	border: solid 1px #077dd5;
}

.form-submit {
	margin: auto;
	text-align: center;
}

input[type="submit"] {
	background: #3ba0f2;
	border: 2px solid #077dd5;
	box-shadow: inset 0px 0px 1px #fff;
	-moz-box-shadow: inset 0px 0px 1px #fff;
	-webkit-box-shadow: inset 0px 0px 1px #fff;
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 15px;
	padding: 5px;
	text-shadow: 0px 1px 0px #888888;
	width: 90px;
}

input[type="submit"]:hover {
	background: #077dd5;
}

.error, .exitoso {
	background: #d8ecfc;
	border: solid 1px #ccc;
	color: #333;
	display: none;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	padding: 5px;
	text-align: center;
	text-shadow: 0 0 1px #fff;
}

footer {
	left:0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	right:0;
	top: 500px;
	width: 990px;
}

#volume {
	float: left;
	width: 100px;
}

#volume a {
    background: transparent url(../img/icon-music.png) no-repeat;
   	display: block;
   	height: 30px;
   	text-indent: -9999px;
   	width: 30px;
}
	
#volume.all a {
	background-position: 0 0;
}
	
#volume.some a {
	background-position: -30px 0;
}
	
#volume.none a {
	background-position: -60px 0;
}

.esplash {
	float: right;
	width: 145px;
}