#selCateg {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}

#contProd {
	/*border:1px solid red;*/
	height: 100%;
	overflow: hidden;
}

#menu {
	float: left;
	/*border:1px solid green;*/
	width: 250px;
	height: 100%;
	text-align: center;
	/*overflow: hidden;*/
}

.txfrmBuscar {
	/*border:1px solid green;*/
	display: block;
	text-align: left;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #777;
}

.formS {
	/*border:1px solid black;*/
	width: 230px;
	text-align: right;
}

.formSearch {
	font-family: verdana;
	font-size: 12px;
	width: 224px;
	padding: 2px;
	border: 1px solid #777;
	color: #777;
	margin-top: 10px;
	height: 20px;
}

.formButton {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	width: 90px;
	background: #fff;
	color: #777;
	padding: 2px;
	border: 1px solid #777;
	margin-bottom: 20px;
	margin: 10px;
	height: 24px;
}

.formButton:hover {
	background: #777;
	color: #fff;
}

.menuCateg {
	display: block;
	border-bottom: 1px solid #777;
	width: 220px;
	text-align: left;
	padding: 6px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #777;
	text-decoration: none;
}

.menuCateg:hover {
	color: #800;
}

.menuCateg:active {
	color: red;
}

#contCons {
	float: left;
	/*border:1px solid blue;*/
	width: 664px;
	height: 100%;
}

.lin {
	display: inline-block;
	font-family: verdana;
	font-size: 13px;
	color: #777;
	margin: 4px;
	text-decoration: none;
	font-weight: bold;
}

.lin:hover {
	color: #800;
}

.lin:active {
	color: red;
}

.nli {
	display: inline-block;
	font-family: verdana;
	font-size: 13px;
	color: #777;
	margin: 4px;
	text-decoration: none;
}

.message {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}

.boxProd {
	display: table;
	/*border: 1px solid black;*/
	/*vertical-align: middle;*/
	overflow: hidden;
	width: 663px;
	min-height: 60px;
	border-top: 1px #800 dotted;
}

.pic {
	/*border: 1px solid black;*/
	display: table-cell;
	width: 190px;
	text-align: center;
	padding: 3px;
	/*min-height: 40px;*/
	/*float: left;*/
}

.imgProd {
	width: 180px;
	height: 135px;
	cursor: pointer;
}

.imgProdV {
	height: 135px;
	width: 101px;
	cursor: pointer;
}

.des {
	/*border: 1px solid black;*/
	display: table-cell;
	vertical-align: middle;
	/*width:300px;
	/*min-height: 40px;*/
	/*float: left;*/
	font-family: verdana;
	font-size: 13px;
}

.pri {
	/*border: 1px solid black;*/
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 80px;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	/*min-height: 40px;
	float: left;*/
}

/*---------------------------------------------------
.prod{
	border:1px solid #bbb;
	border-radius: 4px;
	width: 206px;
	height: 230px;
	float: left;
	margin: 10px 10px 10px 10px;
	overflow: hidden;
}
#pic{
	/*border:1px solid black;
	height: 140px;
	text-align: center;
}
.imgProd{
	width: 180px;
	height: 135px;
}
.imgProdV{
	height: 135px;
	width: 101px;
}
.tit{
	display: table;
	width: 204px;	
	height: 50px;
	/*border:1px solid black;
}
.tits{
	display: table-cell;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color:#000;
	text-align:center;
}
.p-ri{
	display: table;
	width: 204px;
	height: 30px;
	text-align: center;
	/*border:1px solid black;
}
.pris{
	height: 38px;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color:#a11;
	display:table-cell;
	vertical-align: middle;
}*/