.overlay_pedidos {
	background-color: #C10001;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.pedidos_nw {
	width: 5px;
	height: 5px;
/*	background: transparent url(pedidos/top_left.gif) no-repeat bottom left;			*/
	background-color:transparent;
}

.pedidos_n {
	height: 5px;
	/*background: transparent url(pedidos/top.gif) repeat-x bottom left;			*/
	background-color:transparent;
}

.pedidos_ne {
	width: 5px;
	height: 5px;
	/*background: transparent url(pedidos/top_right.gif) no-repeat bottom left			*/
	background-color:transparent;
}

.pedidos_e {
	width: 5px;
/*	background: transparent url(pedidos/right.gif) repeat-y 0 0;			*/
	background-color:transparent;
}

.pedidos_w {
	width: 5px;
	/*background: transparent url(pedidos/left.gif) repeat-y 0 0;			*/
	background-color:transparent;
}

.pedidos_sw {
	width: 5px;
	height: 5px;
/*	background: transparent url(pedidos/bottom_left.gif) no-repeat 0 0;			*/
	background-color:transparent;
}

.pedidos_s {
	height: 5px;
	/*background: transparent url(pedidos/bottom.gif) repeat-x 0 0;			*/
	background-color:transparent;
}

.pedidos_se, .pedidos_sizer {
	width: 5px;
	height: 5px;
	/*background: transparent url(pedidos/bottom_right.gif) no-repeat 0 0;			*/
	background-color:transparent;
}

.pedidos_close {
	width:0px;
	height:0px;
	display:none;
}

.pedidos_minimize {
	width:0px;
	height:0px;
	display:none;
}

.pedidos_maximize {
	width:0px;
	height:0px;
	display:none;
}

.pedidos_title {
	float:left;
	height:1px;
	width:100%;
}

.pedidos_content {
	/*overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background: #FFF;
	top:10px;*/
	background-image:url(../images/capainfo.gif);
}

/* For pedidos/confirm dialog */
.pedidos_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.pedidos_message {
	font-size:12px;
	font-family:"Trebuchet MS";
	text-align:center;
	width:100%;
	color:#000000;
	position:absolute;
	top:48px;
	left:19px;
}

.pedidos_buttons {
	text-align:center;
	width:100%;
	position:absolute;
	top:83px;
	left:10px;
}


.pedidos_buttons input {
	width:81px;
	margin:10px;
}

div#boton_cancelar{
	position:absolute;
	top:0px;
	left:0px;
}

.pedidos_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('pedidos/progress.gif') no-repeat center center
}



