/* ESTRUCTURA BÁSICA */
html {
	height:100%;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
body {
	width:100%;
	height:100%;
	background: #FFF;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #000;
	padding:0px;
	margin:0px;
}
a, a:visited { color:#FA8900; font-weight:bold; }
a:hover { color:#000; }
img { border:none; }
div#cabecera {
	display:block;
	border: solid 1px #999;
	position:absolute;
	top:10px;
	left:10px;
	right:10px;
	height: 75px;
	background:url(../img/laboratoriodigital.gif) no-repeat center left;
	text-align:right;
	/* css hack para IE 6 */
	width: expression((parseInt(document.documentElement.clientWidth)-20)+'px');
}

div#cabecera p{
	display:block;
	border: solid 1px #999;
	float: left;
	width: 500px;
	text-align:right;
	border: none;
	margin-top: 15px;
	margin-left: 350px;
}

.red{
color:red;
}

div#cabecera p em{
font-size: 0.8em;
}

div#cabecera img { 	float:right; padding:2px; }
div#menu { 
	background: #AA9A52;
	color:#FFF;
	height: 20px;
	position:absolute;
	top:95px;
	left:8px;
	right:10px;
	overflow:hidden;
	/* css hack para IE 6 */
	width: expression((parseInt(document.documentElement.clientWidth)-18)+'px');
}
div#menu div {
	float:left;
	width:24%;
	padding-left:15px;
	margin-right:-17px;
	border-left:solid 2px #FFF;
	background-color:#AA9A52;
}
div#menu div img { vertical-align:-35%; padding-right:3px; }
div#menu div.activo { background-color:#000; }
div.titulo {
	position:absolute;
	text-align:center;
	height:35px;
	top:5px;
	left:5px;
	right:5px;
}
div.contenido {
	position:absolute;
	top:40px;
	bottom:0px;
	left:5px;
	right:5px;
	overflow:auto;
	padding-bottom:10px;
}
div#bloque { 
	border: solid 1px #999;
	position:absolute;
	top:125px;
	bottom:45px;
	left:10px;
	right:270px;
	/* css hack para IE 6 */
	width: expression((parseInt(document.documentElement.clientWidth)-280)+'px');
	height: expression((parseInt(document.documentElement.clientHeight)-171)+'px');
}
div#bloque.naranja { border-color: #FA8900; }
div#bloque div.titulo {
	background-color:#988942;
	/* css hack para IE 6 */
	width: expression((parseInt(document.documentElement.clientWidth)-290)+'px');
}
div#bloque.naranja div.titulo { background-color:#FA8900; }
div#bloque div.contenido {
	/* css hack para IE 6 */
	width: expression((parseInt(document.documentElement.clientWidth)-290)+'px');
	height: expression((parseInt(document.documentElement.clientHeight)-221)+'px');
}
div#pedido {
	position:absolute;
	top:125px;
	bottom:165px;
	right:10px;
	width:250px;
	border: solid 1px #FA8900;
	/* css hack para IE 6 */
	height: expression((parseInt(document.documentElement.clientHeight)-290)+'px');
}
div#pedido div.titulo {
	width:240px;
	background-color:#FA8900;
}
div#pedidoContenido {
	/* css hack para IE 6 */
	width:240px;
	height: expression((parseInt(document.documentElement.clientHeight)-340)+'px');
}
div#resumen {
	position:absolute;
	bottom:45px;
	right:10px;
	width: 250px;
	height: 110px;
	border: solid 1px #FA8900;
	text-align:center;
}
div#resumen table { text-align:center; margin:5px auto 5px auto; border-collapse:5px; }
div#resumen table td { text-align:left; padding:2px 5px; margin:5px; }
div#resumen table td#pedidoCopias { border:solid 1px #000; width:65px; }
div#resumen table td#pedidoTotal { border:solid 1px #000; background:#FA8900; color:#FFF; font-weight:bold; width:65px; }
div#resumen form { text-align:center; margin-top:1px; }
div#resumenCoste {
	position:absolute;
	top:125px;
	bottom:45px;
	right:10px;
	width:250px;
	border:solid 1px #FA8900;
	/* css hack para IE 6 */
	height: expression((parseInt(document.documentElement.clientHeight)-170)+'px');
}
div#resumenCoste td { vertical-align:middle; }
div#fin {
	position:absolute;
	top:125px;
	bottom:45px;
	left:10px;
	right:10px;
	border:solid 1px #999;
	/* css hack para IE 6 */
	width: expression((parseInt(document.documentElement.clientWidth)-20)+'px');
	height: expression((parseInt(document.documentElement.clientHeight)-171)+'px');
}
div#fin table { width:100%; height:100%; border:none; }
div#fin table td { text-align:center; vertical-align:middle; overflow:auto; }
div#fin table td div { overflow:auto; }
div#fin table td#acceso { width:300px; border-left:dotted 1px #988942; }
div#fin table td#acceso label { display:block; width:250px; text-align:right; margin-bottom:10px; }
div#fin table td#acceso input { width:170px; border:solid 1px #FA8900; }
div#fin table td#publicas {
	width:200px;
	background-color:#988942;
	color:#FFF;
}
div#fin table td#publicas div {
	position:absolute;
	top:2px;
	bottom:2px;
	height: expression((parseInt(document.documentElement.clientHeight) - 174) + 'px');
	right:307px;
	width:190px;
	padding-left:5px;
	overflow:auto;
	background-color:#988942;
}
div#fin table td#publicas td { text-align:left; }
div#fin table td#publicas h1 {
	font-size:18px;
	color:#000;
}
div#fin table td#publicas ul {
	color:#FFF;
	margin:0px;
	padding-left:0px;
	padding-top:0px;
	margin-bottom:30px;
	border-top:dotted 2px #FFF;
	list-style:none;
}
div#fin table td#publicas ul li {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:dotted 2px #FFF;
}
div#fin table td#publicas ul li img {
	vertical-align:middle;
	padding-right:5px;
}
div#fin table td#publicas ul li a {
	color:#FFF;
	text-decoration:none;
}
div#fin table td#publicas ul li a:hover {
	color:#000;
	text-decoration:underline;
}

