.carrito_box {
	width:175px;
	position:relative;
	background-color:black;
	color:CATALOGO_CARRITO_TEXTO;
}

.carrito_top_text {
	width:175px;
	color:white;
	height:20px;
	position:relative;
	margin-top:0px;
	padding-top:5px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	font-family:verdana;
	background-color:black;
}

.carrito_bot_text {
	width:135px;
	color:white;
	height:30px;
	position:relative;
	margin-top:0px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	font-family:verdana;
	padding-top:10px;
	padding-right:40px;
	text-align:right;
	background: black 10px center no-repeat url('images/carrito-azul.png');
	cursor:pointer;
}

.carrito_bot_text:hover {
	color:blue;
	background-color:gray;
}
  
.label {
	font-size:10px;
	font-weight:bold;
	width: 80px;
	margin-right: 20px;
	text-align: right;
	display: inline-block;
	vertical-align: top;
	position:relative;
}

.boton_carrito {
	position:relative;
	font-weight:bold;
	font-size:11px;
	text-align:right;
	color:white;
	width:150px;
	height:30px;
	padding-top:10px;
	padding-right:10px;
	background: black 5px center no-repeat url('images/carrito-azul.png');
	cursor:pointer;
}

.boton_carrito:hover {
	color:blue;
	background-color:gray;
}

.boton_carrito_out {
	position:relative;
	float:left;
	font-weight:bold;
	font-size:10px;
	text-align:right;
	color:white;
	width:130px;
	height:25px;
	margin-left:5px;
	padding-top:10px;
	padding-right:10px;
	cursor:pointer;
	background-color:black;
	background-position:5px center;
	background-repeat: no-repeat;
}

.boton_carrito_out:hover {
	color:blue;
	background-color:gray;
}

.round {
	position:absolute;
	width:2px;
	height:2px;
}

.carrito_lista_productos {
	font-size:10px;
	font-family:verdana;
	margin:0px;
	position:relative;
	cursor:default;
	text-align:left;
}

.catalogo_span {
	font-size:10px;
	font-weight:bold;
}

.modos_envio {
    position:relative;
    padding:0px;
    margin-top:20px;
    margin-bottom:20px;
}

.modos_envio span {
    font-size:16px;
    font-weight:bold;
}

.modos_envio_p {
    margin:5px;
    position:relative;
}

.modos_envio_p input {
    position:relative;
    margin-left:20px;
    text-align:right;
}

.modos_envio_p label {
    font-size:14px;
    padding-left:10px;
}

.modos_envio_p label b {
    display:inline-block;
    width:40px;
    text-align:center;
}

.textarea_peds {
    width:400px;
    height:100px;
    position:relative;
}
