/***
	Control de inventario Masbytes. Enero 2013 Albert Ruiz (albert@masbytes.es)
	version 1.0 # 20130127-10.54
***/

/* Estructura general */
* {
	margin:0;
	padding:0;
	font-family:verdana,arial;
	font-size:13px;
}

body {
	background-color:#fff;
}

#documento {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	/*border:1px #000 solid;*/
}

#topNav {
	background-color:#000084;
	border-bottom:3px #ff2121 solid;
	height:30px;
	color:#fff;
	/*padding-top:10px;*/
}

#topNav #todo {
	width:960px;	
	margin-left:auto;
	margin-right:auto;	
	background-color:#faa;
}

#topNav #todo #izq {
	float:left;
	position:relative;
	top:5px;
	width:700px;
	height:30px;
	text-align:left;
	/*background-color:#afa;*/
}

#topNav #todo #der {
	float:left;
	position:relative;
	top:5px;
	width:260px;
	height:30px;
	text-align:right;
	/*background-color:#aaf;*/
}

#topNav a {
	color:#fff;
}


#documento #cabecera {
	margin:10px;
	height:84px;
}

#documento #cabecera #logotipo {
	margin-left:auto;
	margin-right:auto;
	width:250px;
	height:84px;
	background-image:url("../img/masbytes.gif");
	background-repeat:no-repeat;
	background-position:top middle;
}

#documento #cuerpo #logotipo {
	float:left;
	width:250px;
	height:84px;
	background-image:url("../img/masbytes.gif");
	background-repeat:no-repeat;
	background-position:top middle;
}

#documento #cuerpo #laCaja {
	float:left;
	position:relative;
	top:5px;
	left:40px;
}
	
#documento #modoManual {
	display:none;
}

#documento #controlErrores {
	margin:10px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	min-height:300px;
	text-align:center;
	background-color:#faa;
	display:none;
	/*border:1px #000 solid;*/
}

#documento #cuerpo {	
	width:960px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	min-height:100px;
	text-align:center;
	display:block;
	/*border:1px #000 solid;*/
}

#documento #mensaje {
	font-size:18px;
	color:#000;
	text-align:center;
	padding:10px;
	margin:10px;
	background-color:#F7F4F2;
	border:1px #635043 solid;
}

#documento #historico {
	margin-top:30px;
}

#documento #datosHistorico {
	width:916px;
	height:375px;
	background-color:#ddd;
	overflow:auto;
	margin:10px;
	padding:10px;
	border:1px #635043 solid;		
}
	
#documento #cuerpo #laCaja {
}

#documento #cuerpo #elBoton {
}



/* Elementos sueltos */
.cajaTexto {
	width:200px;
	height:40px;
	font-size:24px;
}

.boton {
	width:150px;
	height:47px;
	font-size:24px;
	background-color:#000084;
	color:#fff;
	behavior: url(/css/border-radius.htc);
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	
}

.boton:hover { background-color:#5466Ff; }

#col01 {
	float:left;
	margin:10px;
}
#col02 {
	float:left;
	margin:10px;
}
#col03 {
	float:left;
	margin:10px;
}
#col04 {
	float:left;
	margin:10px;
	position:relative;
	top:13px;
	
}

.textito {
	color:#aaa;
	text-align:left;
}

.campo {
}

.x {
	position:relative;
	top:20px;
	font-size:30px;
	color:#aaa;
	
}


.color1 {
	background-color:#aaa;
}
.color2 {
	background-color:#ddd;
}
.fila {
	clear:both;
	height:30px;
	padding:8px;
	
}