/* CSS Document */
html, body {
	height: 100%;
	background: #696969 url(/img/body_grd.gif) repeat-x top center;
	border: none;
/* Begin Centering */	
	text-align: center;
/* End Centering */	
}

* {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#container {
	position: relative;
	width: 994px;
/* Begin Centering */	
	margin: 0 auto;
	text-align: left;
/* End Centering */	
}

#header {
	height: 139px;
	position: relative;
	z-index: 1;
}

#logo {
	background: url(/img/logo2.jpg) no-repeat top center;
	height: 100%;
}

#logo h1 a {
	display: block;
	height: 0pt;
	width: 370px;
	padding-top: 41px;
	overflow: hidden;
}

#menu {
	position: absolute;
	top: 41px;
	left: 0px;
	height: 25px;
	width: 815px;
	padding: 0 0 0 179px;
	background-color: #f7f7f3;
	z-index: 1;
	overflow: hidden;
}

#account {
	position: absolute;
	top: 5px;
	right: 12px;
}

#account li {
	display: inline;
	padding: 0 0 0 15px;
}

#subscriber input {
	font-family: "Courier New", Courier, monospace;
}

#subscriber button {
	float: left;
}

#menu #subscriber span {
	color: #fff;
}

#content {
	margin: 0;
	border-top: #269EAC 3px solid;
}

#main {
	position: relative;
	float: right;
	padding: 0px 20px 35px;
	width: 954px;
	min-height: 400px;
	background: #ffffff url(/img/enredadera_right.gif) no-repeat bottom right;
}

#footer {
	width: 994px;
	clear: both;
	padding: 0 0 10px;
}

#static_menu {
	margin: 10px 0 0 0;
	text-align: left;
	padding: 5px 0;
}

#static_menu2 {
	margin: 15px 10px 0 184px;
	text-align: center;
	padding: 0px;
}

#footer_data {
	margin: 2px 0 0 9px;
	text-align: left;
	color: #ffffff;
}

#footer_data span {
	font-size:11px;
	padding: 0 0 10px;
}

#friends {
	margin: 6px 0 0 9px;
	text-align: left;
	color: #ffffff;
}

#friends span {
	font-size:11px;
	padding: 0 0 10px;
}

#friends span.green_alert {
	color:#CCFF00;
}

#friends b {
	font-size: 11px;
}

#friends a {
	color: #ffffff;
	font-size: 11px;
}

#validator {
	clear: both;
	width: 994px;
	height: 46px;
}
#validator p { margin:0 0 25px 12px; float: left;}
#validator img {border: 0;}

#return {
	position: absolute;
	top: 30px;
	right: 0px;
}

/* Formato para impresion de pagina */
@media print {
html, body {
	height: auto;
	background-color: #fff;
	border: none;
	background-image: none;
}

#header, #logo, #footer, #superbanner, #boxtopmenu, #operations, .icongray {
	display: none;
}

#container {
	width: 100%;
	position: relative;
/* Centering */	
	left: 0;
	margin-left: 0;
	height: auto;
}

#main {
	position: relative;
	padding: 0;
	width: 100%;
	height: auto;
}

#body {width: 100% !important;}
#body #my_frog {display: none !important;}
}

