@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
background-color:#FFFFFF;
text-align: center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 85%;
}

#wrapper {
	position: relative;
	width: 1200px;
	margin: 0 auto;




text align: left;
background color:#00FF66;
}

#container {
	background-color:#000000;
	height: 800px;
	width: 1200px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#clear {
	clear: both;
}

#header {
	background-color: #000000;
	background: url(../Imagenes/logo.gif) no-repeat top left;
	margin: 0px;
	padding: 0px;
	width: 205px;
	position: relative;
	top: 0px;
	right: 0px;
	float: left;
	height: 100px;
	
}
#h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
}
#content {
	float: left;
	height: auto;
	width: 740px;
	position: relative;
	background-color: #FFFFFF;
}
#sidebar {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 160px;
	height: 400px;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	border: 1px solid #000000;
	clear: left;
}
#footer {
	background-color: #FFFFFF;
	height: auto;
	width: 1200px;
	border: 1px solid #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	text-indent: 40px;
	position: absolute;
	left: 0px;
	margin-top: 24em;
	padding: 0px;
	right: 100px;
}

body {
	background-color: #000000;
}
#google {
	float: right;
}
