@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;	
}

body {
	background: #1e1e1e url(../img/fondo.jpg) top center repeat-x;
	font: 12px/13px "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	color:#1e1e1e;
	text-align: center;
}

#mensaje_carga{
	width: 330px;
	height: 120px;
	z-index: 1000;
	display: block;
	position: absolute;
	top: 50%;
	left: 38%;
	border: 3px solid #CCC;
	background-color: #FFF;
	text-align: center;
	padding: 20px;
	margin-right: 50px;
}

#wrap {
	margin: auto;
	width: 942px;
	text-align: justify;
	height: 100%;
	overflow: visible;
}

#header {
	height: 349px;
}

#izda {
	width: 550px;
	height: 349px;
	float: right;
	display: inline;
}

#dcha {
	width:335;
	height:349px;
	float:left;
	display:inline;
	overflow:hidden;
}

#menu {
	/*background: #0080c0 url(../img/menu.jpg) no-repeat top left;*/
	height: 540px;
/*	overflow: visible; */
}

#logo {
	background: url(../img/fondo_pix.gif) repeat-x;
	text-align: center;
	width:100%;
	height: 100%;
	color: #666;
	float:left;
	padding-top:20px;
	
}

#login {
	background-image: url(../img/login.jpg);
	position: relative;
	overflow: hidden;
	width: 200px;
	height: 100%;
	color: #FFF;
	text-align: center;
	float: right;
	margin-right: 100px;
	display: inline;
}

#info {
	position: relative;
	display: inline;
	height: 370px;
	width: 550px;
	overflow: hidden;
	float: right;
	background-color: #009ecc;
}

#info img {
	/*padding-top:20px;*/
}

#textlogin {
	padding-top:80px;
	width:200px;
	height:339px;
	color: #FFF;
	text-align: center;
	float:left;
}

#textlogin .texto {
	border: none;
	background:transparent;
	height:20px;
	color:#fff;
}

#textlogin img {
	margin-right:20px;
}

#detector {
	margin-left: 70px;
	position: relative;
	width: 202px;
	height: 49px;
	color: #FFF;
	display: inline;
	float: left;
	border: none;
}

#ayuda {
	position: relative;
	width: 90px;
	height: 49px;
	color: #FFF;
	display: inline;
	float: left;
	border: none;
}

.texto {
	text-align: center;
	margin:3px;
	padding:3px;
	font: 12px/13px "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	border:1px solid #6287BC;
}
