/**
 * CARRO CONTAINER STYLES
 */
#carrito_web {
	z-index: 180;
	left: 0px;
	width: 758px;
	height: 124px;
	background-color: #FFFFFF;
	display:none;
	color:#000000;
}
#innerEnvolver {
	height:125px;
	width:730px;
	max-width:731px;
	margin:0px;
	padding:0px;
	letter-spacing:0px;
	float:left;
	background-color:#F0F0F3;
	border: 1px solid #CCCCCC;
}
#innerEncabezado {
	width:605px;
	height:28px;
	float:left;
}
#innerComprar {
	margin:0px;
	padding:0px;
	text-align:center;
	vertical-align:middle;
	width:190px;
	height:91px;
	max-height:92px;
	float: left;
	clear:right;
}
/*
#boton_comprar {
	margin: 0px;
	padding: 0px;
	height:22px;
	background-color: #D3D3D3;
	border: 0px solid;
	border-top-color:#FFFFFF;
	border-right-color:#FFFFFF;
	border-left-color:#FFFFFF;
	border-bottom-color:#0099FF;
	color: #FF0000;
	font-size: 9pt;
	font-family: Arial;
	font-weight: bold; 
	width: 110px;
}*/
#tablaCarro {
	background-color:#F0F0F3;
}
#innerTotal {
	margin:0px;
	margin-left:6px;
	background-color:#FFFFFF;
	height:92px;
	width:525px;
	float:left;
}
#innerScroll {
	height:92px;
	width:11px;
	margin:0px;
	padding:0px;
	float:left;
	background-color:#F0F0F3;
}
#botonarribaCarro {
	height:80px;
}
#botonabajoCarro {
	height:15px;
}
#innerBotonera {
	height:125px;
	width:22px;
	margin:0px;
	padding:0px;
	letter-spacing:0px;
	float:left;
	background-color:#F0F0F3;
	border: 1px solid #CCCCCC;
	border-left:none;
}

#cuotacalc {
	font-size:17px;
        height:25px;
        width:22px;
        margin:0px;
        padding:0px;
        background-color:#F0F0F3;
        border: 1px solid #CCCCCC;
}

#innerCarro1 {
	z-index:181;
	height:45px;
}
#innerCarro2 {
	z-index:181;
	height:45px;
}
#innerCarro3 {
	z-index:181;
	height:45px;
}
#innerCarro4 {
	z-index:181;
	height:45px;
}
#innerCarro5 {
	z-index:181;
	height:45px;
}
#innerCarro6 {
	z-index:181;
	height:45px;
}

/*estilo para form solicitud de productos */
.textoRegistro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
