.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;
}

.content_print {
    position:relative;
    margin:0 auto;
    width:994px;
    border:1px solid #E2E2E2;
    font-family:verdana;
    font-size:16px;
}

.cabecera_print {
    position:relative;
    top:0px;
    left:0px;
}

.ref_print {
    position:relative;
    font-weight:bold;
}

.contenido {
    width:974px;
    margin:10px;
}

.info_print {
    padding-bottom:3px;
    border-bottom:1px solid #E2E2E2;
}

.box_print {
    position:relative;
    float:left;
}

.label_print {
    position:relative;
    display:inline-block;
    width:200px;
    text-align:right;
}

.label_data {
    margin-left:10px;
    font-weight:bold;
}

.label_data_p {
    margin:3px;
}

.li_print {
    margin-left:20px;
}

.images_print {
    position:relative;
    max-width:368px;
    margin-bottom:10px;
    max-height:290px;
}

.info_sup {
    width:994px;
    background-color:#333333;
    height:20px;
    padding-bottom:8px;
    color:gray;
    font-weight:bold;
    font-size:18px;
    text-align:center;
}

.inmo_search {
    position:relative;
    text-align:left;
    margin-top:10px;
    border:1px solid gray;
    padding:10px;
    font-weight:bold;
    font-size:14px;
    border-radius: 8px 8px 8px 8px;
}

.inmo_search:hover {
    background-color:#DDDDDD;
    cursor:pointer;
}

.img_arr {
    position:absolute;
    top:10px;
    right:10px;
}

.cont_search {
    margin-top:10px;
    position:relative;
    border:1px solid gray;
    border-radius: 8px 8px 8px 8px;
    
}

.box_search {
    position:relative;
    width:180px;
    height:150px;
    float:left;
    padding:10px;
    font-family:verdana;
    font-size:12px;
    text-align:left;
}

.corte {
    clear:both;
}

.box_search_submit {
    margin-bottom:10px;
}

.box_search_submit input {
    position:relative;
    width:550px;
    padding:5px;
    font-weight:bold;
    font-size:14px;
    cursor:pointer;
}

