@charset "utf-8";
/* CSS Document */
body {
	background-color: #d8d8d8;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
}
.selector{
	font-size:11px;
	color: #000;
	background-color: #ccc;
	border-style: dashed;
	border-width: 1px;
	border-color: #000;
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.selectorpresupuesto{
	font-size: 11px;
	color: #000;
	background-color: #E0E0E0;
	border-style: dashed;
	border-width: 1px;
	border-color: #000;
	width: 95%;
	margin-bottom: 10px;
}
.refcaja{
	font-size:10px;
	height:12px;
}
.titulo_zona{
	font-size:11px;
	font-weight:bold;
	height:15px;
	background-color:#000;
	color:#FFF;
	padding:5px;		
}
.descripcion_caja{
	font-size:11px;
}
.celda-caja{
	padding:5px;
	border:1px dashed #fff;
	cursor:pointer;
}
.celda-caja.disabled{opacity:.25}
.celda-caja:hover{border-color:#666;}
.celda-caja img{max-width:66px;max-height:105px; margin-bottom:5px;}

.tabla_accesorios{
	font-size:10px;
	table-layout:fixed;
	overflow:hidden;
	width:100%;
}
.menu-superior{
	font-size:11px;
	background-color:#000;
	color:#FFF;
}
.menu-superior .opcion:hover{
	cursor:pointer;
	background-color: #bb2922;
}
.menu-superior .activo{
	background-color: #EE2E24;
	font-weight:bolder;
}
.txt_presupuesto{
	font-size: 11px;
	padding: 5px;
}
.reftoma{
	font-size:12px;
	margin-top:10px;
}
.refprot{
	font-size:12px;
	margin-top:10px;
}
.zona_magnetos{
	border-style:dashed;
	border-color:#666;
	border-width:1px;
}
.zona_tomas{
	/*background-color:#00F;*/
}

.anclaje-caja{
	position:absolute;
	border:1px dashed #000;
	cursor:pointer;
	border-radius:5px;
	background:url(imgs/icons8-plus-50.png) no-repeat 50% 50%;
	background-size:20px
}

.anclaje-caja:hover{
	border-color:#f00;
	background:url(imgs/icons8-plus-50-red.png) no-repeat 50% 50%;
	background-size:20px
}

.zona-bornas{
	display:none;
	position: relative;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px dashed;
	margin-right: 10px;
	height: 60px;
}

.radio-igas{
	font-size: 10px;
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid;
}

.cuadro-info {
	border: 1px dashed #000;
	font-size: 11px;
	position: absolute;
	width: 95%;
	bottom: 0px;
	height: 190px;
	text-align: center;
	padding-top: 10px;
	display:none;
	background-color:#e5e5e5;
	margin-left:5px;
	margin-bottom:5px;
	margin-right:5px;
}

.mini-icos{
	margin-right:10px; width:30px;cursor:pointer;
}

.mini-icos:hover{
	opacity:.5;
}

.resalte-fijo{
	background-blend-mode: multiply;
	background-color:rgba(250,120,0,0.5);
}

.pantalla-registro{
	display:none;
	position: absolute;
	background: #fff;
	z-index: 999;
	width: 570px;
	padding: 10px;
	font-size: 12px;
	top: 25%;
	left: 40%;
	border: 1px solid;
}

.boton-ppto{
	padding: 10px;
	background: #fff;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	border:1px solid #000;
}

.boton-ppto:hover{
	color: #fff;
	background: #000;
}

.boton-registro{
	padding: 20px;
	background: #fff;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	float: left;
	margin-right: 10px;
	margin-top: 20px;
	width: 100px;
	text-align: center;
	cursor: pointer;
	border:1px solid #000;
}

.boton-registro:hover{
	color: #fff;
	background: #000;
}

.papelera-cuadro{
	background: url(imgs/Trash-Recyclebin-Empty-Closed.png) no-repeat;
	width: 50px;
	position: absolute;
	background-size: contain;
	height: 50px;
	top: 90%;
	left: 92%;
}

.ppto-leyenda{
	font-weight:normal;
	font-size:12px;
}

.lista-distribuidores{
	position:absolute;
	width:100%;
	height:100vh;
	background-color:rgba(0,0,0,.5);
	display:none;
	margin-top:-10px;
}

.cuadro-distribuidores{
	width: 900px;
	background-color: #fff;
	margin-top: 5%;
	height: 530px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	font-size: 11px;
	/*overflow-y:scroll;*/
}

.cuadro-distribuidores .titulo{
	font-size:14px;
	font-weight:bold;
}

.info-distribuidor {
	width: 29%;
	float: left;
	padding: 10px;
	border: 1px solid #000;
	margin-left: 1%;
	margin-top: 15px;
	cursor:pointer;
	height:80px;
}

.info-distribuidor:hover{
	background-color:#ddd;
}

.boton-cerrar{
padding:10px;
text-align:center;
background-color:#000;
color:#fff;
cursor:pointer;
margin-top:10px;
}
.boton-cerrar:hover{
opacity:.75;
}

.resalte-parpadeante{
	background-blend-mode: multiply;
    animation: blink 1s;
    animation-iteration-count: infinite;
}
@keyframes blink { 50% { background-color:rgba(250,120,0,0.5); }  }
