/* CSS Document */
body {
	
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
img a{margin:0px;border:none;}
 #container {
	width: 996px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 #header {
	background: #000000;
	height:196px;
	padding: 0px;
	margin: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px ; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

	#header ul {
		list-style-type: none;
		border: none;
		height: 37px;
		margin:0px 0px 0px 0px;
		background:url(http://morfo-gopro.com/beahero/wp-content/themes/transparency/images/bg_menu_ul.png) repeat-x;
		padding: 0px;
	}
		#header ul li {
			text-transform: uppercase;
			font-size: 0.9em;
			font-weight: bold;
			font-family: Verdana;
			float: left;
		}
		#header ul li a {
			color: #ffffff;
			display: block;
			padding: 12px;
			border-right: solid 1px  #000000;
			text-decoration:none;
			font-size:12px;
		}
		#header ul li.here a {
			background: url(http://morfo-gopro.com/beahero/wp-content/themes/transparency/images/bg_aqui_menu.png) repeat-x;
		}
		#header ul li a:hover {
			background: url(http://morfo-gopro.com/beahero/wp-content/themes/transparency/images/bg_activo_menu.png) repeat-x;
		}

 #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000 url(../images/contenido.jpg);
	height:473px;
	margin: 0px;
	overflow:hidden;
}
#video{
	padding: 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent;
	float:right;
	width:493px;
	height:373px;
	margin: 40px 10px 0 0;
}
 #footer {
	padding:  0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	height:94px;
}
 #adfooter {
	padding: 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000 url(../images/adfooter.jpg);
	height:286px;
}
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.menu {
	
	background-repeat: no-repeat;
	width:996px;
	
}
form {
	padding:0px;
	width: 385px;
	margin: 0px 5px 0px 0;
	border:none;
	float:right;
		  }
		  
 form .boton {
	border: 1px solid #ffffff;
	padding: 0px;
	font-size: 10px;
	background:#000000;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height: 18px;
			}
form .campo {
	border:none;
	padding: 0px;
	font-size: 12px;
	width:160px;
	color: #999999;
}
#ok {background-color:#FFCC00; margin-top:2px; padding: 1px; width: 380px; text-align: center;}
.enviando 
			{
	    background-color: #FFCC00;
		color:#000000;
		text-align:center;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	     width: 380px;
		 margin:0px;}
		 