	<!-- Inicio style carrito -->
TextArea{font-Family:consolas,"courier new",monospace; font-size:9pt; font-color:black}
input[type=text] {cursor: pointer;}

.incarri{
   -webkit-box-shadow: 0px 0px 0px; 
   -moz-box-shadow: 0px 0px 0px; 
    box-shadow: 0px 0px 0px; 
    border: 0px transparent;
    background-color:#c6d9ec;
}

input[type=submit] {
	font-size:8pt; color:black; 
	height:30px;  
	color: #f1f1f1;
	background: #306196;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BD0C29', endColorstr='#D80029', GradientType=0);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	box-shadow: 0px 1px 2px rgba(0,0,0,.5);
	padding: 5px;	
	border: 1px solid transparent;
	cursor: pointer;
}

input[type=button] {
 	font-size:8pt; 
        color:white; 
	height:30px;  
	background: #306196;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BD0C29', endColorstr='#D80029', GradientType=0);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	box-shadow: 0px 1px 2px rgba(0,0,0,.5);
	padding: 5px;	
	border: 1px solid transparent;
	cursor: pointer;
}

#box{
    font-size: 10px;
    line-height: 20px;
    position: fixed;
    z-index: 500;
    border-radius: 10px 10px 10px 10px;
    top: 220px;
}

#tab{
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 500;
    border-radius: 10px 10px 10px 10px;
}

#tab li span{
    display: block;
    padding: 0 5px;
    position: relative;
    border-radius: 10px 10px 10px 10px;
}

#links{
    width: 80px;
    padding: 0px;
    float: left;
    border-left: 1px solid #B4B8BB;
    border-radius: 10px 10px 10px 10px;
}

.show, .hide, .block, .none{
    /* we specify the transition length for hiding and showing */
    transition: margin-right .4s ease-in;
    -webkit-transition: margin-right .4s ease-in;
    border-radius: 10px 10px 10px 10px;
}

#arrow, .bt{
    cursor: pointer;
}


#ventana-flotante{
    width: 290px; 
    float: left;
    z-index: 9000;
    transition: background .3s linear;
    border-radius: 10px 10px 10px 10px;
    background: #306196;
}

#arrow, .ventana-flotante{
    cursor: pointer;
}

/* fin style carrito */

