* html img,
* html .png {
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

body {
	background-color: #989898;
	text-align: left;
	margin: 0px;
	font: 10px Arial, Helvetica, sans-serif;
}

#idiomas{
	clear:both;
	text-align:right;
	width:90%;
	padding-right:10px;
	/* background: url(../images/index/background-idiomas.gif) repeat-x;*/
	height:17px;
}
#idiomas img{
	margin-top:-1px;
}
#index_page{
	background:url(../images/index/background.jpg) repeat-x;
	margin-top:0px;
	height:705px;
	overflow:hidden;
}

#index_footer{
	padding-top:40px;
	text-align:center;
}
#index_footer a,#index_footer {
	color:#ffffff;

}
#index_footer a:hover{
	text-decoration: underline;
}
#header{
	clear:both;
	height:92px;
	width:100%;
	text-align:left;
	color:#ffffff;
	z-index:0;
}

#header #logo{
	float:left;
	padding-left:6%;
	width:30%;
	z-index:2;
}

#header #login{
	width:60%;
	float:left;
	z-index:0;
	text-align:right;
}

#header #login .txtbox{
	height:13px;
	border:1px solid #cccccc;
	font-size:10px;
}

#login_usuario{
	float:left;
	width:40px;
	margin-top:0px;
	z-index:1;
}
#login_usuario2{
	float:left;
	margin-top:0px;
	z-index:0;
}

#login_titulo{
	text-align:left;
}

.boton{
	background: url(../images/index/boton.png) no-repeat;
	width:69px;
	height:21px;
	color:#ffffff;
	border:0px;
}

#page_content{

	z-index:1;
	width:100%;
	height:536px;
	color:#999999;
	margin-top:-33px;
	margin-left:5%;
	border:0px;
	padding-left:10px;
	font-size: 12px;
}

#botonera{
	width:100%;
	margin-left:150px;
	clear:both;
	text-align:left;
}

.txt_buscar{
	width:186px;
	height:23px;
	background: url(../images/index/txt_buscar.gif) no-repeat;
}

#features_1{
	width:960px;
	height:303px;
	background: url(../images/index/features1.jpg) no-repeat;
}

#features_2{
	width:960px;
	height:303px;
	display: none;
	background: url(../images/index/features1.jpg) no-repeat;
}
#features_3{
	width:960px;
	height:303px;
	display: none;
	background: url(../images/index/features1.jpg) no-repeat;
}

#registrate_aqui{
	clear: both;
	font-size:24px;
	margin-left: 250px;
}

#registrate_aqui a{
	color:#FF3005;
}

#registrate_aqui a:hover{
	text-decoration:underline;
}

#register,#register_form{
	color:#999999;
}
#register_form{
	font-size:12px;
}

#register h1{
	font-size:16px;
}
#register h2{
	font-size:14px;
}

#registracion_rta{
	font-size:12px;
	color:red;
	width:60%;
}



.errror,.error{
	color:#ffffff;
	text-align:center;
	background-color: #FF7F7F;
/*	border:1px solid red; */	/* border:1px solid #ccc; */
}

.ok{
	color:#000000;
	text-align:center;
	background-color: #AAFF7F;
/*	border:1px solid red; */	/* border:1px solid #ccc; */
}

#header a,#header a:active,#header a:hover{
	color:#ffffff;
}
#screenshots div{
/* width:80%; */
}
#screenshots ul{
	list-style-type: none;
}

#screenshots li{
	float:left;
	padding-left: 10px;
	width: 150px;
}

#screenshots li img{
	padding: 5px;
	border:1px solid #eeeeee;
}


#index_features {
	list-style-type: none;
}

#index_features li{
	background: url(../images/img_finalizar.gif) top left no-repeat;
	padding-left :20px;
	margin-top:5px;
	
}	