.pasos_pedido_1,.pasos_pedido_2,.pasos_pedido_3,.pasos_pedido_4 {
	float: left;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	color: #008BDF;
	font-size: 9px;
	padding: 8px 0px;
	width: 180px;
}

.pasos_pedido_1 {
	margin-left: 10px;
}

div.ficha {
	width: 756px;
	border: 1px solid #85A8BE;
	margin: 15px 0px;
}

div.ficha div.titulo,div.ficha div.leyenda { /*padding:10px 14px;
    height:11px;*/
	background-color: #0B507D;
	background-image: url(../../img/remate_ficha.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #FFFFFF;
	margin: 0px 0em 0px 0px;
	font-weight: bold;
	font-size: 14px;
	padding: 0.5em 1em;
}

div.ficha ul.direccion {
	padding: 15px 60px;
	font-size: 13px;
}

div.ficha ul.direccion li {
	list-style: none;
}

div.ficha ul.direccion li strong {
	color: #0A357E;
}

div.ficha table {
	width: 725px;
	margin: 20px auto;
}

div.ficha table thead,div.ficha table tfoot {
	background-color: #CCCCCC;
	font-weight: bold;
}

div.ficha th {
	text-align: center;
	background-color: #CCCCCC;
	font-weight: bold;
	padding: 3px 0px;
}

div.ficha .precio {
	text-align: right;
	padding-right: 3px;
}

div.ficha .totales {
	text-align: right;
	padding-right: 1em;
}

div.ficha table tr td {
	padding: 3px 0px;
}

div.ficha table tr.sin_stock {
	background-color: #FFAAAA;
}

div.ficha table tr.oculto {
	display: none;
}

div.ficha table tr.visible {
	display: table-row;
}

div.ficha table td.icono {
	text-align: center;
}

/*div.ficha table input[type="text"], div.ficha div.kredis input[type="text"]
{
    width:36px;
}*/
div.ficha input.cantidad {
	width: 32px;
}

div.ficha .precio input {
	width: 86px;
	text-align: right;
}

div.ficha div.kredis {
	margin: 0px 15px 15px 15px;
	padding: 15px 5px;
	/*border: 1px solid #85A8BE ;*/
}

div.ficha div.kredis label {
	display: block;
	float: left;
	width: 300px;
	text-align: right;
}

div.ficha div.kredis ul li {
	list-style: none;
	display: block;
	float: none;
	clear: both;
	padding: 4px 0px;
	font-size: 14px;
}

div.ficha input {
	clear: none;
}

input.input_label {
	border-width: 0px;
	background: none;
	color: #000000;
}

div.error_direccion{
	clear:both;
	width:50%;
	color: #990000;
	/*display: block;
	float: left;*/
	font-size: 14px;
	font-weight: bold;
	margin: 0px auto;
	padding: 0.5em;
	text-align: center;
	/*width: 25%;*/
	background-color: #FFDDDD
}