@charset "utf-8";
/* CSS Document */

.articulosEcomerce .item
{
	background:url(imagenes/monstrarMas.png) no-repeat; 
	line-height:40px; 
	font-size:16px; 
	color:#77bae8; 
	font-weight:bold;
	padding-left:40px;
}

.articulosEcomerce span{
	
	cursor:pointer; 
}

.articulosEcomerce span:hover
{
	color:#666;
}

.articulosEcomerce .separa{
	padding-left:40px;
}

.articulosEcomerce .opciones
{
	float:right;
}

.articulosEcomerce .opciones a
{
	font-size:12px;
}

.articulosEcomerce .artD{
}
.articulosEcomerce .articulo
{
	line-height:30px; 
	font-size:16px; 
	padding-left:5px; 
	cursor:pointer; 
}

.articulosEcomerce .articulo span
{
	line-height:30px; 
	font-size:16px; 
	padding-left:5px; 
	cursor:pointer; 
}
.articulosEcomerce .articulo span:hover
{
	background-color:#77bae8;
	color:#FFF;
}

.articulosEcomerce .articulo .opciones
{
	float: right;
	line-height: 20px;
}

.articulosEcomerce .sitNivArt
{
	color:#03F;
}

.cataloge
{
	width:100%;
	display:table;
	margin:20px 0;
}

.cataloge .ttt
{
	background-color:#666;
	color:#FFF;
	text-transform:uppercase;
	line-height:30px;
	font-size:12px;
	padding-left:5px;
}

.cataloge .resss
{
	overflow:scroll;
	height:500px;
}

.lista
{
	
}

.lista .item
{
	cursor:pointer;
	line-height:30px;
	padding-left:20px;
	border-bottom:1px solid #333;

}

.lista .item:hover
{
	background-color:#333;
	color:#FFF;

}

.cataloge .categorias
{
	display:table;
	width:100%;
}

.cataloge .categorias .item
{
	float:left;
	width:150px;
	text-align:center;
	cursor:pointer;
	border:1px solid #FFF;

}

.cataloge .categorias .item:hover
{
	border:1px solid #666;

}

.detailCatalogue .cataloge .resss
{
	height:300px;
}

.cataloge .busss input{
	border:none;
	border:1px solid #333;
	padding:5px;
	width:98%;
}

.cataloge .resss .item
{
	border-bottom:1px solid #333;
	padding:10px 3px;
	cursor:pointer;
	
}

.cataloge .resss .itemModelet
{
	padding:3px 3px;
	background-color:#36F;
	color:#FFF;
	
}
.cataloge .resss .item .periodo
{
	font-style:italic;
	font-size:10px;
	color:#03F;
	
}

.cataloge .resss .selle .periodo
{
	color:#fff;
	
}

.cataloge .resss .item:hover, .cataloge .resss .selle
{
	background-color:#666;
	color:#FFF;
}

.cataloge .marcas
{
	width:20%;
	float:left;
}

.cataloge .modelos
{
	width:40%;
	float:left;
}

.cataloge .tipos
{
	width:40%;
	float:left;
}




.cataloge .proveedores
{
	width:100%;
	margin:20px 0;
	display:table;
}

.cataloge .proveedores .item
{
	float:left;
	border:1px solid #FFF;
	cursor:pointer;
	padding:5px;
	margin-left:5px;
}

.cataloge .proveedores .item:hover, .cataloge .proveedores .selItem
{
	border:1px solid #333;
	
}

.vehiculoSeleccionado
{
	padding:5px;
	font-size:12px;
	background-color:#666;
	color:#FFF;
	border:1px solid #000;
	font-weight:bold;
}
.vehiculoSeleccionado .busOtro
{
	float:right;
	
}

.listaArticulosVE
{
}
.listaArticulosVE .item{
	display:table;
	width:100%;
	margin:10px 0;
	border-bottom: 1px solid #333;
	padding:10px 0;
}

.listaArticulosVE .item .imagenArtVE{
	float:left;
	width:200px;
	height:200px;
	background-size:contain;
	background-repeat:no-repeat;

	
}

.listaArticulosVE .item .detalleArtVE{
	float:left;
	height:200px;
	padding:0 10px;
	display:table;
	
}

.listaArticulosVE .item .detalleArtVE .nombre{
	font-weight:bold;
	font-size:14px;
	
}


.listaArticulosVE .item .detalleArtVE .referencia{
	font-style:italic;	
}


.listaArticulosVE .item .detalleArtVE .descripcion{
	
}

.listaArticulosVE .item .detalleArtVE .proveedor{
	
	height:40px;
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	
}

.listaArticulosVE .item .detalleArtVE .nomProveedor{
	text-align:center;
	
}

.nivelesTecdoc
{
	display:table;
	width:100%;
}

.nivelesTecdoc .item
{
	float:left;
	width:80px;
	height:120px;
	padding:5px;
	cursor:pointer;
}

.nivelesTecdoc .item:hover
{
	background-color:#999;
	color:#FFF;
}

.nivelesTecdoc .item .imagen
{
	background-repeat:no-repeat;
	background-size:contain;
	height:90px;
}

.nivelesTecdoc .item .descripcion
{
	text-align:center;
}

.estadoStock0, .estadoStock1, .estadoStock2{
	display:table;
	width:100%;
}

.estadoStock0 .bola, .estadoStock1 .bola, .estadoStock2 .bola{
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	width:30px;
	height:30px;
	float:left;
}

.estadoStock0 .texto, .estadoStock1 .texto, .estadoStock2 .texto{

	float:left;	
	line-height:30px;
	padding-left:5px;
}
.estadoStock0 .bola{
	background-color:#F00;
}
.estadoStock1 .bola{
	background-color:#0F0;
}
.estadoStock2 .bola{
	background-color:#F60;
}