#main{
	
	margin-left:auto;
	margin-right:auto;
	width:800px;
	}
	
#cabecera{
	width:800px;
	height:80px;
	}
	
#izq{
	width:196px;
	float:left;
}

#contenedor{
	float:left;
	width:500px;
	margin-left:80px;
	background-color: #D6E3DB;
	padding-bottom:20px;
	

}
#posventa{
	padding:8px;
}
#posventa ul{
	list-style:none;
	list-style-image:none;
	margin:0px;
	padding:0px;
	

}
#posventa ul li{
	padding:4px;
}
#medio{
	margin-top:20px;

}
	
#boton{
	cursor:hand;
	cursor:pointer;
	font-family: Helvetica,Arial;
	font-weight: bold;
	color: #ffffff;
	background-color: #77A087;
	width:120px;
	padding:5px;
	float:right;
	}
#boton3{
	cursor:hand;
	cursor:pointer;
	font-family: Helvetica,Arial;
	font-weight: bold;
	color: #ffffff;
	background-color: #77A087;
	width:120px;
	padding:5px;
	float:left;
	}
#boton2{
	font-family: Helvetica,Arial;
	font-weight: bold;
	color: #ffffff;
	background-color: #77A087;
	padding:10px;
	}
input{
	font-family: Helvetica,Arial;
	font-size:10px;
	

}
.pasoseleccionado{
	font-weight:bold;
	

}
form{
	padding-left:50px;

}

#errores{
	color:#FF0000;
	font-family: Helvetica,Arial;
	font-size:10px;
	padding:10px;
	
	
}