
.plupp {
	margin: 0px 0px 4px 4px;
	vertical-align: middle;
}

.mainitemborder1 {
	/* border: 0px solid #999; */
	overflow: auto;
	min-height: 300px;
}
.mainitemborder2 {
	padding: 10px;
	overflow: auto;
	min-height: 300px;
	/* background: url(../extras/bgfix.png) repeat-y;  */
}
.mainitemborder3 {
	overflow: hidden;   /*  overflow: auto; SAQUE LA BARRA QUE DESLIZA EN EL HOME*/
	min-height: 300px;
}
.mainitemborder2, .mainitemborder3 {
	 
	scrollbar-arrow-color: #6F7599;
	scrollbar-base-color: #FFFFFF;
	scrollbar-dark-shadow-color: #B7C7E0;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #B7C7E0;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3d-light-color: #B7C7E0;
}


.branditem {
	width: 650px;
	margin-bottom: 15px;
}

.branditem a{
	font-family: Verdana;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	text-align: left;
}

.branditem a:hover {
	color: #000;
}

.branditem img {
/*	height: 50px;*/
}

.branditemimage {
	width: 150px;
}

.branditemtext a {
	display:block;
	position: relative;
	bottom: 25px;
 	z-index: 5000;
}

.product_image {
	float: left;
	margin-right: 20px;
}
.product_description {
	font-family: Verdana;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	text-align: left;
	line-height: 1.5;   /* SE AGREGO */

}
.product_description h1 {
	
}


.productitemborder1 {
	border: 1px dotted #999;	/* antes solid */
	height: 190px;	/* antes 180 */
	width: 200px;	/* antes 220 */
	float: left;
	margin-left: 26px;	/* antes 3 */
	margin-bottom: 26px;	/* antes 3 */
}
.productitemborder2 {
/*	border-right: 10px solid #CC0A00; */
	height: 160px;
/*	padding: 10px; */
}

.description {
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
	text-align: left;
}

.description table {
	border:0px;
}

 

.text {
	font-family: Verdana;
	font-size: 120%;
	color: #999;
	text-decoration: none;
}

.textred a:hover, a.text:hover {
	font-family: Verdana;
	font-size: 120% !important; /*	ESTABA EN 100 */
	letter-spacing: 0px !important; /*	ESTABA EN -1px */
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.productdetails table {
/*	border: 1px solid red;*/
	width: 670px;
	margin-top: 10px;
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
	clear:both;
}

.productdetails table th {
	color: white;
	background-color: #CC0A00;
		line-height: 1.5;   /* SE AGREGO */

}

.productdetails table td {
	color: #666;
	border-bottom: 1px dashed red;
		line-height: 1.5;   /* SE AGREGO */

}

.productdetails table td img {
	margin-right: 10px;
}

.homeitemborder1 {
	border: 0px solid #999;
	height: 190px;
	width: 300px;
	background: #fff;
	float: left;
	margin-left: 15px;
	margin-bottom: 10px;
	text-align:left;
	padding: 10px;
	padding-right: 20px;  /* agregue esta linea para mover más a la derecha el home */
}



/*.homeitemborder2 {*/
/*	width: 678px;*/
/*	border: 1px solid #ddd;*/
/*}*/

.menusearch {
	border: 0;
	margin: 0;
	color: red;
}

.float_oferta {
	float: right;
	position: relative;
	left: -5px;
	margin-top: 30px;
	height: 50px;
	z-index: 100;
}

.productitemdata {
	width: 200px;
	position: absolute;
	z-index: 50;
	margin-top:16px; /* agregue */
}

.productitemdata div {
	font-size: 75%;
	text-align: center;	/* antes nada */
	padding-left: 6px;
	padding-right:6px;
	line-height: 1.5;   /* SE AGREGO */

}

.productitemdata img {
	margin-left: 25px;
}

#contacto_der {
	float: right;
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
	color: #666666; /*	#999*/  
	text-decoration: none;
}

#contacto_izq {
	float: left;
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
	color: #666666; /*	#999*/  
	text-decoration: none;
		line-height: 1.5;   /* SE AGREGO */

}

#contactform td {
	text-align: left;
}

#equipo_right {
	float: right;
	width: 300px;
	 
}

#equipo_thumb {
	float: left;
	margin: 2px;
	width:65px;
	height: 90px;
}

#equipo_left {
	float: left;
	width: 300px;
}

#equipo_left_text {
	text-align: left;
	margin-left: 220px;
}


/* image gallery store css */

.photo {
	margin: 20px;
	position: relative;
	width: 180px;
	height: 130px;
	float: left;
}

.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}

.photo span {
	width: 77px;
	height: 27px;
	display: block;
	position: relative;
	top: 12px;
	left: 50px;
	background: url(../extras/img/tape.png) no-repeat;
}
.photo a {
	text-decoration: none;
}

#noflow {
	overflow: none;         /*  overflow: scroll (antes); SAQUE LA BARRA QUE DESLIZA*/
	height: 100%;
	position: relative;
	z-index: 1000;
}

.equipo_list {
	width: 300px;			
	margin: 5px;
	padding: 5px;
	font-family: Verdana;
	font-size: 120%;
	color: #000000;
	text-decoration: none;
	float: left;
	border: 1px solid #CC0A00; 	/* se adelgazo de 2px a 1 */
	height: 90px				/* se agrego esta linea para achicar el alto */
}

.equipo_list img {
	float: left;
	margin-right: 5px;
}
