@charset "utf-8";
body {
	background-color: #000;
	color: #eee;
	margin: 0;
	padding: 0;
	background-image: url(/img/background-green.jpg);
	background-attachment:fixed;
}
#shadow {
	background-color: #555;	
	width: 1010px;
	margin: 0 auto 0 auto;
	padding: 0;
	border-right: solid 2px #333;
	border-left: solid 2px #333;
}
#main_container {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	width: 1000px;	
	margin: 0 auto 0 auto;
	border-left: solid 2px #777;
	border-right: solid 2px #777;
}
#header {
	width: 100%;
	height: 183px;
	border: none;
}
#header img {
	border: none;
	width: 100%;
	height: 100%;
}
/* Aquí esta la parte del menú */
.pro_linedrop {
	height:27px;
	width:747px;
	background:url(/img/black_0.gif);
	position:relative;
	font-family:arial, verdana, sans-serif;
	font-size:11px;
	z-index:0;
	margin-top: -31px;	
}
.pro_linedrop .select {
	margin:0; 
	padding:0; 
	list-style:none; 
	white-space:nowrap;
}
.pro_linedrop li {
	float:left;
	background:url(/img/black_1.gif);
}
.pro_linedrop li.lrt {
	float:right;
	background:url(/img/blue_1.gif);
}
.pro_linedrop .select a {
	display:block; 
	height:27px; 
	float:left; 
	background: url(/img/black_0.gif); 
	padding:0 0 0 15px; 
	text-decoration:none; 
	line-height:23px; 
	white-space:nowrap; 
	color:#fc0;
}
.pro_linedrop .select li.lrt a {
	color:#0ff;
}
.pro_linedrop .select a b {
	display:block;
	padding:0 30px 0 15px; 
	background:url(/img/black_0.gif) right top;
}
.pro_linedrop .select li.line a b {
	background:url(/img/black_0a.gif) right top;
}
.pro_linedrop .select a:hover, 
.pro_linedrop .select li:hover a {
	background: url(/img/black_1.gif); 
	padding:0 0 0 15px;
	cursor:pointer; 
	color:#fff;
}
.pro_linedrop .select li.lrt a:hover, 
.pro_linedrop .select li.lrt:hover a {
	background: url(/img/blue_1.gif); 
}
.pro_linedrop .select a:hover b, 
.pro_linedrop .select li:hover a b {
	display:block; 
	padding:0 30px 0 15px; 
	background:url(/img/black_1.gif) right top; 
	cursor:pointer;
}
.pro_linedrop .select li.line a:hover b, 
.pro_linedrop .select li.line:hover a b {
	background:url(/img/black_1a.gif) right top; 
}
.pro_linedrop .select li.lrt a:hover b, 
.pro_linedrop .select li.lrt:hover a b {
	background:url(/img/blue_1.gif) right top; 
}
.pro_linedrop .select li.lrt a:hover b.arrow, 
.pro_linedrop .select li.lrt:hover a b.arrow {
	background:url(/img/blue_1a.gif) right top; 
}
.pro_linedrop .sub {
	display:none;
}
.pro_linedrop ul ul {
	display:none;
}
.pro_linedrop .sub {
	margin:0; 
	padding:0;
	list-style:none;
}
.pro_linedrop .sub li {
	background:transparent;
}
.pro_linedrop .select :hover .sub {
	height:25px;
	display:block; 
	position:absolute;
	float:left;
	width:747px;
	top:25px; 
	left:0; 
	text-align:center;
	background:#fff url(/img/fade.gif);
	border:1px solid #aaa;
}
.pro_linedrop .select :hover .rt li {
	float:right;
}
.pro_linedrop .select :hover .sub li a {
	display:block; 
	height:25px; 
	line-height:22px; 
	float:left; 
	background:transparent url(line/transparent.gif); 
	padding:0 16px; 
	margin:0; 
	white-space:nowrap; 
	color:#333;
	font-size:10px;
}
.pro_linedrop .select :hover .sub li.subline a {
	color:#c00;
}
.pro_linedrop .select :hover .sub li a:hover,
.pro_linedrop .select :hover .sub li:hover {
	color:#000; 
	line-height:20px; 
	position:relative; 
	background:#fff url(/img/fade.gif) left bottom;
}
/* Fin de la parte del menú */
#content {	
	height: 600px;
	width: 54%;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#content p {
	color: #EEE;
}
iframe {
	color: #eee;
	background-color: #000000;
	width: 100%;
	height: 100%;
}
#sidebar {
	float: right;
	width: 44.5%;
}
#main_tabs {
	height: 225px;
	width: 97%;
	margin-left: 2px;
	background-image: url(/img/logo1.png);
	background-repeat: no-repeat;
	background-position: bottom right;	
	margin-top: 16px;	
}
/* Nuevas tabs */
#home{
	position: relative;
	border: 1px solid gray;
	width: 99.5%;
	height: 90%;	
	background-image: url(/img/fade1.png);	
	margin-top: 5px;	
}
.feature{
	height: 100%;
	position: absolute;
	width: 100%;
}
.feature img{ 
	border: none; 
}
.feature fieldset {
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0;
}
.feature legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #CCC;	
}
.feature h1{
	font-size: 14px;		
	margin: 6px 0px 0px 10px;
	padding: 0;	
	color: #EEE;
}
.feature p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #EEE;
	font-size: 11px;
	margin: 5px;
	text-align: justify;
}
.feature a {
	text-decoration: none;
	color: #eee;
}
.tabs{
	width: 95%;	
	font-weight: bold;
	font-variant: normal;
	font-size: 11px;
	color: #555;	
	margin: 0;
	padding: 0;	 		
}
.tabs li{
	display: inline;
	float: none;
	list-style: none;
	padding: 5px;
	border: 1px solid gray;	
}
.tabs li a{ 
	color: #FFCC00; 
	display: inline; 	
	padding: 5px 15px;
	text-decoration: none;
	width: auto;	
}
.tabs li.active{ 	
	font-size: 13px;
	background-image: url(/img/fade1.png);
}
.tabs li a.active{ 
	color: #EEE !important;
}
/* Fin de nuevas tabs */
#logos {	
	margin-top: 10px;
	margin-left: 2px;
}
#logos table {
	border-collapse: collapse;
	width: 100%;
}
#logos td {	
	background:#000000;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#logos td:hover {
	background-image: url(/img/fade1.png);
}
#logos img {
	vertical-align: middle;
	border: none;	
}
/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
.clearfloat { 
	clear:both;
	height:7px;
	font-size: 1px;
	line-height: 0px;
}
#footer {
	background-color: #777;
	height: 45px;
	width: 100%;
}
#footer p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: bolder;
	padding: 0;
	padding-top: 10px;
	vertical-align: middle;
	color: #EEE;
	margin: 0;
}

#footer #counter {
	float: left;
	margin-top: -27px;
}

#footer #icons {
	float: right;
	margin-top: -27px;
}

#icons img {
	border: none;
	width: 88px;
	height: 31px;
	text-align: right;
	vertical-align: text-bottom;
}



