label.error { color:#ff0000; font-size:12px; } 

#cesta_top {
	float:left;
	width:100%;
}

#cesta_top .cesta_top_item {
	float:left;
	width:180px;
	height:50px;
	padding-top: 1px;
	margin-right:2px;
}

#cesta_top .cesta_top_item .txt_gris,
#cesta_top .cesta_top_item .txt_negro {
	font-size: 12px;
}

#cesta_top .cesta_top_item .txt_gris {
	color: #818181;
	margin-left:10px;
}

#cesta_top .cesta_top_item .txt_negro {
	color: #000;
	font-weight: bold;
	margin-left:10px;
}

.cesta_barra {
	width:180px;
	height:10px;
	background-color: #818181;
	margin-bottom: 5px;
}

.cesta_barra_sel {
	width:180px;
	height:10px;
	background-color: #f7d117;
	margin-bottom: 5px;
}

.cesta_barra_pass {
	width:180px;
	height:10px;
	background-color: #975324;
	margin-bottom: 5px;
	cursor:pointer;
}

#cesta_content {
	float:left;
	width:100%;
	margin-top: 40px;
}

.cesta_content_table {
	width:100%;
}

.cesta_eliminar {
	font-size:10px;
	color:#ed6c00;
	background: url(/img/ico_cesta_del.gif) no-repeat 0px 5px;
	padding-left:15px;
	width:110px;
	padding-top:5px;
}
.cesta_eliminar a {
	text-decoration: none;
	color:#ed6c00;
}

.cesta_precio {
	font-weight:bold;
	width: 120px;
	padding-top:5px;
}

.cesta_cabecera {
	font-size:11px;
	padding-bottom: 5px;
}

.cesta_pie {
	font-size:11px;
	padding-top: 5px;
}

.cesta_pie_big {
	font-size:16px;
	padding-top: 10px;
	font-weight: bold;
}

.cesta_linea {
	height: 39px;
	*height: 32px; /* ie */
}

.cesta_titulo {
	font-weight: bold;
	padding-top:5px;
	padding-left:4px;
}

.cesta_act {
	width:50px;
	background: url(/img/cesta_act_back.png) no-repeat 0px 1px;
	padding-top:7px;
}

.cesta_cantidad {
	width:45px;
	background: url(/img/cesta_cant_back.png) no-repeat 1px 1px;
	padding:7px 0px 0px 20px;
}

.cesta_cantidad2 {
	width:45px;
	padding:7px 0px 0px 20px;
}

.cesta_linea_gray {
	background-color: #e6e6e6;
}

.cesta_linea_white {
	background-color: #fff;
}

#cesta_pie {
	padding-top: 30px;
	float:right;
}

#cesta_content_col1 {
	width: 360px;
	float:left;
	margin-right: 20px;
}

#cesta_content_col2 {
	width: 360px;
	float:left;
}

#frmLogin {
	margin-top:20px;
}

#frmRegistro {
	margin-top:20px;
}

.cesta_campo_l {
	width:175px;
	float:left;
}

.cesta_campo_l2 {
	width:175px;
	float:left;
}

.cesta_campo_r {
	width:175px;
	float:right;
}

.cesta_campo_dbl {
	width:355px;
	float:left;
}

.cesta_campo_tri {
	width:535px;
	float:left;
}

.cesta_campo_l input,
.cesta_campo_r input {
	padding-left: 5px;
	padding-bottom: 6px;
	border:0px solid black;
	background-color: #f7d117;
	clear: both;
}

.cesta_campo_dbl input, .cesta_campo_dbl select {
	padding-left: 5px;
	padding-bottom: 6px;
	border:0px solid black;
	background-color: #f7d117;
	clear: both;
	width:340px;
}

.cesta_campo_tri input, .cesta_campo_tri select {
	padding-left: 5px;
	padding-bottom: 6px;
	border:0px solid black;
	background-color: #f7d117;
	clear: both;
	width:510px;
}

.cesta_campo_tri textarea {
	padding-left: 5px;
	padding-bottom: 6px;
	border:0px solid black;
	background-color: #f7d117;
	clear: both;
	width:505px;
	height:145px;
	overflow-x: hidden;
	overflow-y: auto;
}

span.feedback {
	color:red;
	font-size:10px;
	padding-bottom:8px;
	display:block;
}

.amarillo {
	width:170px;
	height:34px;
	background: url(/img/cesta_form_input.gif) no-repeat 0px 0px;
	border:0px;
	padding-left: 5px;
	padding-top: 3px;
	clear:both;	
}

.amarillo_dbl {
	width:355px;
	height:28px;
	background: url(/img/cesta_form_input_dbl.gif) no-repeat 0px 0px;
	border:0px;
	padding-left: 5px;
	padding-top: 8px;
	clear:both;	
}

.amarillo_tri {
	width:535px;
	height:28px;
	background: url(/img/cesta_form_input_tri.gif) no-repeat 0px 0px;
	border:0px;
	padding-left: 5px;
	padding-top: 8px;
	clear:both;	
}

.amarillo_area {
	width:535px;
	height:165px;
	background: url(/img/cesta_form_input_area.gif) no-repeat 0px 0px;
	padding-left: 5px;
	padding-top: 8px;
	clear:both;	
}

a.mini_naranja {
	font-size:11px;
	text-decoration: none;
	color:#ed6c00;	
}

.mini_texto {
	font-size:11px;
	text-decoration: none;	
}

.cesta_campo_separa {
	clear:both;
	height:1px;
}

.cesta_campo_l .round_select,
.cesta_campo_r .round_select {
	width:172px;
	height:34px;
	background: url(/img/cesta_form_input.gif) no-repeat 0px 0px;
	border:0px;
	padding-left: 8px;
	padding-top: 6px;
	display:block;
}


.cesta_campo_l select,
.cesta_campo_r select {
	width:150px;
	border:0;
	outline:0;
	background-color: #f7d117;
	float:left;
	clear:none;
}

.icantidad {
	width:20px;
	font-size:11px;
	border:0;
	background:none;
}

.cesta_empty {
	width:726px;
	text-align:center;
	font-weight:bold;
	background-color:#975324;
	color:#fff;
	height:20px;
	padding-top:3px;
}

.cesta_titulo_a {
	text-decoration: none;
	color: #000;
}

#cesta_datos {
	float:left;
	margin-bottom: 40px;
}

.cesta_datos_left {
	float:left;
	margin-left: 20px;
}

.message_error {
	width:347px;
	height:24px;
	/*background-color: #975324;*/
	color:#fff;
	padding:5px;
	display:none;
}
