/* para que no muestre border en las imagenes que tienen link*/
a img.lava_venta {
	border: 0px !important;
	margin-top: 20px;
	margin-bottom: 35px;
}

/* para cambiar el color de los titulos */
table.tablaventa span {
	color: #4A6F9D !important;
}
table.tablaventa .agotado{
	color: #FF0000 !important;
	line-height: 30px;
}
/*.agotado {
	color: #FF0000 !important;
}*/

/* para cambiar el alto de las celdas */
table.tablaventa td {
	height: 55px !important;
	vertical-align: top !important;
}

.botonagregar {
	margin-bottom: 0px !important;
	margin-top: 5px !important;
	clear: both;
	margin-left: 64px !important;
}

table.tableventa td a:hover {
	background-color: transparent !important; 
	display: inline !important;
}

.TablaListadoColec a:hover, .TablaListadoDist a:hover {
	background-color: transparent !important;
	display:inline;
}

.TablaListadoDist table th {
	width:0px !important;
}

table.tableventa a:hover {
	background-color: transparent !important; 
	display: inline !important;
}

/* agrego cursor a algunas imagenes */
.concursor {
	cursor: pointer;
}

/* estilo para el carrito de compras */
#carrito {
	background-image: url("../imagenes/punteadoHoriz.gif");
	background-repeat: repeat-x;
	color: #7A7A7A;
	font-size: 10px;
	margin-top: 10px;
	padding-top: 5px;
	/*float:left;
	margin-right:64px;*/
	width:115px;
}
div.subcarrito {
	margin-left: 9px;
	text-align: right !important;
	/*float: left;*/
}

div.textoventa {
	font-weight: bolder;
	margin-bottom: 20px;
	color: #7A7A7A;
}

div.formasdepago {
	width: 480px;
	margin-top: 15px;
	padding-top: 12px;
	border-top: 1px dotted #D1D1D1;
}

div.carrito {
	color: #7A7A7A !important;
	width: 470px;
}

span.tip {
	color:#C0C0C0;
	font-size:7pt;
}

span.tip a {
	font-weight: normal !important;
}

/*table, tr, td, select, textarea, input {
	font-size:8pt;
	color:#808080;
}*/

table.checkout th {
	margin-top:20px;
	background-color: #6D8BAF;
	border-top: 6px solid #FAFAFA;
	border-bottom: 6px solid #FAFAFA;
	font-size: 11px !important;
	color: #FAFAFA;
	padding: 2px 0px 2px 0px; 
}

table.checkout td {
	font-size:10px;
	color:#808080;
}

.conborde {
	border:1px solid #E0E0E0;
	border-collapse:collapse;
}

div.powered {
	width: 100%;
	color: #7A7A7A;
	text-align: right;
	margin: 5px 0px 10px 0px;
}

div.powered a {
	font-weight: normal;
}

input.comoboton {

}/*nuevo
.TablaListadoColec #tabla1 .precio {
	font-size: 9px;
	padding: 0 65px 0 0;
	color:#525252 !important;
}
.TablaListadoColec #tabla2 .precio {
	font-size: 9px;
	padding: 0 0 0 30px;
	color:#525252 !important;
}*/
#precio {
	font-size: 9px;
	color: #333333;
	width: 110px;
	height: 10px;
	padding: 5px 0 10px 65px;
	font-weight: bold;
	display: block;
}
#precio-nota {
	font-size: 10px;
	color: #4A6F9D;
	width: auto;
	height: auto;
	padding: 5px 0 5px 0;
	font-weight: bold;
	margin: 12px 0 10px 0;
}

