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

html, body {
	background-color: #C00;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 11px;
	height: 100%;}

a {
	color: #E88D00;
	text-decoration: none;
	font-weight: bold;}

a:hover{
	color: #FF0;
	text-decoration: none;}

h3 {
	font-size: 22px;
	color: #E88D00;
	font-weight: normal;}

.logo {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;}
	
.tab {
	height: 100%;
	width: 985px;
	margin: auto;}
	
.cel1 {
	height: 100%;
	width: 320px;
	text-align: center;
}
	
.cel2 {
	float:left;
	padding-left: 30px;
	height: 100%;
	width: 665px;}
