@charset "utf-8";
/* CSS Document */
.texto{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
}
body{
	text-align:center;
	background-color:#EDEBDC;
	margin:0px;
}
.foot{
	color:#663;
	cursor:default;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
}
.foot a{
	color:#660;
	text-decoration:none;
}
.foot a:hover{
	text-decoration:underline;
}
#flash{
	width:inherit !important;
	height:inherit !important;
}
#pedido{
	right:0px;
}
#productos{
	right:310px;
}
#pedido, #productos{
	z-index:10;
	position:absolute;
	height:auto;
	bottom:0px;
	text-align:left;
	opacity:.75;
	width:300px;
}
.header{
	height:25px;
	width:100%;
	vertical-align:center;
	background-image:url(./img/solicitud/head.gif);
	background-repeat:repeat-x;
	background-position:top left;
	padding:0;
	margin:0;
	cursor:default;
	font-weight:bold;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}
.header .texto{
	padding:4px 0 0 5px;
	color:#333;
	float:left;
}
.acciones{
	padding:0 5px 0 0;
	margin:0;
	color:#333;
	float:right;
}
.acciones div{
	width:12px;
	height:12px;
	cursor:pointer;
	display:inline-block;
}
.acciones div:hover{
	color:#666;
}
.body{
	background-color:#e6e0b7;
	padding:5px;
	display:none;
	cursor:default;
}
.body input, .body textarea{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#333;
}
.body td{
	vertical-align:top;
}
.body input{
	width:100%;
}
.body textarea{
	overflow:auto;
	height:80px;
}
.estado{
	background-color:#fff240;
	text-align:center;
	font-size:12px;
	height:14px;
	display:none;
}
.nombre{
	font-size:14px;
	cursor:default;
	font-weight:bold;
}
.nombre u,.prodAcciones span{
	cursor:pointer;
}
.prodAcciones{
	font-size:12px;
	font-weight:normal;
}
.prodAcciones span:hover{
	text-decoration:underline !important;
}
.prodAcciones input[type=text]{
	width:30px;	
}
.caracteristicas{
	display:none;
	max-height:600px;
	overflow:auto;
	padding:2px;
}