div#pie {
	height: 15px;
	border: solid 1px #999;
	position: absolute;
	left:10px;
	right:10px;
	bottom:10px;
	padding:5px;
	color:#333;
	/* css hack para IE 6 */
	width: expression((parseInt(document.documentElement.clientWidth)-30)+'px');
}
div#herramientas {
	position:absolute;
	right:5px;
	top:6px;
}
div#pie span.telefonoPie { color:#000; font-weight: bold; }
div#pie span.faxPie { font-weight:bold; }
div#herramientas a { color:#666; font-weight:normal; }
div#herramientas a:hover { color:#000; }
div#mensajes {
	position:absolute;
	width:50%;
	text-align:center;
	padding:15px;
	top:0px;
	left:50%;
	margin-left:-25%;
	border-bottom:solid 1px #666;
	border-left:solid 1px #666;
	border-right:solid 1px #666;
	background:#CF6;
}
div#mensajes.error {
	background:#F66;
	font-weight:bold;
}
body>div#mensajes {
	position:fixed;
}

/* IMAGENES EN LISTA */
div.imagen {
	float:left;
	position:relative;
	width: 105px;
	height:125px;
	margin-left:15px;
	margin-top:15px;
	cursor:pointer;
}
div.imagen div {
	width:100px;
	height:100px;
	background:#000;
	border:solid 2px #000;
}
div.activa div, div.imagen:hover div {
	border:solid 2px #FA8900;
}
div.imagen div img {
	border:solid 1px #CCC;
	margin:4px;
	width:90px;
	height:90px;
}
div.imagen p {
	font-family:Arial,Tahoma,Helvetica,sans-serif;
	margin-top:2px;
	text-align:right;
	font-size:12px;
}
div.imagen p img {
	vertical-align:-35%;
}

/* IMAGENES EN PEDIDO */
div#pedidoContenido hr { border:none; border-top:dotted 2px #988942; margin-right:5px; }
div#pedidoContenido h3 { color:#FA8900; padding-bottom:15px; border-bottom: dotted 2px #988942; text-align:center; font-size:14px; }
div#pedidoContenido div.imagenPedido {
	position:relative;
	padding-left:100px;
	border:solid 1px #988942;
	margin-right:5px;
	height:90px;
}
div#pedidoContenido div.imagenPedido img {
	position:absolute;
	left:0px;
	top:0px;
}
div#pedidoContenido div.imagenPedido p {
	margin:2px 2px 2px -2px;
	padding:2px 5px;
	background:#FA8900;
	color:#FFF;
	font-weight:bold;
}
div#pedidoContenido div.imagenPedido ul { margin:4px; padding-left:12px; }
div#pedidoContenido div.imagenPedido form { margin:0px;}


