body{ font-family: "Arial";}
.cssImgRegresar{
	margin-bottom: 5px;
    text-align: left;
    margin-left: 20%;

    cursor: pointer;

}
#MenuPrincipal
{
width: 60%;
float: left;
}
.cssHeadTr
{
font-size: 25px;
background-color: #5E8AD1;
/*background-color: #5875AF;*/
color: white;
}

.cssTr
{
font-size: 15px;
}
.cssTd
{
	padding: 6px;
}
.cssTdHead
{
	padding: 3px;
	border-radius: 8px 8px 0px 0px;
	text-align: center;
}
.css1
{
background-color: white;
}
.css2
{

/*background-color: #BBD4E6;*/
background-color: #D9E9F4;
}
.cssM
{
	cursor: pointer;

}
.cssM:hover {
	color: blue;

}
/*Inico Estilos Menu Precios*/
.cssTdHead2
{
	padding: 3px;

}

.cssTdHead
{
	padding: 3px;
	border-radius: 8px 8px 0px 0px;
	text-align: center;
}
#MenuPrecios
{
width: 40%;
}

.cssTexto{
font-size: 14px  ;
float: left;

}

.cssInputPrecio{
	border-radius: 8px;
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	width: 10px;
}
td {
    padding: 3px;
    padding-left: 10px !important;
}
.divRango{
	font-size: 16px;
	margin-bottom: 2%;
}

input[type=textbox] ,input[type=number]{
	border-radius: 20px;
    height: 20px;
    padding: 5px;
    background-color: #F7F7F9;
    border: 2px solid #F2F2F2;
    text-align: center;
    width: 10%;
}

#imgbuscar{
	margin-bottom: -17px;
}

.titleP{
	font-size: 21px;
}
.NoData{
    font-size: 28px;
    margin-top: 8%;
    display: none;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
/*Fin Estilos Menu Precios*/


/*Menu Precios Filtro*/
#MenuPreciosFiltro
{
	width: 70%;
}

.cssHiper{
	text-decoration: none;
	color: black;
}

#containerMarcas{
float: left;
border-radius: 8px;
/*overflow-y:scroll;*/
margin-left: 3px;
/*height: 600px;*/
text-align: left;
}

.csscheck{


border-bottom: 1px solid #595959;
padding-bottom: 10px;
}
.cssimg{
		width: 30px;
	}



	.mov1{
		width: 15%;
	}
	.mov2{
		width: 30%;
	}
	.mov3{
		width:10%;
	}
	.mov4{
		width: 15%;
	}
@media all and (max-width: 750px){
	

	.cssHeadTr
	{
	font-size:21px !important;
	background-color: #5E8AD1;
	/*background-color: #5875AF;*/
	color: white;
	}


	.cssimg{
		width: 45px;
	}

	#MenuPrincipal
	{
	width: 70px !important;
	float: left;
	}

	.mov1{
		width: 15%;
		font-size: 11px !important;
		word-break: break-word;
	}
	.mov2{
		width: 20%;
		font-size: 11px !important;
		word-break: break-word;
	}
	.mov3{
		width:10%;
		font-size: 11px !important;
	}
	.mov4{
		width: 15%;
		font-size: 11px !important;
	}
	#containerMarcas{
		display: none;
	}

}