/* CONTENIDO EN RESUMEN */
div#bloque h3 { color:#FA8900; padding:15px; border-top: dotted 2px #988942; border-bottom: dotted 2px #988942; text-align:center; font-size:14px; }
div#bloque div.imagenPedido {
	position:relative;
	float:left;
	padding-left:140px;
	border:solid 1px #FA8900;
	margin-right:15px;
	margin-top:5px;
	margin-bottom:10px;
	width:120px;
	height:120px;
	font-size:14px;
}
div#bloque div.imagenPedido img {
	position:absolute;
	left:0px;
	top:0px;
	border:solid 14px #000;
	padding:1px;
	background:#ccc;
}
div#bloque div.imagenPedido p {
	margin:2px 2px 2px -2px;
	padding:2px 5px;
	background:#FA8900;
	color:#FFF;
	font-weight:bold;
}
div#bloque div.imagenPedido ul { margin:8px 4px 8px 4px; padding-left:12px; }
div#bloque div.imagenPedido form { margin:0px;}
table#resumenTabla { margin:auto auto 15px auto; }
table#resumenTabla td { text-align:left; padding:5px; }
table#resumenTabla td#pedidoCelda { border:solid 1px #988942; background:#000; color:#FFF; text-align:right; }
table#resumenTabla td#pedidoTotal { background:#FA8900; font-weight:bold; text-align:right; }

/* CONTENIDO EN DATOS */
table#envoltorioDatos { width:100%; height:100%; border:none; }
table#envoltorioDatos td.centrado {
	text-align:center;
	vertical-align:middle;
}
table#datos { margin:auto; text-align:left; border:none; }
table#datos td { vertical-align:top; margin-top:5px; }
table#datos input { width:300px; border:solid 1px #000; font-size:12px; font-weight:normal; font-family:Arial; padding:2px; }
table#datos textarea { width:300px; border:solid 1px #000; font-size:12px; font-weight:normal; font-family:Arial; padding:2px; }
table#datos td.boton { text-align:center; }
table#datos td.boton input { border:none; width:auto; }
table#datos td.errorForm { font-size:130%; font-weight:bold; color:#C00; text-align:center; }

/* OVERLAY IMAGENES */
div#tapadera {
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background:url(../img/back.gif);
	/* css hack para IE 6 */
	width: expression(parseInt(document.documentElement.clientWidth)+'px');
	height: expression(parseInt(document.documentElement.clientHeight)+'px');
	z-index:50;
}
div#muestraImagenFondo {
	position:absolute;
	width:750px;
	height:520px;
	background:#FFF;
	top:50%;
	left:50%;
	margin-top:-260px;
	margin-left:-375px;
	z-index:60;
}
div#muestraImagen {
	position:absolute;
	width:500px;
	height:500px;
	background:url(../img/lb/cargando.gif) no-repeat center center;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-365px;
	z-index:80;
}
#imagen {
	position:relative;
	top:0px;
	left:0px;
	z-index:90;
}
div#muestraImagenForm {
	position:absolute;
	bottom:10px;
	right:5px;
	width:220px;
}
div#muestraImagenForm div {
	width:220px;
	display:block;
	padding-bottom:5px;
}
div#muestraImagenForm label {
	display:block;
	float:left;
	width:70px;
}
div#muestraImagenForm div input {
	width:70px;
}
input#btncerrar {
	position:absolute;
	top:10px;
	right:10px;
	width:100px;
}
div#muestraImagenForm p {
	font-size:80%;
}
div#metodos_pago{
	width:100%;
	text-align:center;
	margin-top:200px;
	margin-left:auto;
	margin-right:auto;
}
div#metodos_pago input{
	width: 250px;
	margin-top:20px;
}

div#herramientas a.salir { font-weight:bold; color:#FA8900; }




